VoltAgent is an open source TypeScript framework for building and orchestrating AI agents.
Escape the limitations of no-code builders and the complexity of starting from scratch.
Escape the limitations of no-code builders and the complexity of starting from scratch.
This example exposes a CopilotKit runtime endpoint on VoltAgent (Hono server) and ships a Vite React client with CopilotKit UI, a frontend tool, and a human-in-the-loop hook.
npm create voltagent-app@latest -- --example with-copilotkitServer (Hono + CopilotKit endpoint):
cd examples/with-copilotkit/server
npm install
npm run devClient (Vite React + CopilotKit UI):
cd examples/with-copilotkit/client
npm install
npm run devThe client expects http://localhost:3141/copilotkit. Remember to set OPENAI_API_KEY for OpenAI access.