- Notifications
You must be signed in to change notification settings - Fork1.2k
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Can anyone please help me how I can pass parameters properly for google ADK using SSE protocol , below is my code - `import datetime instruction_prompt = """ Your tasks include:
Guidelines:
You are expected to be accurate, efficient, and helpful in all interactions related to GitHub repository management. root_agent = Agent( It seems it's getting stuck in a loop, refer the screenshots - |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 3 comments 1 reply
-
We only support streamable http. The SSE fallback will not work. |
BetaWas this translation helpful?Give feedback.
All reactions
-
@SamMorrowDrums thanks |
BetaWas this translation helpful?Give feedback.
All reactions
-
@SamMorrowDrums one more question, if we host this server using docker in our server, is only stdio supports then? |
BetaWas this translation helpful?Give feedback.
All reactions
-
Currently we only provide a stdio transport in this repo. We may revisit this, but for now self-hosting is not simple. |
BetaWas this translation helpful?Give feedback.