# AGENTS.md

Langflow is a powerful tool for building and deploying AI-powered agents and workflows.

## Setup

```
npm ci
```

## Commands

```
make check_tools
make help
make reinstall_backend
make install_backend
make init
make clean_python_cache
```

## Layout

- `src/`     6192 source files
- `docs/`    1031 source files
- `scripts/` 82 source files
- `docker/`  4 source files

## Conventions

- Tests live alongside the code they cover, following `.github/workflows/ci-scripts-test.yml`.
- CI defines what passing means. See `.github/workflows/a11y-scan.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `src/frontend/src/icons/Azure/Azure.jsx` is 446KB. It will not fit comfortably in context, so read it in parts.
- Copy `.env.example` before running anything that needs configuration.

---

Drafted by agentreadme.com from what is in this repository. Everything marked TODO
needs a human. Check it in as AGENTS.md at the root.
