Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md


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.

npm version Contributor Covenant Discord Twitter Follow


VoltAgent + CopilotKit Example

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.

Try Example

npm create voltagent-app@latest -- --example with-copilotkit

Manual run

Server (Hono + CopilotKit endpoint):

cd examples/with-copilotkit/server
npm install
npm run dev

Client (Vite React + CopilotKit UI):

cd examples/with-copilotkit/client
npm install
npm run dev

The client expects http://localhost:3141/copilotkit. Remember to set OPENAI_API_KEY for OpenAI access.