MCPcopy Create free account
hub / github.com/agentscope-ai/Trinity-RFT / run_async

Method run_async

trinity/common/workflows/workflow.py:150–152  ·  view source on GitHub ↗

Run workflow in async and return a list of experiences.

(self)

Source from the content-addressed store, hash-verified

148 raise NotImplementedError
149
150 async def run_async(self) -> List[Experience]:
151 """Run workflow in async and return a list of experiences."""
152 raise NotImplementedError
153
154
155class MultiTurnWorkflow(Workflow):

Callers 1

_run_workflowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected