MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / _parse_parallel_step

Method _parse_parallel_step

src/harness/parsing/yaml_parser.py:235–237  ·  view source on GitHub ↗

Parse parallel steps

(self, step_data: List[Dict[str, Any]])

Source from the content-addressed store, hash-verified

233 }
234
235 def _parse_parallel_step(self, step_data: List[Dict[str, Any]]) -> Dict[str, Any]:
236 """Parse parallel steps"""
237 return {"type": "parallel", "steps": self._parse_steps_list(step_data)}
238
239 def _parse_increment_step(self, step_data: str) -> Dict[str, Any]:
240 """Parse increment step"""

Callers 1

_parse_stepMethod · 0.95

Calls 1

_parse_steps_listMethod · 0.95

Tested by

no test coverage detected