Skip to content

Commit a897890

Browse files
Update CONTRIBUTING.md
1 parent 1c97f44 commit a897890

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contributing to Langflow
1+
# Contributing to AI Agents
22

3-
This guide is intended to help you get started contributing to Langflow.
3+
This guide is intended to help you get started contributing to AI.
44
As an open-source project in a rapidly developing field, we are extremely open
55
to contributions, whether it be in the form of a new feature, improved infra, or better documentation.
66

@@ -33,16 +33,16 @@ so that more people can benefit from it.
3333

3434
## Contributing code and documentation
3535

36-
You can develop Langflow locally via uv + NodeJS.
36+
You can develop AI AGENTs locally via uv + NodeJS.
3737

38-
### Clone the Langflow Repository
38+
### Clone the AI AGENTS Repository
3939

4040
Navigate to the [Langflow GitHub repository](https://github.com/langflow-ai/langflow) and press "Fork" in the upper right-hand corner.
4141

4242
Add the new remote to your local repository on your local machine:
4343

4444
```bash
45-
git remote add fork https://github.com/<your username>/langflow.git
45+
git remote add fork https://github.com/Vi19Z/Multi-AI-Agents.git
4646
```
4747

4848
We also provide a .vscode/launch.json file for debugging the backend in VSCode, which is a lot faster than using docker compose.
@@ -55,13 +55,13 @@ Setting up hooks:
5555
make init
5656
```
5757

58-
This will set up the development environment by installing backend and frontend dependencies, building the frontend static files, and initializing the project. It runs `make install_backend`, `make install_frontend`, `make build_frontend`, and finally `uv run langflow run` to start the application.
58+
This will set up the development environment by installing backend and frontend dependencies, building the frontend static files, and initializing the project. It runs `make install_backend`, `make install_frontend`, `make build_frontend`, and finally `uv run Ai Agents run` to start the application.
5959

6060
It is advised to run `make lint`, `make format`, and `make unit_tests` before pushing to the repository.
6161

6262
### Run locally (uv and Node.js)
6363

64-
Langflow can run locally by cloning the repository and installing the dependencies. We recommend using a virtual environment to isolate the dependencies from your system.
64+
AI Agents can run locally by cloning the repository and installing the dependencies. We recommend using a virtual environment to isolate the dependencies from your system.
6565

6666
Before you start, make sure you have the following installed:
6767

0 commit comments

Comments
 (0)