Good practice for A2A client definition? #45
Unanswered
Waymond-ai
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Questions Regarding
a2a-python
IntegrationContext
After using and reading through the
a2a-python-SDK
, I have the following questions.For context, I am using LlamaIndex FunctionAgent as the core of the orchestration agent. This agent is responsible for rerouting context to other specialized agents in a supervisor architecture using the A2A protocol.
My initial plan for the system flow is as follows:
File Structure
The A2A servers will be implemented in Agent 1 and Agent 2.
The A2A clients will be defined in a:
These client definitions will be initialized at app startup and used by the orchestration agent as tools.
Questions
Beta Was this translation helpful? Give feedback.
All reactions