Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BashTool ¶
type BashTool struct{}
BashTool executes shell commands.
func (*BashTool) Description ¶
func (*BashTool) Execute ¶
func (t *BashTool) Execute(ctx context.Context, input json.RawMessage) (json.RawMessage, error)
type ReadTool ¶
type ReadTool struct {
}
ReadTool allows the agent to read files.
func (*ReadTool) Description ¶
func (*ReadTool) Execute ¶
func (t *ReadTool) Execute(ctx context.Context, input json.RawMessage) (json.RawMessage, error)
type WriteTool ¶
type WriteTool struct {
}
WriteTool allows the agent to read files.
func (*WriteTool) Description ¶
func (*WriteTool) Execute ¶
func (t *WriteTool) Execute(ctx context.Context, input json.RawMessage) (json.RawMessage, error)
Click to show internal directories.
Click to hide internal directories.