commands

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2026 License: MIT Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewChatCmd

func NewChatCmd() *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 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