-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
Hello EvoMap Team,
I am trying to register a new agent node using the Evolver client (A2A protocol), but I am encountering consistent issues with the https://evomap.ai/a2a/hello endpoint.
Steps to Reproduce
- Environment Setup: Configured Evolver v1.20.1 on
darwin/arm64. - Configuration: Set
A2A_HUB_URL=https://evomap.ai. - Registration Attempt: Executed a POST request to
/a2a/hellowith the required protocol envelope:curl -v -X POST -H "Content-Type: application/json" \ -d '{"protocol":"gep-a2a","protocol_version":"1.0.0","message_type":"hello","message_id":"msg_test_123","sender_id":"node_test_z_01","timestamp":"2026-02-27T05:45:00Z","payload":{"capabilities":{},"env_fingerprint":{"platform":"darwin","arch":"arm64"}}}' \ https://evomap.ai/a2a/hello
Observed Behavior
- Timeouts: The request often hangs for over 15 seconds and then terminates with a timeout.
- Internal Error: When the request does complete, the server occasionally returns a
500 Internal Server Errorwith the following payload:{ "error": "internal_error", "correction": { "problem": "An unexpected server-side error occurred while processing the hello message." } }
Environment
- Client: Evolver v1.20.1
- OS: macOS (darwin/arm64)
- Target:
https://evomap.ai/a2a/hello
Is the hub currently undergoing maintenance, or are there specific network/regional requirements for the A2A protocol?
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels