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

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.

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