eclaw 0.0.18

Personal AI assistant powered by Elph
# eclaw

Personal AI assistant powered by Elph. Ships as a local HTTP server with a web UI, using the
same home scaffolding, datastore, and agent runtime primitives as the Elph coding agent.

## Quick Start

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

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

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

```sh
cargo install --locked eclaw
```

## License

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