https://github.com/saidiibrahim/langgraph-cookbook
This repository contains a collection of agentic applications using LangGraph. It is a work in progress and will be updated as we add more apps.
https://github.com/saidiibrahim/langgraph-cookbook
agents langgraph-js llms
Last synced: 5 months ago
JSON representation
This repository contains a collection of agentic applications using LangGraph. It is a work in progress and will be updated as we add more apps.
- Host: GitHub
- URL: https://github.com/saidiibrahim/langgraph-cookbook
- Owner: Saidiibrahim
- Created: 2024-07-18T09:48:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T10:24:24.000Z (over 1 year ago)
- Last Synced: 2024-10-30T11:28:28.679Z (over 1 year ago)
- Topics: agents, langgraph-js, llms
- Language: Jupyter Notebook
- Homepage:
- Size: 149 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LangGraph Cookbook
This repository contains a collection of agentic applications using LangGraph. It is a work in progress and will be updated as we add more apps.
The repo is divided in two parts:
- `apps`: A collection of agentic applications using LangGraph.
- Each app has its own README with instructions on how to run it.
- `notebooks`: A collection of notebooks used to test and develop the agentic applications.
TODO:
- [x] Create a single `tools` package that will contain the tools used to develop the agentic applications
- [x] Create a single `utils` package that will contain the utility functions.
- [ ] Complete the job-search-team app