Your Agent — Quick Reference
Questi contenuti non sono ancora disponibili nella tua lingua.
This page is your cheat sheet. For detailed explanations, see the linked deep dives.
The Vault
Section titled “The Vault”Your agent’s long-term knowledge store. SQLite database with full-text search, branching, sharing, and multi-tier connections. Details →
Entry structure:
| Field | Values |
|---|---|
| Type | pattern, anti-pattern, rule, playbook, workflow, principle, reference |
| Domain | frontend, backend, security, or your custom domains |
| Severity | critical (must follow), warning (should follow), suggestion (nice to have) |
| Tags | Free-form labels for discovery |
Common operations:
"Search for authentication patterns""Capture this pattern: always use error boundaries at route level""Show me vault stats"Advanced features: vault branching (experiment without affecting main vault), Obsidian sync, knowledge pack import/export, team review workflows, multi-tier vault connections. 66 ops →
The Brain
Section titled “The Brain”Tracks which patterns actually work. Learns from usage, strengthens useful patterns, decays unused ones. Details →
What it does:
- Ranks search results by proven usefulness, not just keyword match
- Surfaces recommendations when you create plans
- Extracts patterns automatically from completed work sessions
- Runs a full lifecycle: extract → promote → archive
Common operations:
"What does the brain recommend for this task?""Show me pattern strengths""Rebuild brain intelligence"Memory & Cross-Project
Section titled “Memory & Cross-Project”Knowledge persists across sessions in local files. Link projects to share knowledge across codebases. Details →
Common operations:
"Link this project to ../api-server as related""Search across all projects for deployment patterns""Promote this pattern to global"Planning
Section titled “Planning”Multi-step task planning with grading, verification, evidence, and drift detection. Details →
The lifecycle: create → grade → approve → split → execute → reconcile → complete
Common operations:
"Create a plan for migrating the auth system""Grade this plan""Submit evidence for task completion""Reconcile the plan against what happened"Playbooks
Section titled “Playbooks”Multi-step procedures with validation criteria at each step. Details →
Common operations:
"List available playbooks""Run the API endpoint review playbook on this code""Create a playbook called 'Database Migration' with steps: ...""Find a playbook that matches this context"Orchestration
Section titled “Orchestration”Plan → Execute → Complete lifecycle for complex tasks. Brain recommendations feed into plans, completed plans extract knowledge back to the vault. Details →
The compound loop:
vault knowledge → brain recommendations → plans → work → knowledge extraction → vaultGovernance
Section titled “Governance”Controls how knowledge enters the vault — quotas, proposal gates, duplicate detection. Details →
Presets: strict (all require approval), moderate (auto-approve suggestions), permissive (auto-approve all)
Curator
Section titled “Curator”Automated vault quality management — deduplication, contradiction detection, health audits, tag normalization, LLM enrichment. Details →
Common operations:
"Run a health audit""Detect duplicates in the vault""Check for contradictions""Groom all vault entries"Session management, authentication, voice, browser isolation, and message queue for chat transports (Telegram, web). 41 ops →
Subsystems: sessions, auth, MCP bridge, task cancellation, self-update, file handling, notifications, voice (Whisper + TTS), message queue, per-chat browser isolation.
Agency
Section titled “Agency”Proactive mode — your agent watches file changes and surfaces relevant vault patterns without being asked. 8 ops →
"Enable agency mode""Scan this file for warnings""Show pending warnings"Context
Section titled “Context”Entity extraction, knowledge retrieval, and context analysis. Analyzes prompts to extract files, functions, domains, and technologies. 3 ops →
Transports
Section titled “Transports”Four ways to connect: stdio (Claude Code), HTTP/SSE (web), WebSocket (real-time), LSP (editors). Guide →
All 13 Facades
Section titled “All 13 Facades”| Facade | Ops | Primary purpose |
|---|---|---|
| Vault | 66 | Knowledge storage, search, branching, sharing |
| Admin | 56 | Health, telemetry, plugins, packs, accounts |
| Chat | 41 | Chat transport integration |
| Plan | 32 | Planning, grading, verification |
| Orchestrate | 26 | Lifecycle, projects, playbooks |
| Brain | 23 | Learning, strength, recommendations |
| Memory | 15 | Cross-session, cross-project |
| Curator | 13 | Vault quality management |
| Control | 13 | Identity, governance |
| Cognee | 11 | Vector search, knowledge graph |
| Loop | 9 | Iterative validation |
| Agency | 8 | Proactive file watching |
| Context | 3 | Entity extraction, analysis |
Total: 200+ operations plus 5 per domain.
Day-to-Day Tips
Section titled “Day-to-Day Tips”- Follow the workflow — Search → Plan → Work → Capture → Complete
- Capture as you go — the moment you learn something, capture it
- Search before building — 5 seconds of search can save hours of rework
- Use domains — keep knowledge organized so searches stay relevant
- Review brain recommendations — they reflect what actually works in your project
Your data stays on your machine — Security & Privacy. For term definitions, see the Glossary. If something isn’t working, check Troubleshooting.