AgentLayerdocs
Modules · Powers

Brain and memory

The context. Capture, compile, self-review, sync, the dashboard, seed bundles, and onboarding.

The capabilities that feed the loop and act on it. Most run rarely and matter most: sync once a day, self-review when corrections have piled up, seed-export when a teammate needs an agent.

CapabilityWhat it doesSkills and tools
CaptureFeed the brain anything: a thought, a file, a URL, the clipboard, a correction.tools: capture
CompileRaw sessions and captures become a structured wiki that loads next session.knowledge-compile
tools: compile_next, compile_write, knowledge_lint
Self-reviewAccumulated feedback, read together, turned into changes to the agent’s own prompts.self-review
SyncOne pass through every maintenance operation, ending in a status and a next move.sync
tools: memory_prune, links_rewrite
DashboardThe mission-control page regenerated from the home: today, tasks, projects, sessions, brain, reports.dashboard
tools: dashboard, report_write
Seed bundlesAn agent’s persona and setup exported as a zip; a teammate’s fresh home imports it.seed-export seed-import
tools: seed_scan, seed_export, seed_import
Diagrams and proseMermaid validated before it ships; AI tells stripped from any text.mermaid humanizer
OnboardingA guided first run, a rename across the home, packs and custom skills configured.init rename-agent configure-skills
tools: codex_setup

The loop, as skills

  1. Hooks capture every session; capture takes anything else: a thought, a file, a URL, a correction.
  2. knowledge-compile distils raw capture into the wiki; sync runs it with every other maintenance pass.
  3. self-review reads the accumulated feedback with you and changes the agent's own prompts.
  4. dashboard renders the result as one page.

On this page