# CueLoop
CueLoop is a Rust CLI for running AI agent loops against a structured JSON task queue.
Repository: https://github.com/fitchmultz/cueloop
## Install
```bash
cargo install cueloop
```
This installs the `cueloop` executable.
## Quick Start
```bash
cueloop init
cueloop task "Create an initial queue item"
cueloop queue list
cueloop run one
```
## Documentation
- Docs index: https://github.com/fitchmultz/cueloop/blob/main/docs/index.md
- CLI reference: https://github.com/fitchmultz/cueloop/blob/main/docs/cli.md
- Configuration: https://github.com/fitchmultz/cueloop/blob/main/docs/configuration.md
- Security policy: https://github.com/fitchmultz/cueloop/blob/main/SECURITY.md
- Contributing: https://github.com/fitchmultz/cueloop/blob/main/CONTRIBUTING.md
## License
MIT