Skip to content

[FEATURE] Add --dry-run flag for testing without API calls #20

@jwesleye

Description

@jwesleye

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

  • Critical
  • High
  • Medium
  • Low

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requeststatus: staleNo activity for extended period

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions