Feature Description
Mock mode that simulates agent behavior without making real API calls - zero cost testing.
Problem/Motivation
Testing agent configuration and workflows shouldn't require spending money on API calls.
Proposed Solution
chat_loop myagent --dry-run
# Returns mock responses:
# - No real API calls
# - $0 cost
# - Instant responses
# - Can test configuration, tools, flows
Benefits
- Free testing and development
- CI/CD integration without costs
- Demo mode for presentations
- Onboarding without API keys
Priority
Feature Description
Mock mode that simulates agent behavior without making real API calls - zero cost testing.
Problem/Motivation
Testing agent configuration and workflows shouldn't require spending money on API calls.
Proposed Solution
Benefits
Priority