command

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2026 License: MIT Imports: 35 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Version   = "0.0.1"
	BuildTime = "unknown"
	GitCommit = "unknown"
)

Functions

func HandleSSHConnect

func HandleSSHConnect(
	ctx context.Context,
	env *tools.Env,
	addr, path string,
	p *tea.Program,
	systemPrompt *string,
	ag **adk.ChatModelAgent,
	chatModel einomodel.ToolCallingChatModel,
	createAgent func() (*adk.ChatModelAgent, error),
	skillDescriptions string,
)

handleSSHConnect connects to a remote machine via SSH and reconfigures the env.

func HandleSSHListDir

func HandleSSHListDir(ctx context.Context, env *tools.Env, path string, p *tea.Program)

handleSSHListDir runs `ls` on the remote host and sends the results to the TUI directory picker.

func NewACPCmd

func NewACPCmd() *cobra.Command

func NewDoctorCmd

func NewDoctorCmd() *cobra.Command

func NewMCPCmd

func NewMCPCmd() *cobra.Command

func NewSessionsCmd

func NewSessionsCmd() *cobra.Command

func NewVersionCmd

func NewVersionCmd() *cobra.Command

func NewWebCmd

func NewWebCmd() *cobra.Command

func RunInteractive

func RunInteractive(prompt, resumeUUID string, unsafe bool) error

RunInteractive starts the interactive TUI session. The unsafe flag enables auto-approve for all tool calls and takes precedence over config.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL