cd agent
poetry installThen, create a .env file inside ./agent with the following:
GROQ_API_KEY=...
GOOGLE_MAPS_API_KEY=...
Then, run the demo:
poetry run demoFirst, install the dependencies:
cd ./ui
pnpm iThen, create a .env file inside ./ui with the following:
GROQ_API_KEY=...
NEXT_PUBLIC_CPK_PUBLIC_API_KEY=...
If you need a CopilotKit API key, you can get one here
Then, run the Next.js project:
pnpm run devNavigate to http://localhost:3000.
