Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
func (*Agent) GetStats ¶
func (a *Agent) GetStats() UsageStats
type FinalResultMsg ¶
type FinalResultMsg struct{ Content string }
type ThoughtMsg ¶
type ThoughtMsg struct{ Content string }
type TokenUsageMsg ¶
type TokenUsageMsg struct{ Tokens int }
type ToolCallMsg ¶
type ToolCallMsg struct{ Content string }
type ToolResultMsg ¶
type ToolResultMsg struct{ Content string }
type UsageStats ¶
type UsageStats struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.