Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentrpc/agentrpc
/ OpenAIIntegration
Class
OpenAIIntegration
sdk-python/src/agentrpc/openai.py:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
50
class
OpenAIIntegration:
51
def
__init__(self, client):
52
self.completions = OpenAICompletionsIntegration(client)
53
self.agents = OpenAIAgentsIntegration(client)
54
55
56
class
OpenAICompletionsIntegration:
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected