Skip to main content
Agents are defined as YAML files committed to your repo under .dinoai/agents/. Each file defines one agent.

Full Example

Field Reference

Important: If the tools block is omitted entirely, the agent has access to all available tools. Use an allowlist for production agents to limit blast radius.

Tool Modes

allowlist — only the tools listed are available to the agent. Recommended for production agents.
denylist — all tools are available except the ones listed.