MCPcopy Create free account
hub / github.com/Claw-AI-Lab/Claw-AI-Lab / open

Method open

backend/agent/tests/test_rc_executor.py:219–220  ·  view source on GitHub ↗
(_path: Path)

Source from the content-addressed store, hash-verified

217 stage_dir = run_dir / "stage-01"
218 stage_dir.mkdir()
219 result = rc_executor.StageResult(
220 stage=Stage.TOPIC_INIT,
221 status=StageStatus.DONE,
222 artifacts=("goal.md",),
223 decision="proceed",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected