Cyclium.Strategy.Template.Interactive (Cyclium v0.1.5)

Copy Markdown

Strategy template for interactive actors. Implements the intent interpretation loop:

  1. context_assembly — gather context for the synthesizer
  2. interpret — call synthesizer with structured output spec
  3. validate — run plan through PlanGate
  4. preview (conditional) — block for approval if side effects
  5. execute — run the plan
  6. converge — standard converge with findings, outputs, summary

Uses Option A from the plan: one episode per conversation turn.