ralph-agent-loop 0.2.2

A Rust CLI for managing AI agent loops with a structured JSON task queue
Documentation
# Ralph

Ralph is a Rust CLI for running AI agent loops against a structured JSON task queue.

Repository: https://github.com/fitchmultz/ralph

## Install

```bash
cargo install ralph-agent-loop
```

This installs the `ralph` executable.

## Quick Start

```bash
ralph init
ralph task "Create an initial queue item"
ralph queue list
ralph run one
```

## Documentation

- Docs index: https://github.com/fitchmultz/ralph/blob/main/docs/index.md
- CLI reference: https://github.com/fitchmultz/ralph/blob/main/docs/cli.md
- Configuration: https://github.com/fitchmultz/ralph/blob/main/docs/configuration.md
- Security policy: https://github.com/fitchmultz/ralph/blob/main/SECURITY.md
- Contributing: https://github.com/fitchmultz/ralph/blob/main/CONTRIBUTING.md

## License

MIT