Versions in this module Expand all Collapse all v1 v1.129.0 Aug 31, 2026 v1.128.0 Aug 28, 2026 Changes in this version + func CreateToolSet(toolset latest.Toolset, runConfig *config.RuntimeConfig) (tools.ToolSet, error) + type ToolSet struct + func New(filesystemToolSet *filesystem.ToolSet) *ToolSet + func (t *ToolSet) Instructions() string + func (t *ToolSet) Tools(ctx context.Context) ([]tools.Tool, error) + func (t *ToolSet) Unwrap() tools.ToolSet