Purpose
Scaffolds new Python agents in src/agents/ to handle autonomous, complex AI operations like analysis or matching.
When to Use
- When creating a new specialized agent component.
- When establishing a new autonomous workflow within the project.
Process
- Input: Ask for the new agent's name.
- Template: Read the agent template from
templates/agent.py.tpl. - Injection: Replace
{{AGENT_NAME}}placeholder. - Creation: Write the file to
src/agents/. - Reporting: Show the path to the newly created agent.