copilotkitlanggraphchat

July 15, 2025 ยท View on GitHub


Execute the agent

  1. Move to agent directory cd my-agent
  2. Copy example.env to .env
  3. Add openai api key to .env
  4. Install dependencies using uv sync
  5. Run the agent using uv run server.py

Execute the app

  1. Move to app directory cd my-app
  2. Install dependencies using npm install
  3. Run the app using npm run dev