MCPcopy Create free account
hub / github.com/livekit/agents / __init__

Method __init__

tests/test_tool_proxy.py:292–293  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

290
291 class OuterToolset(Toolset):
292 def __init__(self):
293 super().__init__(id="outer", tools=[WeatherToolset(), stock_tool])
294
295 ts = ToolProxyToolset(id="proxy", tools=[OuterToolset()])
296 await ts.setup()

Callers

nothing calls this directly

Calls 2

WeatherToolsetClass · 0.70
__init__Method · 0.45

Tested by

no test coverage detected