Maps strategy template names (stored in AgentDefinition.strategy_template)
to compiled strategy modules.
Built-in templates
| Template | Pattern | Use Case |
|---|---|---|
"observe_synthesize_converge" | Gather → LLM → Finding | Health checks, advisors |
"observe_classify_converge" | Gather → Rules → Finding | Threshold/rule actors |
"dispatch" | Load entities → Broadcast | Fan-out actors |
Summary
Functions
Returns all registered templates including any app-defined extras.
Resolves a template name to its strategy module.
Returns nil if the template is not registered.