A fresh session gets only the context it needs.
At session start, prime_context hydrates the agent with relevant scoped memory. Before a context-dependent answer, query_graph combines graph and verbatim retrieval, follows typed relationships, and separates current decisions from superseded ones. For broader tasks, build_context assembles a compact brief under a token budget.
What this means
No pasted recap and no full transcript replay—just the decision, its rationale, and the change history that matters now.
- Routine
- prime_context · query_graph
- Retrieval
- graph + verbatim + typed-edge expansion
- Advanced
- build_context · recursive · token-budgeted
prime_context({ project: "waggle-mcp" })
query_graph({
query: "What database did we choose, and why?",
retrieval_mode: "hybrid",
max_nodes: 8, max_depth: 1
})
✓ PostgreSQL current decision
✓ MySQL pain supporting fact
↳ MySQL superseded alternative