# AI agents
Flux agents are honest, offline analyzers that write structured reports to `.flux-cache/reports/`. With `ai.command` set in `flux.yaml`, each report is also expanded by an external model.
### `flux agent run planner`
Break a feature or issue into an implementation plan
### `flux agent run reviewer`
Summarise the current changes and flag review risks
### `flux agent run tester`
Find code that lacks test coverage (heuristic)
### `flux agent run documentation`
Detect documentation gaps
### `flux agent run maintenance`
Housekeeping: dependencies, TODO debt, hygiene
### `flux agent run release`
Preview release notes and versioning