Problem
When running agent pipelines via openswarm run or openswarm exec, users have limited visibility into what's happening during execution. Debugging pipeline failures or understanding agent decisions requires more detailed output than the current summary.
Solution
Add a --verbose (or -v) flag to run and exec commands that enables detailed logging:
- Show each pipeline stage as it starts/completes
- Log agent decisions and reasoning steps
- Display file operations and tool calls
- Print timing information for each stage
Use Case
Users debugging agent pipelines or investigating why a task succeeded/failed would enable verbose mode to see the full execution trace instead of just the final result.