Debugging
Debugging Tools
The CLI and Dashboard are your best friends.
The Dashboard
Running cons dashboard opens the web UI at localhost:3000. Here you can see the timeline view of all executed workflows.
CLI Debugging
Use cons logs to tail logs from distributed agents.
bash
# Stream logs from all agents in a workflow run
cons logs --run-id <RUN_ID> -f
# Get logs from a specific agent service
cons logs --agent researcher