Versions in this module Expand all Collapse all v0 v0.2.0 Jul 22, 2026 v0.1.0 Jul 22, 2026 Changes in this version + type Host interface + CancelQueued func() + Clear func() + Context func() []byte + Forget func() + LastAnswer func() []byte + Remember func(role string, content []byte) + Send func(contextWindow []byte, tier string) ([]byte, []byte, error) + SendStream func(contextWindow []byte, tier string, onSegment func(string)) ([]byte, []byte, error) + Speak func(text []byte, voice string, speed float64) error + SpeakSync func(text []byte, voice string, speed float64) error + SystemPrompt func() string