tools

package
v0.1.0-rc4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2026 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Overview

Package tools provides the config-driven tool execution engine.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Engine

type Engine struct {
	// contains filtered or unexported fields
}

Engine holds registered tool handlers built from config.

func New

func New(ctx context.Context, cfg *config.Config, root string) (*Engine, error)

New builds an engine from the loaded config.

func (*Engine) Execute

func (e *Engine) Execute(ctx context.Context, name string, params map[string]any) (string, error)

func (*Engine) Tools

func (e *Engine) Tools() map[string]config.Tool

Tools returns all registered tool definitions.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL