Documentation
¶
Overview ¶
Package executor provides the Tool Executor that runs LLM tool calls against Layer 8 service endpoints using internal HTTP requests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ToolExecutor ¶
type ToolExecutor struct {
// contains filtered or unexported fields
}
ToolExecutor executes tool calls against Layer 8 service endpoints.
func NewToolExecutor ¶
func NewToolExecutor(prefix string, resources ifs.IResources, schema *schema.Provider, webPort int) *ToolExecutor
NewToolExecutor creates a new ToolExecutor.
Click to show internal directories.
Click to hide internal directories.