Marketplace

Agno

Other

Bridge to the Agno agent framework.

togo-framework
bash
togo install togo-framework/ai-agno

Install

bash
togo install togo-framework/ai-agno

ai-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-agno
go
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> &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>