polpo-ui
Installation
SKILL.md
Polpo UI
Composable React chat components for Polpo AI agents. Three composition levels, three installation methods.
Install
New project
# Interactive
npx create-polpo-app
# Non-interactive (CI / AI agents)
npx create-polpo-app my-app -t chat -y
npx create-polpo-app my-app -t chat-widget -y
npx create-polpo-app my-app -t multi-agent -y