Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 723 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 723 Bytes

Dependency scanner agent

Langgraph Multi-Agent for automating dependency risk management.

Flow

Basic Requirements

  1. Install Node.js https://nodejs.org/en/download/
  2. Install TypeScript
npm install -g typescript
  1. Install required dependencies
npm install
  1. Get an Gemini API key: https://makersuite.google.com/app/apikey
  2. Get an OpenAI API key: https://beta.openai.com/#/
  3. Update your .env file with your API_KEY

Build and Run

To start the server from the compiled folder (/dist).

npm run start

Demo

Demo