Files
2026-03-12 13:06:02 -07:00

289 B

Llama Index Agent Starter: Python

This package is a quick starter example for building AG-UI agents with Llama Index and CopilotKit.

Running the Backend

export OPENAI_API_KEY=...
uv sync
uv run dev

Running the Frontend

cd ../ui
npm install
npm run dev