Files
langgraphjs-api/README.md
T
Tat Dat Duong 9fa28080fc Yarn again
2025-05-22 13:35:38 +02:00

1.5 KiB

LangGraph.js API and CLI

License: MIT

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

  1. Clone the repository:
git clone https://github.com/langchain-ai/langgraphjs-api.git
cd langgraphjs-api
  1. Install dependencies:
yarn install
  1. Build the project:
yarn run build
  1. 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.

Support

  • 📫 For bug reports and feature requests, please open an issue on GitHub.
  • 📚 Check out our documentation for more information.