Give your agents persistent, importance scored memory across every session. Facts, preferences, and constraints learned in one run are automatically recalled in the next.
During each run, agents write important facts, preferences, and constraints into their memory workspace — automatically, from tool calls and LLM responses.
At the start of each subsequent run, the most relevant memories are surfaced automatically — ranked by importance and recency — so agents always have context.
Browse, search, pin, edit, and delete memories from the dashboard or CLI. Memories are scoped to workspaces and organised by project.
The Memory Plugin gives any agent a persistent workspace. Memories are scored by importance, critical constraints surface first, while low-priority notes stay available when needed. Pinned memories are always recalled.
Total Memories
247
Across 3 workspaces
Storage Used
1.8 MB
Across 3 workspaces
Last Updated
Today
Sep 1 → Today
User prefers TypeScript strict mode and named exports across all modules
tool_callcode_agentProduction DB uses read-replicas; write operations must target primary
llm_responsedata_agentRate limit on external API is 100 req/min — add exponential backoff
tool_callapi_agentSummarise all reports as markdown tables with one-line executive summary
llm_responsereport_agentDefault timeout for all HTTP requests set to 30s across services
tool_callinfra_agentAlongside discrete memories, agents write daily logs that capture the full narrative of what happened in each session. A GitHub-style activity heatmap shows memory growth over time — so you can see exactly how your agents are evolving.
Activity Calendar
84 daily logs
List, search, pin, and inspect memories without leaving the CLI.
# List memories for a workspace$ daita memory list --workspace myproject/main247 memories • 1.8 MB • last updated today# Search memories by content$ daita memory search "TypeScript" --workspace myproject/main[0.95] User prefers TypeScript strict mode and named exports[0.74] All interfaces should be defined in /src/types/**# View memory stats across all workspaces$ daita memory statsTotal: 247 memories • 3 workspaces • Storage: 1.8 MBTop agents: code_agent (91) data_agent (74) api_agent (52)# Pin a high-value memory$ daita memory pin mem_a3f9b2 --workspace myproject/main✓ Memory pinned — will be included in all future recalls
Add the Memory Plugin to any agent and start building context that compounds over time.