ECHO — Multi-agent AI consciousness architecture
Go to file
2026-02-24 22:27:51 +00:00
public v1.0: Echo-IX standalone. Server + frontend extracted from inference-x-site. BSL-1.1. Signature 935 2026-02-18 21:54:02 +00:00
deploy.sh v1.0: Echo-IX standalone. Server + frontend extracted from inference-x-site. BSL-1.1. Signature 935 2026-02-18 21:54:02 +00:00
echo_cli.py refactor: remove internal notation, rename build constants 2026-02-24 22:10:25 +00:00
echo_queen_ix.py refactor: clean internal labels and display strings 2026-02-24 22:12:36 +00:00
echo_total.py refactor: clean remaining internal labels 2026-02-24 22:14:25 +00:00
LICENSE license: align change date and license with inference-x (2030, Apache 2.0) 2026-02-24 22:27:48 +00:00
package.json v1.0: Echo-IX standalone. Server + frontend extracted from inference-x-site. BSL-1.1. Signature 935 2026-02-18 21:54:02 +00:00
README.md docs: add SPONSOR.md, fix broken links, harmonize licenses 2026-02-24 22:23:40 +00:00
server.js refactor: remove internal notation, rename build constants 2026-02-24 22:10:25 +00:00
SPONSOR.md docs: update SPONSOR.md — personal presentation page 2026-02-24 22:27:16 +00:00
verify_authorship.py feat: Community release v1.0 — BSL-1.1 + Ed25519 signatures — © Salka Elmadani 2025-2026 2026-02-24 21:43:14 +00:00

ECHO-IX

License Author

Distributed Intelligence Node — Local AI Brain for Inference-X

ECHO-IX provides a self-hosted AI coordination layer that connects to Inference-X 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

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 — Core 305KB inference engine
organ-architecture — Model surgery
ix-tools — Toolchain

License

BSL-1.1 — Copyright © 2025-2026 Salka Elmadani — All Rights Reserved