Versions in this module Expand all Collapse all v0 v0.1.1 Jun 7, 2026 v0.1.0 Jun 7, 2026 Changes in this version + type Tool struct + func New(root string) *Tool + func NewWithFilter(root string, pathRe *regexp.Regexp) *Tool + func (t *Tool) Run(ctx context.Context, in map[string]any) (tools.Result, error) + func (t *Tool) Spec() llm.ToolSpec