Add agency-agents directory with all agent definitions

This commit is contained in:
2026-04-20 14:00:57 +08:00
parent 5d18f9d537
commit 74e69a974d
213 changed files with 50633 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
## What does this PR do?
<!-- Brief description of the change -->
## Agent Information (if adding/modifying an agent)
- **Agent Name**:
- **Category**:
- **Specialty**:
## Checklist
- [ ] Follows the agent template structure from CONTRIBUTING.md
- [ ] Includes YAML frontmatter with `name`, `description`, `color`
- [ ] Has concrete code/template examples (for new agents)
- [ ] Tested in real scenarios
- [ ] Proofread and formatted correctly