README.md

May 17, 2025 ยท View on GitHub

An AGENT using AG-UI

Here is a an example to build an agent that makes use of AG-UI protocol

Installation

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

This starts the server

Use the client repo that connects to this server

The installation assume you have ollama running in the background. To download and install Ollama - visit ollama.com

Contents

  1. 1An AGENT using AG-UI
  2. 2Installation