Strategy template for interactive actors. Implements the intent interpretation loop:
- context_assembly — gather context for the synthesizer
- interpret — call synthesizer with structured output spec
- validate — run plan through PlanGate
- preview (conditional) — block for approval if side effects
- execute — run the plan
- converge — standard converge with findings, outputs, summary
Uses Option A from the plan: one episode per conversation turn.
The interpret → validate → preview → execute → summarize phases are shared
with the autonomous Cyclium.Strategy.Template.AgenticTask template via
Cyclium.Strategy.Template.Agentic.Loop. This template supplies the
conversation-specific ends: seeding intent from a user message, assembling
conversation history/findings as context, and converging with conversation
resolution semantics.