Hands-on Tutorials
Step-by-step recipes for building advanced agentic memory systems with the Functor SDK.
Companion with Memory
Build a long-term companion (like a fitness coach) that remembers goals, preferences, and past interactions across sessions.
Stateful Agent
Create an 'omniscient' customer support agent by ingesting historical data and combining it with real-time chat context.
Dynamic Context Assembly
Construct precise context blocks for e-commerce agents using structured graph retrieval and BFS traversal.
Hierarchical Context
Blend individual user memory with shared group/organization knowledge in a multi-tenant architecture.
Ingestion Governance
Implement a quality assurance layer for memory ingestion to filter noise, protect PII, and ensure fact accuracy.
Cookbook Philosophy
Instead of simple "Hello World" examples, these cookbooks demonstrate production-grade architectural patterns. Each recipe focuses on solving a specific problem (governance, context assembly, multi-tenancy) using the Functor SDK's advanced memory primitives.