Skip to main content

Module adapter

Module adapter 

Source
Expand description

Tool to Plugin Adapter

Provides an adapter that converts Tool implementations to AgentPlugin implementations. This allows tools to be registered and managed through the plugin system.

Structs§

ToolPluginAdapter
Adapter that converts a Tool to an AgentPlugin

Functions§

adapt_tool
Create a ToolPluginAdapter from a Tool