Documentation Index
Fetch the complete documentation index at: https://docs.wolffi.sh/llms.txt
Use this file to discover all available pages before exploring further.
Quickstart
This guide gets you from zero to a working agent in 5 minutes.1. Send a Message
Type anything in the chat box. Wolffish assembles context from your workspace files, calls the LLM, and streams the response. Try:shell_exec tool, and you’ll see an approval dialog for potentially dangerous commands.
2. Inspect What Happened
After the conversation, check these files:| File | What It Shows |
|---|---|
brain/prefrontal/.debug/context-*.md | The exact prompt sent to the LLM |
brain/hippocampus/episodes/YYYY-MM-DD.md | The conversation summary saved to memory |
brain/corpus/YYYY-MM-DD.log.md | Every event that fired during the pipeline |
brain/motor/tasks/TASK-*.md | Step-by-step log of any tool executions |
3. Add a Capability
Create a new folder inbrain/cerebellum/ with a SKILL.md file:
4. Edit Your Agent’s Personality
Openbrain/identity/soul.md in any text editor. Changes take effect on the next message — no restart needed.