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

Function drive

tests/test_esc_reject_message_dispatch.py:49–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 block = ToolUseBlock(id=tid, name=name, input=input_)
48
49 async def drive():
50 updates = []
51 async for u in run_tool_use(
52 block, AssistantMessage(content="t"), _allow, ctx
53 ):
54 updates.append(u)
55 return updates
56
57 return asyncio.run(drive())
58

Calls 3

run_tool_useFunction · 0.90
AssistantMessageClass · 0.90
appendMethod · 0.45

Tested by

no test coverage detected