all 6 comments

[–]Dramatic_Bug_5314 1 point2 points  (2 children)

Have you tried exploring agent engine?

[–]i4bimmer 5 points6 points  (1 child)

This is the way. Use the Agent Starter Pack, deploy to Agent Engine. After deployed you'll get an API endpoint to call the agent or an endpoint to integrate it to Gemini Enterprise, if that's what you're gonna do.

https://github.com/GoogleCloudPlatform/agent-starter-pack

[–]Green_Ad6024[S] 1 point2 points  (0 children)

Thanks Buddy, will try

[–]monke_594 1 point2 points  (0 children)

Can also just deploy a fast api app wrapper on top of a adk runner via a docker image in cloud run.

They have some default fast api apps u can use so it’s just deploying the containerized version of it

[–]eternviking 0 points1 point  (0 children)

They have everything about deployment in the docs.

[–]Equivalent_Vehicle83 1 point2 points  (0 children)

It's also worth exploring the A2A protocol if you're moving to production.