Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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