Documentation
¶
Index ¶
Constants ¶
View Source
const ( TabMCP = 0 TabSkills = 1 TabPlugins = 2 TabAgents = 3 )
View Source
const ( MinWidth = 80 MinHeight = 24 HeaderHeight = 1 TabBarHeight = 1 SidebarMinWidth = 28 SidebarRatio = 0.28 // 28% of width for sidebar )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AgentStatus ¶
AgentStatus represents the status of an agent
type AppModel ¶
type AppModel struct {
// contains filtered or unexported fields
}
AppModel is the main TUI application model
type Layout ¶
type Layout struct {
// Total dimensions
Width int
Height int
// Header
HeaderHeight int
// Tab bar
TabBarHeight int
// Main content area
MainWidth int
MainHeight int
// Sidebar
SidebarWidth int
SidebarHeight int
FooterHeight int
}
Layout contains calculated dimensions for UI components
func CalculateLayout ¶
CalculateLayout computes the layout based on terminal size
Click to show internal directories.
Click to hide internal directories.