Documentation
¶
Overview ¶
Package webfetch provides a bounded, SSRF-resistant WebFetch reference tool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tool ¶
type Tool struct {
// contains filtered or unexported fields
}
Tool retrieves bounded public textual resources without browser execution.
func (Tool) Execute ¶
func (t Tool) Execute(ctx context.Context, in session.ToolCall, _ tool.Environment) (session.ToolResult, error)
Execute fetches, converts, bounds, and quarantines one public textual resource.
Click to show internal directories.
Click to hide internal directories.