Documentation
¶
Index ¶
- Constants
- func DisclosedSkillsCount(a map[string]any) int
- func DisclosedSkillsNames(a map[string]any) []string
- func GeneratePlan() common.Tool
- func LoadSkills() common.Tool
- func ReadSpecifiedFileInSkill() common.Tool
- func ShellCommand() common.Tool
- func Terminal() common.Tool
- func UpdatePlan() common.Tool
Constants ¶
View Source
const ( InternalToolGeneratePlan = "generate_plan" InternalToolUpdatePlan = "update_plan" )
View Source
const ( InternalToolLoadSkills = "load_skills" InternalToolReadSpecifiedFileInSkill = "read_specified_file_in_skill" )
View Source
const (
InternalToolShellCommand = "shell_command"
)
Variables ¶
This section is empty.
Functions ¶
func DisclosedSkillsCount ¶
func DisclosedSkillsNames ¶
func GeneratePlan ¶
func LoadSkills ¶
func Terminal ¶
Terminal returns a Codex-style shell command tool adapted to React's common.Tool interface. Commands run synchronously; PTY sessions, sandbox approvals, and interactive stdin are intentionally left to the host process.
func UpdatePlan ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.