Skip to content

Add agent_not_found and invalid_agent_address error codes#29

Merged
George-iam merged 1 commit intomainfrom
feat/agent-not-found-error-20260318
Mar 18, 2026
Merged

Add agent_not_found and invalid_agent_address error codes#29
George-iam merged 1 commit intomainfrom
feat/agent-not-found-error-20260318

Conversation

@George-iam
Copy link
Contributor

Summary

  • Added agent_not_found and invalid_agent_address as standard protocol error codes
  • Added a Standard Error Codes reference table to docs/protocol-error-status-model.md with all foundational codes, their categories, retryability, and descriptions
  • Added examples array to the code field in schemas/protocol/intent.error.v1.json listing all standard codes

Changed files

  • schemas/protocol/intent.error.v1.json — added examples to code property
  • docs/protocol-error-status-model.md — added Standard Error Codes table

Test plan

  • python scripts/validate_schemas.py passes
  • pytest — all 83 tests pass
  • No structural changes to existing schema — only additive (examples keyword)

🤖 Generated with Claude Code

… spec

Add standard error codes table to the error model documentation and
examples list to the intent.error.v1 schema code field. New codes:
agent_not_found (transport) and invalid_agent_address (validation),
along with other foundational error codes for cross-implementation
interoperability.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@George-iam George-iam merged commit 905f10a into main Mar 18, 2026
1 check passed
@George-iam George-iam deleted the feat/agent-not-found-error-20260318 branch March 18, 2026 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant