{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2605-30052","title":"REPOT: Recoverable Program-of-Thought via Checkpoint Repair","arxiv_id":"2605.30052","date":"2026-05-28","proceeding":null,"authors":["Parsa Mazaheri"],"abstract":"One-shot Program-of-Thought (PoT) emits a Python program that prints a primitive-action plan; a single invalid action silently invalidates the trajectory. We introduce RePoT (Recoverable PoT): a deterministic verified replay that walks the plan through the environment to its first invalid transition, then one LLM call that resumes from the verified prefix. RePoT costs at most one extra LLM call on the ~14% of problems where PoT fails. RePoT beats PoT by +3 to +11pp across four closed-model configurations on PuzzleZoo-775 and peaks at 96.9% vs 86.3% on gpt-5.4-mini-medium; against the matched-budget PoT-retry baseline, RePoT wins decisively on Gemini (+3.8pp, 95% CI [+2.2,+5.4]), is within sampling noise on GPT-medium and Claude, and loses on GPT-mini -- a capability-scaling pattern we begin to address with Adaptive RePoT, a rule-based dispatcher that routes between suffix repair and a fresh PoT retry based on verified-prefix length (preliminary). We replicate on PlanBench Blocksworld (+1.1 to +11.4pp) and on four open-weights models (+3.3 to +20.0pp on three of four). On Derail-550, our controlled recovery benchmark, every condition with access to checkpoint information clears >=30% on GPT-medium and >=70% on Gemini, vs <=3.1% for error-only feedback -- showing that checkpoint information, not the specific verified-prefix tail, is the load-bearing recovery signal.","url_abs":"https://arxiv.org/abs/2605.30052","url_pdf":"https://arxiv.org/pdf/2605.30052","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2605.30052","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2605.30052"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/parsa-mz/RePot","reach":null}],"summary":{"ran":13,"ran_draft_wrong":8,"ran_honours":8,"unverified":15},"by_repo_kind":{"found_in_text":{"samples":44,"ran":29,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"a23ef25544fb3944","entry":"ActionOption","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a23ef25544fb3944"}},{"code_sha256_prefix":"1ac9ba96c7eff926","entry":"AgentConfig","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1ac9ba96c7eff926"}},{"code_sha256_prefix":"d1a7e248d404e760","entry":"CallTrace","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d1a7e248d404e760"}},{"code_sha256_prefix":"a70938113a15d322","entry":"CandidateSolution","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a70938113a15d322"}},{"code_sha256_prefix":"7466ce147055cf70","entry":"EnvCapabilities","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"7466ce147055cf70"}},{"code_sha256_prefix":"b1fd40df8a316213","entry":"GenerateRequest","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b1fd40df8a316213"}},{"code_sha256_prefix":"7c19fdb3aca2aca8","entry":"GenerateResult","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"7c19fdb3aca2aca8"}},{"code_sha256_prefix":"dcde1456a391d895","entry":"Problem","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"dcde1456a391d895"}},{"code_sha256_prefix":"2d12f093b2818a8b","entry":"PythonExecutionResult","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2d12f093b2818a8b"}},{"code_sha256_prefix":"322f9837e9f253b1","entry":"ReplayResult","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"322f9837e9f253b1"}},{"code_sha256_prefix":"ae2d47bf304abe79","entry":"StepResult","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ae2d47bf304abe79"}},{"code_sha256_prefix":"3703554ccf1bb6f3","entry":"TraceStep","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3703554ccf1bb6f3"}},{"code_sha256_prefix":"18d35ff45b9a3719","entry":"_SafetyVisitor","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"18d35ff45b9a3719"}},{"code_sha256_prefix":"3ee056b9fbb0ebf2","entry":"_blocked_summary_default","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3ee056b9fbb0ebf2"}},{"code_sha256_prefix":"b6d9e6240e442cf6","entry":"_call_name","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b6d9e6240e442cf6"}},{"code_sha256_prefix":"45cf583afc281d52","entry":"_failure_type_from_replay","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"45cf583afc281d52"}},{"code_sha256_prefix":"168ecf7946f931c7","entry":"_invalid_after_resolution_rate","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"168ecf7946f931c7"}},{"code_sha256_prefix":"c65b97e772044f34","entry":"_legal_action_adherence_rate","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"c65b97e772044f34"}},{"code_sha256_prefix":"b38c2ea951b83a53","entry":"_loop_recovery_success_rate","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b38c2ea951b83a53"}},{"code_sha256_prefix":"4d335d1167decdfd","entry":"_parse_schema_success_rate","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4d335d1167decdfd"}},{"code_sha256_prefix":"ca020975910b098b","entry":"_state_drift_corrected_rate","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ca020975910b098b"}},{"code_sha256_prefix":"6cd54586a4c96ba8","entry":"_unknown_action_id_rate","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6cd54586a4c96ba8"}},{"code_sha256_prefix":"0848ac44b82df4b4","entry":"execute_python_code","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0848ac44b82df4b4"}},{"code_sha256_prefix":"c75f985348c28391","entry":"extract_python_code","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"c75f985348c28391"}},{"code_sha256_prefix":"0ce9fd2de524f32b","entry":"format_verified_prefix","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0ce9fd2de524f32b"}},{"code_sha256_prefix":"65ec67ed8f4f4063","entry":"parse_moves_from_stdout","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"65ec67ed8f4f4063"}},{"code_sha256_prefix":"add926ba89204411","entry":"parse_moves_with_fallback","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"add926ba89204411"}},{"code_sha256_prefix":"2ec7d1b2fac541fb","entry":"render_raw_output","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2ec7d1b2fac541fb"}},{"code_sha256_prefix":"ab7c42ff6f3a06d9","entry":"stopped_reason","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ab7c42ff6f3a06d9"}},{"code_sha256_prefix":"f81a068f9b874a73","entry":"Agent","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f81a068f9b874a73"}},{"code_sha256_prefix":"5ce648ae3d7b87f9","entry":"Env","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5ce648ae3d7b87f9"}},{"code_sha256_prefix":"404ce1e617218640","entry":"FailureType","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"404ce1e617218640"}},{"code_sha256_prefix":"30c6395ce8bff078","entry":"ModelClient","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"30c6395ce8bff078"}},{"code_sha256_prefix":"0640f106a3329809","entry":"RePoTAgent","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0640f106a3329809"}},{"code_sha256_prefix":"79670beb202bc620","entry":"TraceEvaluation","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"79670beb202bc620"}},{"code_sha256_prefix":"6a412a811a6dd051","entry":"TraceRun","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6a412a811a6dd051"}},{"code_sha256_prefix":"8f7f2b9625267d19","entry":"_emit_code_and_extract","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8f7f2b9625267d19"}},{"code_sha256_prefix":"8daeac163a1e8745","entry":"_legal_summary_default","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8daeac163a1e8745"}},{"code_sha256_prefix":"dac8deafecc5414d","entry":"_pot_once","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"dac8deafecc5414d"}},{"code_sha256_prefix":"9770e11a0ee1d9ab","entry":"_suffix_repair_once","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"9770e11a0ee1d9ab"}},{"code_sha256_prefix":"acea023ba890729c","entry":"_validate_python_code","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"acea023ba890729c"}},{"code_sha256_prefix":"d13ae2300717a6fb","entry":"build_trace_run","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d13ae2300717a6fb"}},{"code_sha256_prefix":"f4d0597a1462df94","entry":"code_prompt","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f4d0597a1462df94"}},{"code_sha256_prefix":"3d7e88fcaccd1683","entry":"replay_until_failure","repo":"parsa-mz/RePot","repo_kind":"found_in_text","path":"repot/agents/repot/agent.py","file_url":"https://github.com/parsa-mz/RePot/blob/HEAD/repot/agents/repot/agent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3d7e88fcaccd1683"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CL","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}