Documentation
¶
Overview ¶
Package cmd implements the command-line interface for the application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Deps ¶
type Deps struct {
Config *config.Config
State *domain.State
StateMgr *state.Manager
SessionStore *session.Store
CommandStore *command.Store
AuthManager *auth.Manager
OAuthManager *auth.OAuthManager
LLMRegistry *provider.LLMRegistry
ProviderRegistry *provider.Registry
BootstrapFS fs.FileSystem
}
Deps holds the core dependencies for the CLI commands.
Click to show internal directories.
Click to hide internal directories.