Open ravediamond opened 1 week ago
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 ?