mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-01 13:58:12 -04:00
6925dc7a6c71371db4d8a9e11247004510f814ae
LangGraph.js API and CLI
This repository contains the source code for the following packages:
@langchain/langgraph-cli: A CLI tool for managing LangGraph.js agents and workflows.@langchain/langgraph-api: An in-memory JS implementation of the LangGraph Server.create-langgraph: A tool for creating new LangGraph.js projects.
Development
- Clone the repository:
git clone https://github.com/langchain-ai/langgraphjs-api.git
cd langgraphjs-api
- Install dependencies:
yarn install
- Build the project:
yarn run build
- Run tests:
yarn test
Contributing
We welcome contributions! Please see our Contributing Guidelines for details on how to submit pull requests, report issues, and contribute to the project.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Related Projects
Support
- 📫 For bug reports and feature requests, please open an issue on GitHub.
- 📚 Check out our documentation for more information.
Description
Languages
TypeScript
98.1%
JavaScript
1.1%
Python
0.8%