Marketplace

Google ADK

Other

Bridge to Google's Agent Development Kit.

togo-framework
bash
togo install togo-framework/ai-adk

Install

bash
togo install togo-framework/ai-adk

ai-adk — Google Agent Development Kit (ADK) integration for togo

Bridges togo to the Google ADK agent runtime. Run your Google ADK agents as a sidecar exposing POST /run; togo calls them over HTTP. Set ADK_BASE_URL.

bash
togo install togo-framework/ai-adk
go
svc, _ := adk.FromKernel(k)
res, _ := svc.Run(ctx, adk.RunRequest{Agent: "researcher", Input: "..."})

Mount Handler(k) under /api/ai/adk. MIT


<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> &nbsp;·&nbsp; <a href="https://one-studio.co"><strong>One Studio</strong></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>