Skip to main content

Module agent_tool

Module agent_tool 

Source
Expand description

UTCP tool integration and adapters

This module provides the bridge between rs-agent and UTCP tools, matching the structure from go-agent’s agent_tool.go.

Structs§

AgentCliTransport
Transport shim that routes CLI providers to in-process handlers while delegating everything else to the original transport.
InProcessTool
UTCP tool paired with an in-process handler.

Functions§

ensure_agent_cli_transport
Register (or retrieve) the global agent CLI transport, ensuring it replaces the default CLI transport.

Type Aliases§

InProcessHandler
Handler type for in-process UTCP tools.