tools

package
v0.0.0-...-e4882c5 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2026 License: GPL-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChatHistoryDetail

type ChatHistoryDetail struct {
	CallbacksHandler callbacks.Handler
	// contains filtered or unexported fields
}

func (*ChatHistoryDetail) Call

func (t *ChatHistoryDetail) Call(ctx context.Context, input string) (string, error)

func (*ChatHistoryDetail) Description

func (t *ChatHistoryDetail) Description() string

func (*ChatHistoryDetail) Enabled

func (t *ChatHistoryDetail) Enabled() bool

func (*ChatHistoryDetail) Name

func (t *ChatHistoryDetail) Name() string

func (*ChatHistoryDetail) New

func (t *ChatHistoryDetail) New(agent *agent.Agent) (agent.Tool, error)

func (*ChatHistoryDetail) Path

func (t *ChatHistoryDetail) Path() string

func (*ChatHistoryDetail) Toggle

func (t *ChatHistoryDetail) Toggle()

type Directory

type Directory struct {
	CallbacksHandler callbacks.Handler
	// contains filtered or unexported fields
}

func (*Directory) Call

func (t *Directory) Call(ctx context.Context, input string) (response string, err error)

func (*Directory) Description

func (t *Directory) Description() string

func (*Directory) Enabled

func (t *Directory) Enabled() bool

func (*Directory) Name

func (t *Directory) Name() string

func (Directory) New

func (t Directory) New(agent *agent.Agent) (agent.Tool, error)

func (*Directory) Path

func (t *Directory) Path() string

func (*Directory) Toggle

func (t *Directory) Toggle()

type ReadFiles

type ReadFiles struct {
	CallbacksHandler callbacks.Handler
	// contains filtered or unexported fields
}

func (*ReadFiles) Call

func (t *ReadFiles) Call(ctx context.Context, input string) (response string, err error)

func (*ReadFiles) Description

func (t *ReadFiles) Description() string

func (*ReadFiles) Enabled

func (t *ReadFiles) Enabled() bool

func (*ReadFiles) Name

func (t *ReadFiles) Name() string

func (*ReadFiles) New

func (f *ReadFiles) New(agent *agent.Agent) (agent.Tool, error)

func (*ReadFiles) Path

func (t *ReadFiles) Path() string

func (*ReadFiles) Toggle

func (t *ReadFiles) Toggle()

type Wrapper

type Wrapper struct {
	CallbacksHandler callbacks.Handler
	// contains filtered or unexported fields
}

func (*Wrapper) Call

func (t *Wrapper) Call(ctx context.Context, input string) (response string, err error)

func (*Wrapper) Description

func (t *Wrapper) Description() string

func (*Wrapper) Enabled

func (t *Wrapper) Enabled() bool

func (*Wrapper) Name

func (t *Wrapper) Name() string

func (*Wrapper) New

func (t *Wrapper) New(agent *agent.Agent) (agent.Tool, error)

func (*Wrapper) Path

func (t *Wrapper) Path() string

func (*Wrapper) Toggle

func (t *Wrapper) Toggle()

type Write

type Write struct {
	CallbacksHandler callbacks.Handler
	// contains filtered or unexported fields
}

func (*Write) Call

func (t *Write) Call(ctx context.Context, input string) (string, error)

func (*Write) Description

func (t *Write) Description() string

func (*Write) Enabled

func (t *Write) Enabled() bool

func (*Write) Name

func (t *Write) Name() string

func (*Write) New

func (t *Write) New(agent *agent.Agent) (agent.Tool, error)

func (*Write) Path

func (t *Write) Path() string

func (*Write) Toggle

func (t *Write) Toggle()

Jump to

Keyboard shortcuts

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