MCPcopy
hub / github.com/microsoft/agent-lightning / do_work

Function do_work

tests/execution/test_client_server.py:330–332  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

328 """Subprocess that writes to the store."""
329
330 async def do_work() -> None:
331 # This should auto-delegate to HTTP client in subprocess
332 await store.enqueue_rollout(input={"origin": "algo-subprocess"})
333
334 asyncio.run(do_work())
335

Callers 1

Calls 1

enqueue_rolloutMethod · 0.45

Tested by

no test coverage detected