Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/livekit/agents
/ __init__
Method
__init__
tests/test_tool_proxy.py:61–62 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
59
60
class
WeatherToolset(Toolset):
61
def
__init__(self):
62
super().__init__(id=
"weather"
, tools=[weather_tool, forecast_tool])
63
64
65
class
FinanceToolset(Toolset):
Callers
2
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected