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

Method drive

tests/test_tool_pipeline_round3.py:77–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 return {"behavior": "allow"}
76
77 async def drive():
78 updates = []
79 async for update in run_tool_use(
80 tool_use,
81 AssistantMessage(content="using a tool"),
82 can_use_tool,
83 ctx,
84 ):
85 updates.append(update)
86 return updates
87
88 return _run(drive())
89

Callers

nothing calls this directly

Calls 3

run_tool_useFunction · 0.90
AssistantMessageClass · 0.90
appendMethod · 0.45

Tested by

no test coverage detected