cli_engineer 0.1.0

An autonomous CLI coding agent
cli_engineer-0.1.0 is not a library.

cli_engineer

A skeletal implementation of an autonomous CLI coding agent written in Rust. It demonstrates the overall architecture with pluggable LLM providers, task interpretation, planning, execution, review and an agentic loop.

Developer Setup

Clone the repository and build it locally:

cargo build
cargo test

Run the agent directly with:

cargo run -- --verbose "generate hello world"

User Installation

The tool can be installed from crates.io with:

cargo install cli_engineer
cli_engineer --help

Use --headless to disable UI output.