-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed as not planned
Labels
Description
What would you like to see?
In line with your recent MCP support #3547
https://github.com/google/A2A would allow for inter-agent communication to perhaps enable completing more complex tasks
Consider a scenario where an AnythingLLM user wants to file an expense report for a business trip:
- Expense Agent: Handles the creation and submission of expense reports.
- Currency Conversion Agent: Provides real-time exchange rates to convert foreign expenses into the user's home currency.
- MCP Integration: Allows the Currency Conversion Agent to access up-to-date financial data from external APIs.
- A2A Communication: Enables the Expense Agent to request currency conversion from the Currency Conversion Agent and incorporate the results into the expense report.
- ADK Utilization (mandatory?): Both agents are developed using ADK, ensuring compatibility and streamlined communication within the A2A network.
This collaborative approach would allow for dynamic, multi-agent workflows that can adapt to complex user needs.
chaliy