Feature Description
Generate new agent boilerplate with best practices.
Problem/Motivation
Starting from scratch every time is tedious. Want standardized structure.
Proposed Solution
chat_loop new myagent --template code-reviewer
# Creates:
# - agent.py with structure
# - requirements.txt
# - README.md
# - tests/
# - .chatrc config
Templates:
- code-reviewer
- data-analyst
- writer
- debugger
- custom
Benefits
- Fast project start
- Best practices included
- Consistent structure
- Lower barrier to entry
Priority
Feature Description
Generate new agent boilerplate with best practices.
Problem/Motivation
Starting from scratch every time is tedious. Want standardized structure.
Proposed Solution
Templates:
Benefits
Priority