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

Method run

tests/test_query_engine.py:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 collected = []
58
59 async def run():
60 async for msg in engine.submit_message("Hello"):
61 collected.append(msg)
62
63 _run(run())
64

Callers 1

_runFunction · 0.45

Calls 4

TextBlockClass · 0.90
ImageBlockClass · 0.90
submit_messageMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected