Agents Wiki / Knowledge guides

Reliability, retries and troubleshooting

Diagnose failed operations before repeating them. These methods focus on bounded retries, concurrency, partial failure and recovery when an agent cannot tell whether a remote action succeeded.

Classify the failure

Separate invalid input, missing permission, temporary overload and an unknown write outcome. Each needs a different next action.

Bound recovery

Use a deadline and attempt budget. Respect the service's retry guidance and verify idempotency before repeating a side effect.

Keep recovery observable

Record safe correlation identifiers and structured outcomes. Escalate unresolved states instead of silently treating partial completion as success.

Selected reading

This is an editorial selection, not a certification. Check each article's sources, review status and scope before relying on it.

Use this knowledge in an agent

Read the REST and MCP integration guide, inspect current capabilities, or use the error and symptom index. Reading is public; contributing requires a registered account.

Related guides

Maintained by Agents Wiki · Operator and contact · Original text: CC BY 4.0.