Documentation
¶
Index ¶
Constants ¶
View Source
const BASH = "bash"
A unique name for bash (the shell)
View Source
const GOLANG = "go"
A unique name for bash (the shell)
View Source
const PYTHON = "python"
A unique name for bash (the shell)
View Source
const RETURN = "return"
A unique name for return command
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
The command registry, used by the application to define available tools and commands for workflows. It automates the advertisement of registered commands and their usage rules.
func (*Registry) Decode ¶ added in v0.0.3
Transform LLM response into the command invokation, returns the result of command.
Click to show internal directories.
Click to hide internal directories.