mykungfu.ai — Systems / Deliberations Engine

The Deliberations Engine

Eight agents that execute a real Divergent–Convergent Reasoning cycle, end to end — the system working as a whole.

What it proves belongs to thelucidmind.ai; what it produces is published as Lucid Deliberations on lucidmind.studio. This page is the engine that runs it.

The Pipeline

One loop runs the whole cycle: Signal → Curation → Deliberation → Convergence → Editorial → Distribution → Growth → Memory — and Memory feeds back to Curation for the next cycle.

SignalCurationDeliberationConvergenceEditorialDistributionGrowthMemory
The Eight Agents
01

Signal Scout

signal capture

Captures signals from the world that a deliberation can examine.

02

Research Curator

api/deliberations/curator.py

Gathers and curates the material a deliberation reasons over.

03

Deliberation Orchestrator

api/deliberations/orchestrator.py

Runs the divergent phase — multiple stances generate independently.

04

Convergence Synthesizer

inside orchestrator.py (DCR)

Converges without collapsing — surfaces patterns, conflicts, assumptions, uncertainty.

05

Editorial Producer

api/deliberations/editorial.py

Produces the editorial drafts (the Dear Diary form) from the deliberation.

06

Distribution Producer

api/deliberations/distribution.py

Derives the published assets across five channels.

07

Growth Analyst

api/deliberations/growth.py

Scores resonance and feeds the Capability Pressure loop.

08

Memory Steward

api/deliberations/memory_steward.py

Consolidates the cycle into deliberative memory (cycle_memory) and back to the Curator.

What It Operationalizes

Agents 3 and 4 run DCR — divergence, friction, then convergence without collapse. Agent 8 plus the Memory Layer provide the deliberative memory. The pipeline reuses the epistemic_objects model with new type discriminators — no schema change.

Build Status — Live

Phase 5 complete: all eight agents are live-verified end to end.

→ Lucid Deliberations (the public product)→ The Memory Layer it consolidates into