commands

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2026 License: MIT Imports: 45 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewApprovalCmd added in v0.4.0

func NewApprovalCmd() *cobra.Command

func NewAuthCmd added in v0.3.1

func NewAuthCmd() *cobra.Command

func NewChannelsCmd added in v0.2.0

func NewChannelsCmd() *cobra.Command

func NewChatCmd

func NewChatCmd() *cobra.Command

func NewCronCmd added in v0.2.0

func NewCronCmd() *cobra.Command

func NewInitCmd

func NewInitCmd() *cobra.Command

func NewRootCmd

func NewRootCmd() *cobra.Command

NewRootCmd creates the root command

func NewRunCmd

func NewRunCmd() *cobra.Command

func NewSkillsCmd added in v0.2.0

func NewSkillsCmd() *cobra.Command

func NewStatusCmd

func NewStatusCmd() *cobra.Command

Types

type ChatMessage added in v0.1.2

type ChatMessage struct {
	Role     string // "user", "golem"
	Content  string
	Thinking string
	Tools    []ToolLog
	IsError  bool
}

type ToolLog added in v0.1.2

type ToolLog struct {
	Name   string
	Result string
	Err    error
}

Data Structures for Structured History

Jump to

Keyboard shortcuts

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