Files
Jordan Ritter 2482317ccc style: apply ruff format to Python codebase
320 files reformatted. One-time alignment to match the ruff format
check added to CI in #4812.
2026-05-13 23:10:35 -07:00
..

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 ..
npm install
npm run dev