An open API service indexing awesome lists of open source software.

https://github.com/codestackr/langgraph-server-quickstart


https://github.com/codestackr/langgraph-server-quickstart

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# LangGraph.js <> MongoDB Atlas Vector Search - HR Support Agent

This is a simple example of how to use LangGraph.js to create a HR support agent that uses MongoDB Atlas Vector Search to find relevant policies.

## Webinar Overview

In this webinar, we will build a simple HR support agent using LangGraph.js and MongoDB Atlas Vector Search.

## Walkthrough

1. `package.json`
2. `scripts/seed-db.ts`
5. `src/memory_agent/tools.ts`
3. `src/memory_agent/graph.ts`
4. `src/memory_agent/prompts.ts`
6. `src/memory_agent/checkpointer.ts`