Skip to main content

Framework adapters

Framework adapters use the same retain/recall/writeback contracts as first-party agents, but they usually run inside your application process rather than a desktop agent.

AdapterUse it forDefault memory behavior
LangGraphStateful graph agents and node-level recallPre-node recall, post-node writeback
CrewAIMulti-agent crews with role separationPer-agent private memory plus promoted shared facts
AutoGenConversational multi-agent workflowsExplicit group handoff summaries
Pydantic AITyped agent tools and validated outputsTool-backed retain/recall with schema validation
LiteLLMOpenAI-compatible gateway clientsGateway memory injection and writeback

Use scoped keys per app or worker. Do not give framework workers admin keys.