# AGENTS.md

ChatDev 2.0: Dev All through LLM-powered Multi-Agent Collaboration

## Setup

```
npm ci
```

## Commands

```
make dev              # run locally
make server
make client
make stop
make sync
make validate-yamls
```

## Layout

- `runtime/`  57 source files
- `server/`   35 source files
- `frontend/` 31 source files
- `entity/`   30 source files
- `utils/`    20 source files
- `workflow/` 20 source files

## Conventions

- Tests live alongside the code they cover, following `entity/tool_spec.py`.
- CI defines what passing means. See `.github/workflows/validate-yamls.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- 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.
