2 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
447
views
How to pass session.state variable to LlmAgent's global_instruction in google.adk? (KeyError)
I'm using the Google Agent Development Kit (google.adk) to build an LlmAgent and serving it as an A2A server using the to_a2a utility.
I am trying to use a format string variable ({domain_instructions}...
0
votes
1
answer
134
views
'Failed to communicate with agent at http://127.0.0.1:5001 Tried multiple endpoint variations.', type=<ContentType.ERROR: 'error'>)
I have written a sample script using python-a2a package and hitting the following error. I am not sure if the issue is with the specific version of the package.
A2ACalcClient initialized for URL: http:...