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

Method drive

tests/test_tool_pipeline_round3.py:367–376  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

365 return_value=fake_registry,
366 ):
367 async def drive():
368 updates = []
369 async for update in run_tool_use(
370 _ToolUse("HiddenTool", {}),
371 AssistantMessage(content="using a tool"),
372 deny_all,
373 ctx,
374 ):
375 updates.append(update)
376 return updates
377
378 updates = _run(drive())
379 self.assertFalse(ran)

Callers

nothing calls this directly

Calls 4

run_tool_useFunction · 0.90
AssistantMessageClass · 0.90
_ToolUseClass · 0.85
appendMethod · 0.45

Tested by

no test coverage detected