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.
agents.md
Located atbrain/prefrontal/agents.md, this file defines how the agent should approach tasks, use tools, and follow procedures. Think of it as the agent’s operational manual.
What to Include
- Tool usage rules — When to use which tools, in what order
- Procedures — Step-by-step workflows for common tasks
- Constraints — Things the agent should never do
- Decision frameworks — How to choose between approaches
Example
How It’s Used
agents.md is included in the prefrontal section of the context window (10% budget allocation). It’s read on every message and provides the LLM with operational guidelines.
This is distinct from soul.md (personality) and SKILL.md files (capability-specific instructions). agents.md covers cross-cutting concerns that apply regardless of which capability is being used.