copilotkitlanggraphchat
July 15, 2025 ยท View on GitHub
Execute the agent
- Move to agent directory
cd my-agent - Copy
example.envto.env - Add openai api key to
.env - Install dependencies using
uv sync - Run the agent using
uv run server.py
Execute the app
- Move to app directory
cd my-app - Install dependencies using
npm install - Run the app using
npm run dev