0.12.1
·
165 commits
to main
since this release
Highlights
- Simpler local dev: Add
--no-workerflag toapiandmcpcommands. This enables a single-process mode without a Docket worker, using asyncio for background tasks. - Smoother prompts when sessions are missing:
memory_promptnow creates a temporary emptyWorkingMemoryif a session doesn’t exist, instead of failing.
What’s New
--no-workeroption forapiandmcpCLI commands; MCP in stdio mode defaults to no-worker.HybridBackgroundTasksclass to support dual-mode background work (Docket or FastAPI).
Documentation
- Rewrote Memory Lifecycle docs to reflect server-controlled lifecycle (Docket background tasks, best practices) and tightened language; renamed and linked Memory Integration Patterns; fixed URLs and a
mkdocs.ymltypo.
Upgrade Notes
- Local development: You can now run without a worker:
agent-memory-server api --no-worker # or agent-memory-server mcp --no-worker