Skip to content

Rishikesh63/Om-Tour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SARATHI: Your Travel Agent

image

Running the Agent

cd agent
poetry install

Then, create a .env file inside ./agent with the following:

GROQ_API_KEY=...
GOOGLE_MAPS_API_KEY=...

Then, run the demo:

poetry run demo

Running the UI

First, install the dependencies:

cd ./ui
pnpm i

Then, 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 dev

Usage

Navigate to http://localhost:3000.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published