Versions in this module Expand all Collapse all v0 v0.1.0 Mar 30, 2026 Changes in this version + func ToolDefinition(r Runner) map[string]any + type RunResult struct + Error string + Logs []string + Result string + func (r *RunResult) String() string + type Runner interface + Close func() error + Language func() string + Run func(ctx context.Context, code string) (*RunResult, error) + ToolDescription func() string + ToolName func() string