README.md

May 17, 2025 ยท View on GitHub

A Client using AG-UI protocol

Here is an example that connectes to a agent enpoint using AG-UI protocol

Installation

  1. clone this repo
  2. pnpm i
  3. pnpm run build
  4. pnpm run start

Assumes that the server is running and ollama is running the background.

  • For Ollama visit ollama.com
  • Agent endpoint repo (server) avaialble here

Contents

  1. 1A Client using AG-UI protocol
  2. 2Installation