Versions in this module Expand all Collapse all v0 v0.1.7 Jan 5, 2026 v0.1.6 Jan 1, 2026 Changes in this version + type Decider struct + func NewDecider(logger *zap.Logger, bus *bus.EvolutionBus, llmClient schemas.LLMClient) *Decider + func (d *Decider) Start(ctx context.Context) + type LLMActionResponse struct + ActionType models.ActionType + Description string + Payload map[string]interface{} + Rationale string