tools_capability
autogen.agentchat.contrib.capabilities.tools_capability.ToolsCapability
ToolsCapability
Adding a list of tools as composable capabilities to a single agent.
This class can be inherited from to allow code to run at the point of creating or adding the capability.
Note: both caller and executor of the tools are the same agent.
Name | Description |
---|---|
tool_list | Type: list[Tool] |
Instance Methods
add_to_agent
Add tools to the given agent.
Parameters:Name | Description |
---|---|
agent | Type: ConversableAgent |