elph 0.0.18

Minimalist AI agent companion for coding
# elph

Minimalist AI coding agent companion. A terminal-first CLI for interactive and non-interactive
agent workflows, with local home scaffolding, session management, and provider integration
powered by the Elph library stack.

## Quick Start

Install using the [install script](../scripts/install-elph.sh):

```sh
curl -fsSL https://elph.space/elph/install.sh | bash
```

Or use `cargo install` (requires Rust 1.96+):

```sh
cargo install --locked elph
```

## License

Licensed under the [MIT License](https://www.tldrlegal.com/license/mit-license).