Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ run
Method
run
tests/test_ws5_integration.py:434–436 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
432
collected = []
433
434
async
def
run():
435
async
for
msg in engine.submit_message(
"Hi"
):
436
collected.append(msg)
437
438
_run(run())
439
Callers
nothing calls this directly
Calls
2
submit_message
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected