You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
55
55
make init
56
56
```
57
57
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.
59
59
60
60
It is advised to run `make lint`, `make format`, and `make unit_tests` before pushing to the repository.
61
61
62
62
### Run locally (uv and Node.js)
63
63
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.
65
65
66
66
Before you start, make sure you have the following installed:
0 commit comments