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

Method run

tests/utils/plugin_test.py:43–46  ·  view source on GitHub ↗
(self, workflow_cls=Type[Workflow])

Source from the content-addressed store, hash-verified

41 assert workflow is not None, "Workflow 'my_workflow' not found in registry"
42
43 def run(self, workflow_cls=Type[Workflow]):
44 if self.monitor:
45 self.monitor.log({"rollout": 2}, step=1, commit=True)
46 return workflow_cls(task=None, model=None).run()
47
48
49class TestPluginLoader(unittest.TestCase):

Callers 10

check_taskset_pathFunction · 0.45
mainFunction · 0.45
thread_readMethod · 0.45
write_blocking_callMethod · 0.45
replace_callMethod · 0.45
tearDownMethod · 0.45
mcp_server.pyFile · 0.45

Calls 1

logMethod · 0.45

Tested by

no test coverage detected