Documentation
Docs
Debugging

Common Scenarios

Troubleshooting common issues in distributed agent systems.

Agent Timeout

Symptom: The planner waits indefinitely for a step to complete.

Fix: Check if the agent crashed or if the sidecar lost connectivity.

bash
kubectl get pods -n consonant-agents

Looping Agents

Symptom: Two agents keep talking to each other forever.

Fix: The Control Plane has a default max_steps limit (default: 50) to kill runaway loops.