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
  3. src/memory_agent/tools.ts
  4. src/memory_agent/graph.ts
  5. src/memory_agent/prompts.ts
  6. src/memory_agent/checkpointer.ts