Documentation
¶
Overview ¶
Package ide contains UI and state management code for the TUI rebuild debugger.
Index ¶
Constants ¶
View Source
const ( LogsBucketID ctxKey = iota MetadataBucketID )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TuiApp ¶
type TuiApp struct {
// contains filtered or unexported fields
}
TuiApp represents the entire IDE, containing UI widgets and worker processes.
func NewTuiApp ¶
func NewTuiApp(dex rundex.Reader, watcher rundex.Watcher, rundexOpts rundex.FetchRebuildOpts, benches benchmark.Repository, buildDefs rebuild.LocatableAssetStore, butler localfiles.Butler, aiClient *genai.Client, prebuildConfig rebuild.PrebuildConfig) *TuiApp
NewTuiApp creates a new tuiApp object.
Directories
¶
| Path | Synopsis |
|---|---|
|
Agent provides visualization components for an agent sessions
|
Agent provides visualization components for an agent sessions |
Click to show internal directories.
Click to hide internal directories.