Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model interface {
layout.Model
layout.Sizeable
SetTokenUsage(event *runtime.TokenUsageEvent)
SetTodos(result *tools.ToolCallResult) error
SetMode(mode Mode)
SetAgentInfo(agentName, model, description string)
SetTeamInfo(availableAgents []runtime.AgentDetails)
SetAgentSwitching(switching bool)
SetToolsetInfo(availableTools int, loading bool)
GetSize() (width, height int)
}
Model represents a sidebar component
func New ¶
func New(sessionState *service.SessionState) Model
Click to show internal directories.
Click to hide internal directories.