agentchat.contrib
agentchat.contrib.tool_retriever
ToolBuilder
bind
Binds the function to the agent so that agent is aware of it.
bind_user_proxy
Updates user proxy agent with a executor so that code executor can successfully execute function-related code. Returns an updated user proxy.
get_full_tool_description
Retrieves the function signature for a given Python file.
find_callables
Find all callable objects defined in Python files within the specified directory.