1 个仓库
The ability of an AI system to recognize recurring bug patterns from previous sessions to improve future fix success rates.
Distinct from Agentic Debugging Loops: This is an AI reasoning capability for pattern recognition in debugging history, not a runtime debugging session tool.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Debugging Pattern Recognition. Refine with filters or upvote what's useful.
Chronos 是一个基于 LLM 的软件工程智能体和仓库级调试模型,专为自动修复 Bug 而设计。该系统作为自动化 Bug 修复系统,能够定位缺陷、分析根本原因并实施经过验证的多文件补丁。 该项目的特点是采用图引导检索引擎,利用持久化内存图来导航大型仓库中的调用关系和数据流。它采用持久化调试工作流,索引提交历史和日志以识别模式,从而在迭代调试周期中避免重复犯错。 该系统通过因果追踪定位和跨文件逻辑 Bug 追踪来涵盖根本原因分析。它进一步通过合成补丁并在迭代沙箱环境中进行验证,提供自动代码修复功能。仓库智能通过多跳上下文检索以及日志和追踪的多源摄取来处理。 该系统提供推理步骤透明度,并生成自动调试文档,包括风险评估和对每个已应用修复的理由说明。
Recognizes patterns from previous debugging sessions to improve the success rate of solving similar issues over time.