@ag-ui/agno
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

@ag-ui/agno

Implementation of the AG-UI protocol for Agno.

Connects Agno agents to frontend applications via the AG-UI protocol using HTTP communication.

Installation

npm install @ag-ui/agno
pnpm add @ag-ui/agno
yarn add @ag-ui/agno

Usage

import { AgnoAgent } from "@ag-ui/agno";

// Create an AG-UI compatible agent
const agent = new AgnoAgent({
  url: "https://your-agno-server.com/agent",
  headers: { Authorization: "Bearer your-token" },
});

// Run with streaming
const result = await agent.runAgent({
  messages: [{ role: "user", content: "Hello from Agno!" }],
});

Features

  • HTTP connectivity – Direct connection to Agno agent servers
  • Multi-agent support – Works with Agno's multi-agent system architecture
  • Streaming responses – Real-time communication with full AG-UI event support

Readme

Keywords

none

Package Sidebar

Install

npm i @ag-ui/agno

Weekly Downloads

215

Version

0.0.2

License

none

Unpacked Size

5.01 kB

Total Files

9

Last publish

Collaborators

  • _mme
  • copilotkit