@samy-clivolt/create-pi-ag-ui
v0.1.5
Published
Scaffold a Pi AG-UI project — AG-UI protocol bridge with CopilotKit frontend
Maintainers
Readme
@samy-clivolt/create-pi-ag-ui
Scaffold a new Pi AG-UI project — an AG-UI protocol bridge with a CopilotKit-powered frontend.
Usage
npx @samy-clivolt/create-pi-ag-ui my-appThen follow the prompts.
Options
npx @samy-clivolt/create-pi-ag-ui my-app --pm pnpm # Use pnpm
npx @samy-clivolt/create-pi-ag-ui my-app --skip-install # Don't install deps
npx @samy-clivolt/create-pi-ag-ui --help # Show helpWhat you get
A fully-featured AG-UI project with:
- 🔌 24/24 AG-UI events — full protocol coverage
- 💬 CopilotKit chat — streaming, reasoning, tool calls
- 🛠️ Frontend tools — 7 example tools with generative UI
- 🧠 Thinking/Reasoning — collapsible reasoning blocks
- 📊 Agent state panel — live status, metrics, activities
- 🔄 Multi-thread — isolated sessions per conversation
- 💾 Persistence — optional JSONL session storage
- 📱 Responsive — mobile-friendly layout
Quick start after scaffolding
cd my-app
# Add your API key
echo "ANTHROPIC_API_KEY=sk-ant-..." >> .env.local
# Start
npm run devOpen http://localhost:3000.
License
MIT
