Versions in this module Expand all Collapse all v0 v0.1.0 Sep 1, 2026 Changes in this version + func Configure(executor *workflow.Executor, options *Options) + func ConfigureForwarding(executor *workflow.Executor, options *ForwardingOptions) + type ForwardingOptions struct + StringMessageRole message.Role + type MessageState struct + func NewMessageState(stateKey string, scopeName string) *MessageState + func (s *MessageState) ProcessTurnMessages(ctx *workflow.Context, ...) error + func (s *MessageState) Reset() error + type Options struct + AutoSendTurnToken *bool + MessageState *MessageState + ScopeName string + StateKey string + StringMessageRole message.Role + TakeTurnHandler func(ctx *workflow.Context, token workflow.TurnToken, messages []*message.Message) error