45 lines
1.6 KiB
Markdown
45 lines
1.6 KiB
Markdown
# ECHO-IX
|
|
|
|
[](LICENSE)
|
|
[](https://inference-x.com)
|
|
|
|
**Distributed Intelligence Node — Local AI Brain for Inference-X**
|
|
|
|
ECHO-IX provides a self-hosted AI coordination layer that connects to
|
|
[Inference-X](https://inference-x.com) for fully local, private inference.
|
|
Zero cloud dependency. Complete data sovereignty.
|
|
|
|
## Components
|
|
|
|
| File | Role |
|
|
|------|------|
|
|
| `echo_queen_ix.py` | Central node — HTTP API + task orchestration |
|
|
| `echo_cli.py` | CLI interface for interacting with the node |
|
|
| `echo_total.py` | Lightweight standalone inference interface |
|
|
|
|
## Quick Start
|
|
|
|
```bash
|
|
export ECHO_MEMORY=/data/echo_memory
|
|
export INFERENCE_X_BIN=/usr/local/bin/inference-x
|
|
|
|
python3 echo_queen_ix.py # Start node on port 8090
|
|
python3 echo_cli.py status # Check node status
|
|
python3 echo_cli.py think "..." # Query the node
|
|
```
|
|
|
|
## Part of Inference-X Ecosystem
|
|
|
|
→ [inference-x](https://inference-x.com) — Core 305KB inference engine
|
|
→ [organ-architecture](https://github.com/inference-x-community/organ-architecture) — Model surgery
|
|
→ [ix-tools](https://github.com/inference-x-community/ix-tools) — Toolchain
|
|
|
|
## License
|
|
|
|
BSL-1.1 — Copyright © 2025-2026 Salka Elmadani — All Rights Reserved
|
|
<!-- © SALKA ELMADANI AUTHORSHIP CERTIFICATE
|
|
SHA256: af66ac6d53b9def787ae79f2f0e0591c13b021cb1b2600e9ef0667762db60cb0
|
|
SIG-ED25519: E0coVOS31MJdwGAFzYWJRRxiuGj29btZXVFboRcpOngL4zNY40Qr7zBYbx9Q8KMbR5WiQXaJpze+LtcXobv4AQ==
|
|
VERIFY: python3 verify_authorship.py README.md
|
|
-->
|