Versions in this module Expand all Collapse all v0 v0.1.0 Oct 9, 2025 Changes in this version + type Agent struct + func NewAgent(tr *tools.Registry, cfg *config.Config) *Agent + func (a *Agent) GetStats() UsageStats + func (a *Agent) Start(ctx context.Context, userMessage string, msgCh chan<- tea.Msg) + type ErrMsg struct + Err error + type FinalResultMsg struct + Content string + type ThoughtMsg struct + Content string + type TokenUsageMsg struct + Tokens int + type ToolCallMsg struct + Content string + type ToolResultMsg struct + Content string + type UsageStats struct