Versions in this module Expand all Collapse all v0 v0.0.1 Mar 27, 2026 Changes in this version + type Executor struct + func New(llmClient llm.LLMClient, cfg *config.StamperConfig, logger *zerolog.Logger) (*Executor, error) + func (e *Executor) Run(ctx context.Context, conv domain.Conversation) (string, error)