You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Agent Protocol specification focuses solely on human-agent interactions through threads and runs. But I think many applications will require many specialized agents working together. Currently, there's no specified way for:
Agents to discover other agents and their capabilities
Agents to communicate directly with each other
Coordinating work between multiple agents
Delegating tasks between agents
Sharing context and knowledge between agents
Proposed Solution
Add new endpoints that enable agent discovery and communication:
I dont think this should be part of it yet! Most multi agent systems dont work reliabely in prod. The Agent To Agent comm can be just a tool. And often is just abstracted in SDK´s although its just a tool call under the hood.
So a more general, better approach would be having a call tool as api Tool API schema defined here.
Problem
The current Agent Protocol specification focuses solely on human-agent interactions through threads and runs. But I think many applications will require many specialized agents working together. Currently, there's no specified way for:
Proposed Solution
Add new endpoints that enable agent discovery and communication:
This solution would provide:
What do you think ?
The text was updated successfully, but these errors were encountered: