Langgraph Multi-Agent for automating dependency risk management.
- Install Node.js https://nodejs.org/en/download/
- Install
TypeScript
npm install -g typescript- Install required dependencies
npm install- Get an Gemini API key: https://makersuite.google.com/app/apikey
- Get an OpenAI API key: https://beta.openai.com/signup/
- Update your
.envfile with your API_KEY
To start the server from the compiled folder (/dist).
npm run start
