Marketplace
<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> · <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>
Google ADK
OtherBridge to Google's Agent Development Kit.
togo-framework
bash
togo install togo-framework/ai-adkInstall
bash
togo install togo-framework/ai-adkai-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-adkgo
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> · <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>