Skip to main content

Module agent_tool

Module agent_tool 

Source
Expand description

Tool trait — the core abstraction for agent tools.

Structs§

ContextModifier
Modifier that a tool can return to change agent runtime behavior.
ToolOutput
Output from a tool execution.

Enums§

ToolError
Errors from tool execution.

Traits§

Tool
A tool that an agent can invoke.

Functions§

parse_args
Parse JSON args into a typed struct.