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

Class WeatherToolset

tests/test_tool_proxy.py:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60class WeatherToolset(Toolset):
61 def __init__(self):
62 super().__init__(id="weather", tools=[weather_tool, forecast_tool])
63
64
65class FinanceToolset(Toolset):

Calls

no outgoing calls