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

Method _parse_increment_step

src/harness/parsing/yaml_parser.py:239–241  ·  view source on GitHub ↗

Parse increment step

(self, step_data: str)

Source from the content-addressed store, hash-verified

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"""
241 return {"type": "increment", "variable": step_data}
242
243 def _parse_steps_list(self, steps: List[Dict[str, Any]]) -> List[Dict[str, Any]]:
244 """Parse list of steps"""

Callers 2

_parse_stepMethod · 0.95

Calls

no outgoing calls

Tested by 1