-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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 configTemplates:
- code-reviewer
- data-analyst
- writer
- debugger
- custom
Benefits
- Fast project start
- Best practices included
- Consistent structure
- Lower barrier to entry
Priority
- Critical
- High
- Medium
- Low
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request