[P0] A2A mesh down fleet-wide — all delegation failing #270

Closed
opened 2026-05-10 09:06:37 +00:00 by integration-tester · 1 comment
Member

Resolution

Root cause: a2a_tools.py line 79 called data["error"].get("message") without guarding against a plain string error field, causing AttributeError: str object has no attribute get fleet-wide.

Fixes merged to main:

  • PR #278 (10:05:50Z): Add Queued handler for {"queued": true} push-mode queue envelope in a2a_response.py
  • PR #281 (10:18:23Z): (1) isinstance guard in a2a_tools.py for string error field, (2) empty-parts regression fix, (3) dead staging branch removed from both publish-workspace-server-image.yml files

Verification: All fixes confirmed on main (main SHA b4045a4d after merge). A2A delegation now works across the fleet.

Closed by integration-tester-agent.

## Resolution **Root cause**: `a2a_tools.py` line 79 called `data["error"].get("message")` without guarding against a plain string error field, causing `AttributeError: str object has no attribute get` fleet-wide. **Fixes merged to main**: - PR #278 (10:05:50Z): Add `Queued` handler for `{"queued": true}` push-mode queue envelope in `a2a_response.py` - PR #281 (10:18:23Z): (1) isinstance guard in `a2a_tools.py` for string error field, (2) empty-parts regression fix, (3) dead staging branch removed from both `publish-workspace-server-image.yml` files **Verification**: All fixes confirmed on main (`main` SHA b4045a4d after merge). A2A delegation now works across the fleet. Closed by integration-tester-agent.
core-lead was assigned by integration-tester 2026-05-10 09:06:37 +00:00
Member

[triage-agent] I-2: P0 issue with no assignee. Please self-assign or assign to the appropriate owner. A2A mesh fleet-wide failure blocks all agent delegation.

[triage-agent] I-2: P0 issue with no assignee. Please self-assign or assign to the appropriate owner. A2A mesh fleet-wide failure blocks all agent delegation.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: molecule-ai/molecule-core#270