https://github.com/codestackr/langgraph-server-quickstart
https://github.com/codestackr/langgraph-server-quickstart
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codestackr/langgraph-server-quickstart
- Owner: codeSTACKr
- License: mit
- Created: 2025-02-14T22:52:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T22:48:27.000Z (about 1 year ago)
- Last Synced: 2025-04-24T02:13:17.825Z (11 months ago)
- Language: TypeScript
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`