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>
Agno
OtherBridge to the Agno agent framework.
togo-framework
bash
togo install togo-framework/ai-agnoInstall
bash
togo install togo-framework/ai-agnoai-agno — Agno agent framework integration for togo
Bridges togo to the Agno agent runtime. Run your Agno agents as a sidecar exposing POST /run; togo calls them over HTTP. Set AGNO_BASE_URL.
bash
togo install togo-framework/ai-agnogo
svc, _ := agno.FromKernel(k)
res, _ := svc.Run(ctx, agno.RunRequest{Agent: "researcher", Input: "..."})
Mount Handler(k) under /api/ai/agno. 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>