Versions in this module Expand all Collapse all v0 v0.1.0 Feb 28, 2026 Changes in this version + const OptionFork + const OptionTitle + const OptionVariant + type Backend struct + func New(opts ...Option) *Backend + func (b *Backend) ParseLine(line string) (agentrun.Message, error) + func (b *Backend) ResumeArgs(session agentrun.Session, initialPrompt string) (string, []string, error) + func (b *Backend) SessionID() string + func (b *Backend) SpawnArgs(session agentrun.Session) (string, []string) + type Option func(*Backend) + func WithBinary(path string) Option + type Variant string + const VariantHigh + const VariantLow + const VariantMax + const VariantMinimal