Add agent-memory provider#23
Open
g1itchbot8888-del wants to merge 1 commit intosupermemoryai:mainfrom
Open
Conversation
Adds support for benchmarking agent-memory (github.com/g1itchbot8888-del/agent-memory): - HTTP bench server integration (port 9876) - Semantic search with graph-enhanced retrieval - Memory relations (extends, contradicts, supersedes) - LearningMachine for meta-memory Run with: bun run benchmark --provider agent-memory Requires agent-memory bench server running locally.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a provider for benchmarking agent-memory, a graph-based memory system for AI agents.
Features
Usage
cd /path/to/agent-memory python -m agent_memory.bench_server --port 9876Files Changed
src/providers/agent-memory/index.ts- Provider implementationsrc/providers/agent-memory/prompts.ts- System promptssrc/providers/index.ts- Added exportsrc/types/provider.ts- Added to ProviderName unionsrc/utils/config.ts- Added configurationTesting
Tested locally against LoCoMo and ConvoMem benchmarks with agent-memory's real database (400+ memories).
Happy to adjust anything based on feedback!