agent active

InfCode

Maker: Tokfinity License: MIT Stars: 62 First released: 2025-10-29 Language: Python

About

InfCode's thesis is that generation and verification should compete: a Test Patch Generator rewrites tests to expose remaining faults, and a Code Patch Generator must survive them, iterating until either side yields. Candidate patches are generated in parallel inside per-example Docker containers and ranked by a Patch Selector, with tools for file editing, ripgrep search, and bash execution. The system reports 79.4% on SWE-Bench Verified, which the team claims as SOTA at publication. Running it requires Docker for the image builder, Python 3.12, and API keys for OpenAI, OpenRouter, DeepSeek, or self-hosted endpoints. The repo is a small research artifact (17 commits) from Tokfinity's Code Research team and Beihang University.