https://github.com/rootstrap/langgraph-nodejs
Langgraph Multi-Agent for automating dependency risk management
https://github.com/rootstrap/langgraph-nodejs
Last synced: 3 months ago
JSON representation
Langgraph Multi-Agent for automating dependency risk management
- Host: GitHub
- URL: https://github.com/rootstrap/langgraph-nodejs
- Owner: rootstrap
- Created: 2024-12-14T02:13:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-14T02:26:22.000Z (over 1 year ago)
- Last Synced: 2025-06-12T01:05:06.824Z (10 months ago)
- Language: TypeScript
- Size: 1.48 MB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dependency scanner agent
Langgraph Multi-Agent for automating dependency risk management.

## Basic Requirements
1. Install Node.js [https://nodejs.org/en/download/](https://nodejs.org/en/download/)
2. Install `TypeScript`
```sh
npm install -g typescript
```
3. Install required dependencies
```sh
npm install
```
4. Get an Gemini API key: [https://makersuite.google.com/app/apikey](https://makersuite.google.com/app/apikey)
5. Get an OpenAI API key: [https://beta.openai.com/signup/](https://beta.openai.com/signup/)
6. Update your `.env` file with your API_KEY
## Build and Run
To start the server from the compiled folder (/dist).
```sh
npm run start
```
## Demo
