eclaw 0.0.1

Personal AI assistant powered by Elph
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# eclaw

Personal AI assistant powered by [Elph](https://github.com/riipandi/elph).

## Status

Placeholder crate — CLI scaffolding only. Interactive mode and agent runtime are not yet implemented.

## Usage

```bash
eclaw              # interactive assistant (placeholder)
eclaw --version    # print version
eclaw run "hello"  # one-shot prompt (placeholder)
```