Skip to content

Commit fdbf5d4

Browse files
committed
feat(memory): add three-layer memory system with embedders and vector stores
- 3 memory layers (Conversation History, Semantic Recall, Working Memory) - 6 embedders (OpenAI, Vertex, Ollama, Bedrock, Mistral, Cohere) - 5 vector stores (In-Memory, Redis, Qdrant, PGVector, Pinecone) - MemoryCoordinator for unified memory access - Memory processors for context management - CLI memory commands (list, stats, search, clear, export, import) - SDK methods: createThreeLayerMemory, getWorkingMemory, updateWorkingMemory, getThreeLayerMemoryStats, searchMemory, storeConversation - Continuous test suite: 46/46 tests passing (7 skipped - optional API keys), including E2E tests for generate()/stream() SDK and CLI with memory
1 parent 29d0a8c commit fdbf5d4

187 files changed

Lines changed: 23941 additions & 193115 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/docs-deploy.yml

Lines changed: 0 additions & 107 deletions
This file was deleted.

.github/workflows/docs-pr-validation.yml

Lines changed: 0 additions & 196 deletions
This file was deleted.

0 commit comments

Comments
 (0)