LangChain Integration
Aegis Memory provides a LangChain-compatible memory class that enables semantic search and cross-session persistence.Installation
Basic Usage
UseAegisMemory within any LangChain chain:
Features
Semantic Retrieval
Automatically performs semantic search to retrieve relevant context
Cross-Session
Memories persist across sessions and application restarts
Scoped Access
Control visibility with agent-private, agent-shared, or global scopes
Message Support
Return messages or formatted strings based on your needs