- Read-side failures degrade gracefully — a failed context fetch returns an empty result and logs an error, so your agent keeps running.
- Write-side failures surface explicitly — failed ingestion raises
SynapIntegrationError(or equivalent) so callers know if memory persistence failed. - Same scoping model everywhere — every package accepts
user_id, optionalcustomer_id, and optionalconversation_id.
Available Integrations
LangChain
Memory, callbacks, retriever, and tools for LangChain chains and agents.
LangGraph
Checkpointer and cross-thread store for LangGraph graphs.
LlamaIndex
BaseMemory implementation and retriever for LlamaIndex pipelines.OpenAI Agents
Search and store tools for the OpenAI Agents SDK.
Pydantic AI
Dependency dataclass and tool registration for Pydantic AI agents.
CrewAI
StorageBackend implementation for CrewAI’s unified Memory system.AutoGen
Search and store
BaseTool implementations for AutoGen agents.Google ADK
FunctionTool factory for Google Agent Development Kit agents.Haystack
SynapRetriever and SynapMemoryWriter pipeline components for Haystack.Agno
Drop-in
InMemoryDb replacement that routes user memories through Synap.Semantic Kernel
Kernel plugin with
search_memory and store_memory functions.Microsoft Agent Framework
Context and history providers for the Microsoft Agent Framework.
NeMo Agent Toolkit
MemoryEditor implementation for NVIDIA NeMo Agent Toolkit workflows.LiveKit Agents
Context preloading and turn recording for LiveKit voice agents.
Pipecat
Frame processors for memory injection and recording in Pipecat pipelines.
Claude Agent SDK
Hooks and MCP server for Anthropic’s Claude Agent SDK (Python & TypeScript).
Mastra
SynapMemory class and tools for the Mastra ADK (TypeScript).Vercel AI SDK
Middleware that wraps any Vercel AI SDK model with automatic Synap context.
Quick Comparison
| Package | Language | Integration point | Install |
|---|---|---|---|
synap-langchain | Python | Memory, callback, retriever, tools | pip install synap-langchain |
synap-langgraph | Python | Checkpointer + Store | pip install synap-langgraph |
synap-llamaindex | Python | BaseMemory + retriever | pip install synap-llamaindex |
synap-openai-agents | Python | Function tools | pip install synap-openai-agents |
synap-pydantic-ai | Python | Deps + tools | pip install synap-pydantic-ai |
synap-crewai | Python | StorageBackend | pip install synap-crewai |
synap-autogen | Python | BaseTool | pip install synap-autogen |
synap-google-adk | Python | FunctionTool factory | pip install synap-google-adk |
synap-haystack | Python | Pipeline components | pip install synap-haystack |
synap-agno | Python | InMemoryDb subclass | pip install synap-agno |
synap-semantic-kernel | Python | Kernel plugin | pip install synap-semantic-kernel |
synap-microsoft-agent | Python | Context + history providers | pip install synap-microsoft-agent |
synap-nemo-agent-toolkit | Python | MemoryEditor | pip install synap-nemo-agent-toolkit |
synap-livekit-agents | Python | Helpers + function tools | pip install synap-livekit-agents |
synap-pipecat | Python | Frame processors | pip install synap-pipecat |
synap-claude-agent | Python | Hooks + MCP server | pip install synap-claude-agent |
@maximem/synap-claude-agent | TypeScript | Hooks + MCP server | npm install @maximem/synap-claude-agent |
@maximem/synap-mastra | TypeScript | MastraMemory + tools | npm install @maximem/synap-mastra |
@maximem/synap-vercel-adk | TypeScript | Model middleware | npm install @maximem/synap-vercel-adk |
Prerequisites
Every integration requires a configuredMaximemSynapSDK instance: