-
Clone the repository
git clone https://github.com/prateekshukla17/Multi-Agentic-System cd Multi-Agentic-System -
Install dependencies
npm install
-
Configure environment variables
Create a
.envfile in the project root and add the following:OPENAI_API_KEY={your open ai api key} QDRANT_URL={your qdrant cloud db url} QDRANT_API_KEY={qdrant api key} QDRANT_COLLECTION_NAME=policy_documents MONGODB_URI={your mongodb cluster url}
-
Build the application
npm run build
-
Start the agent
npm start
-
Run with Docker
# Build and run the application
docker-compose run --rm app