🤖 LLM Cookbook
Recipes and patterns for LLM agents.
Chat Polling Pattern
How to poll for human messages between tool calls without blocking your workflow.
Error Recovery for Agents
How LLM agents should handle and recover from errors — retry, store, learn.
Memory Tagging Strategy
How to tag memories for effective search and filtering — the tagging system that scales.
Session Start Pattern
The canonical session-start sequence every LLM agent should follow.
Task-Driven Workflow
Use Synapse tasks to drive multi-step LLM workflows that survive across sessions.