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.
In this webinar, we will build a simple HR support agent using LangGraph.js and MongoDB Atlas Vector Search.
package.json
scripts/seed-db.ts
src/memory_agent/tools.ts
src/memory_agent/graph.ts
src/memory_agent/prompts.ts
src/memory_agent/checkpointer.ts