Cookbooks
Cookbooks
End-to-end recipes for building real agents on Korely memory. Each one is runnable code from start to finish, not an isolated snippet.
A cookbook takes one concrete goal, a support bot that remembers, a research agent that builds across sessions, memory the model can call as a tool, and walks every Korely call it takes to get there, with the real request and response shapes. If the concepts explain how Korely works and the API reference is the contract, a cookbook is the working example you copy and adapt.
Customer & personal agents
A chatbot that remembers every customer Give a support bot persistent, per-customer memory in four calls. One agent_id, unlimited end users, facts that supersede instead of going stale. Read the cookbook → A personal AI across every channel One memory that follows the user across WhatsApp, Telegram, Slack and the rest, say it in one channel, the agent knows it in the next. Read the cookbook → A voice companion that remembers, fast Recall fast enough for a voice loop: get_context is a deterministic read with no model on the path, so it fits inside the time-to-first-token budget. Read the cookbook →
Domain assistants
A sales agent that connects the dots Mention a company and the agent surfaces every person, deal, and commitment connected to it, across all your notes. Typed-fact connections, the graph Mem0 dropped. Read the cookbook → A patient assistant that holds history Carry a patient's history across visits, with point-in-time recall and a clear erasure path. EU-hosted, auditable. Read the cookbook → A coaching app that tracks progress Track goals and progress over weeks, not turns, temporal facts make "how far have I come?" a real query. Read the cookbook → A travel assistant that knows your taste Tailor every suggestion to the user's current taste with get_profile, resolved preferences grouped by family, not a raw pile of history. Read the cookbook →
Agent patterns
A research agent that builds on every session Findings accumulate into typed facts, contradictions supersede the old conclusion, and as_of replays what you believed on any date. Read the cookbook → Memory as a function-calling tool Hand Korely to the model as tools and let it decide when to remember and recall. OpenAI, Anthropic, or any agent loop. Read the cookbook →
Want a recipe we haven't written yet? Tell us at [email protected], the use cases people ask for are the ones we build next.