feat: Community release v1.0 — BSL-1.1 + Ed25519 signatures — © Salka Elmadani 2025-2026
This commit is contained in:
parent
d6a9182f9f
commit
a790e0355e
45
README.md
45
README.md
@ -1,21 +1,44 @@
|
|||||||
# Echo-IX
|
# ECHO-IX
|
||||||
|
|
||||||
AI chat interface powered by [Inference-X](https://inference-x.com). 228 KB engine. BSL-1.1.
|
[](LICENSE)
|
||||||
|
[](https://inference-x.com)
|
||||||
|
|
||||||
## Run
|
**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
|
```bash
|
||||||
IX_HOST=127.0.0.1 IX_PORT=8081 node server.js
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
## API
|
## Part of Inference-X Ecosystem
|
||||||
|
|
||||||
- `POST /api/echo/chat` — Chat completion
|
→ [inference-x](https://inference-x.com) — Core 305KB inference engine
|
||||||
- `POST /api/echo/stream` — SSE streaming
|
→ [organ-architecture](https://github.com/inference-x-community/organ-architecture) — Model surgery
|
||||||
- `GET /api/echo/models` — Available models
|
→ [ix-tools](https://github.com/inference-x-community/ix-tools) — Toolchain
|
||||||
- `GET /api/echo/hardware` — Backend status
|
|
||||||
- `GET /api/health` — Service health
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
BSL-1.1 -> Apache 2.0 on 2030-02-12. Signature 935.
|
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
|
||||||
|
-->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user