AIFA Daemon Loom
Managed orchestration plane: intake, policy, gates, MCP/API surfaces.
D-Loom · textile runtime
D-Loom is the token-efficient discipline inside AIFA Daemon Loom: many small, disposable Needles coordinated by a Main Thread, with state in the Spindle and tasks in the Pattern Ledger — not in every prompt.
The broader Loom is an orchestration fabric for durable agent workloads. D-Loom is how that fabric runs work efficiently: do not keep agents alive longer than the process they were created to complete. That means less context injection, fewer idle sessions, and auditable progress through explicit task state instead of chat history.
On ClusterClaw, Daeloom is the execution story for the enterprise AIFA add-on — same hosted OpenClaw platform, extended with always-on orchestration when you need multi-agent operations at scale.
One lean orchestration session holds the Pattern Ledger, picks the next task, and dispatches work — it does not do every micro-step itself.
Each atomic unit of work gets a small agent with a Context Diet: only what that task needs, then a structured check-in.
Agents are not timed out by the clock. They exit when their process hits a terminal state: completed, failed, blocked, escalated, or cancelled.
Human- and machine-readable task state lives in the ledger. Needles annotate only their row; the Main Thread decides what runs next.
Parallel Needles report to a join barrier; results merge into the Spindle before the next fan-out.
Plan → Spawn Needle → Execute → Check-in → Update Ledger → Exit → Continue
Metaphors map to real runtime concepts — readable for humans, precise for agents.
Managed orchestration plane: intake, policy, gates, MCP/API surfaces.
Disposable Needles, Main Thread, Context Diet, Reed-controlled concurrency.
Hosted OpenClaw gateways and isolation lanes — Cloud Run default, GKE enterprise.
Daemon Loom Cloud is where developers drop off durable workflows — API, MCP, console, webhooks, and audit history. Same D-Loom discipline, surfaced as a product on ClusterClaw lanes.
Daemon Loom Cloud on daeloom.cloudArchitecture and loom-state contracts are in-repo; hosted D-Loom orchestration is not wired to production yet. We are moving from validation and sidecar prototypes toward API/MCP alpha and cloud beta with enterprise controls.