Everything you need to build with the LYDOS Sovereign AI Orchestration Platform. From a 5-minute quickstart to a deep-dive into the Q-engine architecture and the full REST API surface.
Get started in 60 seconds. Build production integrations. Operate sovereign infrastructure.
LYDOS runs as a local FastAPI server on port 8888. Clone the private repo and start in seconds:
# Clone the private repository
git clone git@github.com:lydianai/AILYDIAN-AGENT-ORCHESTRATOR.git
cd AILYDIAN-AGENT-ORCHESTRATOR
# Create venv and install
python3 -m venv ~/.ailydian-venv
source ~/.ailydian-venv/bin/activate
pip install -r requirements.txt
# Configure and run
cp .env.example .env # edit .env with API keys
python3 server.py # → http://localhost:8888curl http://localhost:8888/api/health | jq
# → {"status":"healthy","score":98}curl -X POST http://localhost:8888/api/llm/chat \
-H "Content-Type: application/json" \
-d '{"prompt":"What is LYDOS?"}'Install in 60 seconds
Clone repo, activate venv, start server, verify health check in under a minute.
One LYDOS account, six shipped CLI adapters: Claude Code, Cursor, Cline, Codex CLI, Aider, VS Code Continue.
Device flow auth, mobile desktop integration, RFC 8628 device tokens, machine-bound security.
Memory, Teams, Voice, Marketplace
Quad-layer sovereign memory system with federated ingestion, cross-session recall, and FTS search.
Federated multi-tenant agent teams with hunk-level reviews, vision gates, and marketplace installs.
Multi-language STT (Whisper), TTS (23+ languages), voice commands, and agent narration.
Install cohorts, share skills, publish agents, cross-org federation, and sovereign agent economy.
Python SDK, TypeScript SDK, MCP, REST API
Async Python client with type hints, auto-pagination, streaming, and error handling.
Full-featured TypeScript SDK for web, Node.js, and Electron with OpenAPI generation.
162 LYDOS tools accessible via Model Context Protocol — one .mcp.json configuration.
Complete 284+ router reference with request/response examples, error codes, and webhooks.
Sovereignty, Compliance, Security, Runbook
13 sovereign engines: DPI quorum, LSSA 10-layer, KSL keys, TUP deploys, ASR threat, LSIA veto.
Deployment, scaling, health monitoring, incident response, failover, and runbook procedures.
SOC 2 Type II, EU AI Act, GDPR, constitutional safety policies, and immutable audit trails.
HMAC-SHA256 audit chain, KSL signing, threat detection, and automatic self-healing remediation.
Start with the Getting Started guide, browse the REST API reference, or explore the Q-Engine catalog. For enterprise support visit Enterprise.