MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / _run

Function _run

tests/test_query_loop.py:17–18  ·  view source on GitHub ↗
(coro)

Source from the content-addressed store, hash-verified

15
16
17def _run(coro):
18 return asyncio.run(coro)
19
20
21class TestQueryLoopSingleTurn(unittest.TestCase):

Calls 1

runMethod · 0.45

Tested by

no test coverage detected