Agents¶
PAI ships with a set of AI agents for different tasks. Each agent has a dedicated prompt and toolset.
See agents/ for individual agent definitions:
- agents/agent.md — base agent
- agents/docs-agent.md — documentation agent
- agents/test-agent.md — testing agent
- agents/code-agent.md — code-writing agent
For the skill system that agents draw on, see SKILLS.md.