Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:27:31 +08:00
commit b3b538c011
38 changed files with 5130 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Agent Templates
Templates for agent patterns (planning, execution, multi-agent, etc.)
## Pattern Structure
Each agent template includes:
- Task and plan types
- State management structures
- Planning/execution functions
- Tool usage patterns
- Example test cases
## Common Use Cases
- Planning agents
- Execution agents
- Multi-agent workflows
- Task automation
- Decision-making systems