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(toolCall tools.ToolCall) error
SetWorking(working bool) tea.Cmd
SetMode(mode Mode)
SetAgentInfo(agentName, model, description string)
SetTeamInfo(availableAgents []string)
SetAgentSwitching(switching bool)
SetToolsetInfo(availableTools int)
SetToolStatus(toolName, status string)
GetSize() (width, height int)
}
Model represents a sidebar component
func New ¶
func New(manager *service.TodoManager) Model
Click to show internal directories.
Click to hide internal directories.