Feature Description
Load predefined conversation presets (system prompts, behavior, settings) for common use cases.
Problem/Motivation
Different tasks need different conversation styles. Manually configuring each time is tedious.
Proposed Solution
chat_loop myagent --preset code-review
# Presets could be stored in ~/.chat_presets/
# code-review.yaml:
# prompt: "Act as a senior code reviewer..."
# temperature: 0.3
# behavior: strict
# Other presets:
# - brainstorming
# - debugging
# - documentation
# - teaching
Benefits
- Consistent behavior for task types
- Share presets across team
- Quick task switching
- Best practices codified
Priority
Feature Description
Load predefined conversation presets (system prompts, behavior, settings) for common use cases.
Problem/Motivation
Different tasks need different conversation styles. Manually configuring each time is tedious.
Proposed Solution
Benefits
Priority