API ReferencesΒΆ
Welcome to the API references for the project. Below is a list of available modules:
- toolregistry package
ToolRegistry
ToolRegistry._tools
ToolRegistry.register()
ToolRegistry.merge()
ToolRegistry.register_mcp_tools()
ToolRegistry.register_mcp_tools_async()
ToolRegistry.register_openapi_tools()
ToolRegistry.register_openapi_tools_async()
ToolRegistry.get_available_tools()
ToolRegistry.get_tools_json()
ToolRegistry.get_tool()
ToolRegistry.get_callable()
ToolRegistry.execute_tool_calls()
ToolRegistry.recover_tool_call_assistant_message()
Tool
- Submodules
- toolregistry.mcp_integration module
- toolregistry.openapi_integration module
- toolregistry.parameter_models module
- toolregistry.tool module
- toolregistry.tool_registry module
ToolRegistry
ToolRegistry._tools
ToolRegistry.register()
ToolRegistry.merge()
ToolRegistry.register_mcp_tools()
ToolRegistry.register_mcp_tools_async()
ToolRegistry.register_openapi_tools()
ToolRegistry.register_openapi_tools_async()
ToolRegistry.get_available_tools()
ToolRegistry.get_tools_json()
ToolRegistry.get_tool()
ToolRegistry.get_callable()
ToolRegistry.execute_tool_calls()
ToolRegistry.recover_tool_call_assistant_message()