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

1.3 KiB

Contributing to Agent Protocol

👋 Hi there! Thank you for being interested in contributing to LangGraph. As an open source project in a rapidly developing field, we are extremely open to contributions, whether it be in the form of a new feature, improved infra, or better documentation.

To contribute to this project, please follow a "fork and pull request" workflow. Please do not try to push directly to this repo unless you are a maintainer.

🗺️ Contributing Guidelines

Our issues page contains with bugs, improvements, and feature requests.

If you start working on an issue, please comment and a maintainer can assign it to you.

If you are adding an issue, please try to keep it focused on a single modular bug/improvement/feature. If the two issues are related, or blocking, please link them rather than keep them as one single one.

We will try to keep these issues as up to date as possible, though with the rapid rate of development in this field some may get out of date. If you notice this happening, please just let us know.

🚀 Setup

To get started, you will need to install the dependencies for the project. To do so, run:

yarn install

To build the project, run:

yarn build