Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentrpc/agentrpc
/ __init__
Method
__init__
sdk-python/src/agentrpc/openai.py:10–11 ·
view source on GitHub ↗
(self, client)
Source
from the content-addressed store, hash-verified
8
9
class
ToolInvoker:
10
def
__init__(self, client):
11
self.__client = client
12
13
def
get_tools(self) -> List[dict]:
14
""
"Fetch tools from the API."
""
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected