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§
- Agent
CliTransport - Transport shim that routes CLI providers to in-process handlers while delegating everything else to the original transport.
- InProcess
Tool - 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§
- InProcess
Handler - Handler type for in-process UTCP tools.