WestwyrdWestwyrd/products/daedalus
Products/Daedalus
Distributed AI Executive Architecture

DAEDALUS
Executive Cortex

One command layer for every model, agent, and workflow you run.

DAEDALUS unifies local language models, a living knowledge graph, durable workflows, and a registry of specialized agents into a single system that remembers every decision, survives every interruption, and can prove every result — on hardware you control, with an auditable trail behind everything it does.

System Manifest
DeploymentOn-prem / air-gapped
InferenceOllama + MLX (local)
Knowledge GraphNeo4j
WorkflowsTemporal.io durable
Message BusNATS JetStream
EvidencePoseidon + ZK proofs
AuditHash-chained event log
Data Residency100% local
HardwareApple M4 Max class
ComplianceSwiss DPA · CLOUD Act exempt
Deterministic · no cloud dependency
Fig.01 · Executive Cortex
Daedalus Diagram
Core Capabilities

Six subsystems, one executive cortex.

01

Multi-Frame Arbitration

vvalt_service · 5-frame decomposition · Neo4j-logged provenance
VVALT reads every request from five vantage frames — structural, semantic, temporal, adversarial, operational — scores each interpretation, and resolves ambiguous intent into one deterministic execution path. The full frame-by-frame decomposition is written to the graph, so any decision can be replayed and defended after the fact.
5 frames
02

Unified Model Routing

Ollama · MLX · capability-match router
Every query is profiled and scored against the capability manifest of each registered model, then routed to the best fit — Ollama for open weights, MLX tuned for Apple Silicon. Add, swap, or retire a model and nothing upstream changes; no query ever leaves the box for inference.
0 cloud calls
03

Living Knowledge Graph

Neo4j · LanceDB · per-turn extraction
Each conversation turn runs entity and relationship extraction into a Neo4j graph of people, assets, goals, and outcomes, with embedding recall through LanceDB. The system reasons over everything it has ever seen instead of starting cold — memory that compounds across sessions rather than resetting.
graph-native
04

Durable Execution

Temporal.io · deterministic replay · retry policy
Long-running processes execute through Temporal with crash recovery, automatic retry, and deterministic replay. A node can fail mid-execution and the workflow resumes from the exact step with identical state — nothing is lost, and nothing is silently run twice.
crash-safe
05

Governed Agent Registry

agent_registry · NATS JetStream · quota + audit
Agents register with declared capabilities, resource quotas, and trust boundaries, then discover and message one another over a NATS JetStream bus. Every hand-off is observable, quota-enforced, and written to an audit log — a colony you can actually account for rather than a black-box swarm.
6 agents
06

Verifiable Evidence Layer

Poseidon commitments · Groth16 · on-chain verifier
Documents, decisions, and attestations are committed with Poseidon hashes and can be proven with zero-knowledge circuits. Results become independently verifiable without exposing the underlying inputs — proof you can hand to a regulator or counterparty without handing over the data itself.
ZK-provable
Architecture

A system of record
for machine intelligence.

DAEDALUS is not a single model or a chat box. It is the substrate that ties inference, memory, workflows and evidence into one accountable system — running where your data already lives, with no dependency on an external AI provider. Every route is logged, every decision is traceable, every result reconstructable.

Neo4j knowledge graph — conversation history, entity extraction, goal tracking and causal chains persist and stay queryable.

Hash-chained event log — a tamper-evident audit trail across every endpoint, so what happened and when is never in question.

NATS JetStream bus — guaranteed delivery and full replay for every service-to-service message.

Sovereign by default — all inference and retrieval execute locally. No telemetry, no usage reporting, nothing off-box.

Applications

What it does, in the field.

01

Institutional Query Arbitration

A complex, ambiguous question is decomposed through five vantage frames, routed to the optimal local model, and executed with full provenance written to the graph. The answer arrives with its reasoning, its sources, and a record of why every step was taken — defensible under review.

query → 5-frame decomposition → model routing → provenance write
Outcome
Deterministic, on-record answers
02

Forensic Document Intake

PDFs, scans, and images flow through PaddleOCR into automatic entity extraction and relationship mapping, then land in the knowledge graph anchored with Poseidon commitments. A pile of unstructured files becomes a searchable, tamper-evident evidence base.

PDF / scan → PaddleOCR → entity extraction → Neo4j → Poseidon anchor
Outcome
Auditable evidence in minutes
03

Compounding Institutional Memory

Every interaction adds to a persistent graph of people, assets, decisions, and outcomes. Instead of re-briefing a stateless model, teams query a system that already holds the history and surfaces the relevant prior work on its own.

each turn → entity + relationship extraction → persistent graph → recall
Outcome
Context that never resets
04

Long-Horizon Durable Workflows

Multi-stage processes that run for hours or days — reconciliations, batch verification, staged approvals — execute through Temporal with deterministic replay. Hardware failures and restarts become non-events; the workflow simply continues where it stopped.

multi-stage process → Temporal orchestration → deterministic replay
Outcome
Zero-loss execution
05

Verifiable Custody & Attestation

Custody and asset-verification services attest that holdings exist and are controlled, then publish a zero-knowledge proof of that fact. Counterparties and auditors confirm reserves independently while the underlying positions stay private.

holdings → custody attestation → Poseidon commit → ZK proof
Outcome
Provable reserves, private inputs
06

Governed Multi-Agent Colony

Coding, memory, OSINT, and custom agents are registered, capability-matched, and quota-enforced, coordinating over the message bus toward a shared objective. Many autonomous workers operate as one accountable system rather than a swarm you cannot inspect.

register → capability-match → quota-enforce → bus coordination
Outcome
Orchestration you can audit
API Library

Technical Interfaces

POST/api/v1/vvalt/arbitrate

Submits an ambiguous natural language intent for multi-frame arbitration across the VVALT engine, resolving it into a deterministic, executable routing path.

{
  "intent": "analyze Q3 burn anomalies",
  "frames": ["intent", "complexity", "risk", "logic", "security"],
  "anchor": "0x8428ac9f717b8c..."
}
POST/api/v1/registry/dispatch

Dispatches a synthesized goal to a specific specialized agent, injecting it with context from the Neo4j knowledge graph and executing securely within a firewalled runtime.

{
  "agent_id": "agn-04-forensic",
  "goal_id": "g-7731-89a",
  "temporal_ttl": "300s",
  "require_zk_proof": true
}
Institutional Access

Run intelligence you can account for.

DAEDALUS consolidates a fragmented AI stack into one sovereign system — model routing, durable workflows, a living memory graph, and verifiable evidence, all on hardware you control.