Versions in this module Expand all Collapse all v0 v0.2.0 May 16, 2026 Changes in this version + type ExternalChainOptions struct + Headers map[string]string + Method string + Stream bool + TimeoutSec int + TranscriptKey string + URL string + type ExternalChainProcessor struct + func NewExternalChainProcessor(name string, url string, opts ExternalChainOptions) *ExternalChainProcessor + func NewExternalChainProcessorFromOptions(name string, opts json.RawMessage) *ExternalChainProcessor + func (p *ExternalChainProcessor) ProcessFrame(ctx context.Context, f frames.Frame, dir processors.Direction) error