rho-coding-agent 0.5.0

A lightweight agent harness inspired by Pi
# Rho

Rho is a lightweight agent harness inspired by Pi, built in Rust to stay fast and memory-efficient.

## Install

```bash
cargo install rho-coding-agent
```

## Usage

```bash
rho
```

For one-off prompts:

```bash
rho run "summarize this repository"
```

## Docs

See the docs site: <https://matthewyjiang.github.io/rho/>

## Development

```bash
cargo build
cargo test
```