AGENTS.md@cmd · diff
git:20260724.cb0170c to git:20260803.7ce48f9
1 added, 1 removed. Audit A to A.
# Entry Points
Three binaries:
| Binary | Main file | Purpose | DI |
| -------- | ------------------ | -------------------------------------------- | --- |
| server | `main.go` | HTTP API server (Fiber v3) | fx |
- | composer | `composer/main.go` | Dev tooling (`admin`, `webdoc`, `skills`) | — |
+ | composer | `composer/main.go` | Dev tooling (`admin`, `webdoc`, `skills`, `agenteval`) | — |
| cli | `cli/main.go` | User CLI (login, hub, pipeline, workflows, …) | — |
## Testing / build
```bash
go tool task build:cli # → bin/flowbot-cli
go tool task build:composer # → bin/composer
```