Troubleshooting
Something doesn’t feel right with your agents. This page helps you figure out what’s happening and get ACME’s diagnostic tools working for you.Start Here: Generate a Diagnostic Bundle
Before reaching out to support, generate a diagnostic bundle. This gives you (and us) everything needed to understand your situation:- Recent reliability signals and detection history
- Protection activity from Sentinel/Watchdog (if active)
- Routing posture from SphinxGate (if configured)
- Compaction and context indicators
- OCTriage output for recent incidents
- API keys or tokens
- Secret values or credentials
- Contents of
openclaw.jsonor equivalent config files
Common Situations
My agent looks healthy but isn’t making progress
This is a stall — one of the most common agent failure modes. The process is alive, but work isn’t advancing. Step 1: Run OCTriageacme sentinel start for future protection.
Step 3: Look for hung external calls
A stalled agent is often waiting on a model API call that never returned. Check your agent’s logs for the last outgoing API call — if there’s no corresponding response, that’s your culprit.
My RadCheck score is worse than last time
A declining RadCheck score means new risk factors were detected or existing ones worsened. Run RadCheck with verbose output:| Component dropped | What to investigate |
|---|---|
| Stall Risk | New retry patterns? Removed timeouts? |
| Silence Gaps | New long-running operations? Changed heartbeat config? |
| Compaction | Context usage increasing? Memory leaks? |
| Hygiene | Config changes? New dependencies? |
Sentinel is alerting but I don’t know what to do
Sentinel detected something — now what? Step 1: Check the alert contextOCTriage says “UNKNOWN” — pattern not recognized
This happens with unusual failure patterns. Here’s how to handle it:- Generate a diagnostic bundle:
acme support bundle - Note any recent changes to your agent configuration
- Check if your agent framework version changed recently
- Contact support with the bundle attached — UNKNOWN patterns are something we want to learn from
Agent911 shows “UNKNOWN” status for an agent
This typically means Agent911 can’t see the agent — usually a Sentinel connectivity issue. Check Sentinel status:acme sentinel restart
I can’t connect to the ACME CLI after install
Verify the install:acme isn’t found, the install didn’t complete or the binary isn’t in your PATH.
Re-run the installer:
Getting Help
If troubleshooting here doesn’t resolve your situation:Live Chat
Chat with the support team on the support page. Have your diagnostic bundle ready.
Email Support
Send your diagnostic bundle to support@acmeagentsupply.com
- Your diagnostic bundle (
acme support bundle) - Your ACME CLI version (
acme --version) - Your operating environment (macOS / Linux / Docker / k8s)
- What you were doing when the issue occurred
- What you expected vs. what happened