Versions in this module Expand all Collapse all v0 v0.5.0 Mar 13, 2026 Changes in this version + type DescribeTool struct + func NewDescribeTool(engine memory.Engine) *DescribeTool + func (t *DescribeTool) Definition() ai.ToolDefinition + func (t *DescribeTool) Execute(ctx context.Context, args map[string]any) (string, error) + type ExpandTool struct + func NewExpandTool(engine memory.Engine) *ExpandTool + func (t *ExpandTool) Definition() ai.ToolDefinition + func (t *ExpandTool) Execute(ctx context.Context, args map[string]any) (string, error) + type GrepTool struct + func NewGrepTool(engine memory.Engine) *GrepTool + func (t *GrepTool) Definition() ai.ToolDefinition + func (t *GrepTool) Execute(ctx context.Context, args map[string]any) (string, error)