MCPcopy Create free account
hub / github.com/agentrpc/agentrpc / __init__

Method __init__

sdk-python/src/agentrpc/openai.py:81–84  ·  view source on GitHub ↗
(self, client)

Source from the content-addressed store, hash-verified

79
80class OpenAIAgentsIntegration:
81 def __init__(self, client):
82 self.__client = client
83 self.__cluster_id = None
84 self.__tool_invoker = ToolInvoker(client)
85
86 def get_tools(self) -> List[Tool]:
87 tools = self.__tool_invoker.get_tools()

Callers

nothing calls this directly

Calls 1

ToolInvokerClass · 0.85

Tested by

no test coverage detected