AGENTS.md@cmd · git:20260803.7ce48f9 · 2026-08-03 · sha256 0f522e2fbbd3d5d4
AGENTS.md@cmd git:20260803.7ce48f9A
Immutable. This exact content is served forever at /api/v1/blob/0f522e2fbbd3d5d4.
# 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`, `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 ```