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

Class FinanceToolset

tests/test_tool_proxy.py:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64
65class FinanceToolset(Toolset):
66 def __init__(self):
67 super().__init__(id="finance", tools=[stock_tool])
68
69
70def _mock_ctx() -> MagicMock:

Calls

no outgoing calls