Add CLEANUP.md with identified documentation and code issues. Update README files to fix repository URL, unify descriptions, and clarify Gemma model usage.

This commit is contained in:
geoffsee
2025-08-28 07:24:14 -04:00
parent 719beb3791
commit 956d00f596
4 changed files with 78 additions and 19 deletions

View File

@@ -20,19 +20,6 @@ A Rust-based inference engine for running large language models locally. This to
- macOS: Metal support
- Linux/Windows: CUDA support (requires appropriate drivers)
### Building from Source
1. Clone the repository:
```bash
git clone https://github.com/seemueller-io/open-web-agent-rs.git
cd open-web-agent-rs
```
2. Build the local inference engine:
```bash
cargo build -p inference-engine --release
```
## Usage
### CLI Mode