awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Kodezi avatar

Kodezi/Chronos

0
View on GitHub↗
4,919 stars·212 forks·Java·19 viewschronos.so↗

Chronos

Chronos is an LLM software engineering agent and repository-scale debugging model designed for autonomous bug fixing. The system functions as an automated bug fixing system that localizes defects, reasons through root causes, and implements validated multi-file patches.

The project is distinguished by a graph-guided retrieval engine that uses a persistent memory graph to navigate call relationships and dataflows across large repositories. It employs a persistent debugging workflow that indexes a history of commits and logs to recognize patterns and avoid repeating previous mistakes across iterative debugging cycles.

The system covers root cause analysis through causal trace localization and logic-based bug tracing across multiple files. It further provides autonomous code repair by synthesizing patches and validating them within an iterative sandbox environment. Repository intelligence is handled via multi-hop contextual retrieval and multi-source ingestion of logs and traces.

The system provides reasoning step transparency and generates automated debug documentation, including risk assessments and justifications for every applied fix.

Features

  • Autonomous Coding Workflows - Analyzes software issues and implements fixes automatically using an autonomous coding and testing loop.
  • Automated Software Debugging - Provides an end-to-end system for identifying root causes and implementing fixes through iterative testing and refinement.
  • Autonomous Software Engineering - Functions as an LLM agent capable of autonomously localizing bugs, reasoning through root causes, and implementing patches.
  • Iterative Quality Validators - Employs iterative quality validators to propose fixes and run test suites in a sandbox until a patch is verified.
  • Logic-Based Bug Tracing - Traces root causes and implements fixes for bugs spanning multiple files by reasoning through codebase logic.
  • Root Cause Tracing - Identifies the root cause of software issues by analyzing causal traces across a repository at scale.
  • Chain-of-Cause Reasoning - Identifies software defects by synthesizing multi-source inputs and tracing causal relationships.
  • Cross-File Root Cause Analysis - Identifies the underlying source of software defects by analyzing code, logs, traces, and documentation across multiple files.
  • Graph-Based Context Retrieval - Implements graph-based context retrieval to navigate call relationships and dataflows across large repositories for high-precision AI retrieval.
  • Graph-Based Retrieval Engines - Employs a graph-based retrieval engine and persistent memory graph to navigate complex repository dataflows.
  • Repository-Scale Debugging Models - Analyzes architectural relationships, logs, and traces across entire codebases to identify and repair defects.
  • Agentic Debugging Loops - Executes an iterative loop of proposing fixes and testing them in a sandbox until the code passes validation.
  • Agent Memory Persistence - Maintains a graph-indexed history of commits and logs to retain lessons learned and avoid repeating mistakes.
  • Call Graph Traversals - Uses high-precision call graph traversals to find relevant code segments across large-scale repositories.
  • Code Context Retrieval - Retrieves relevant code segments by following execution paths and logic flow across multiple linked artifacts in a repository.
  • Contextual Code Retrieval - Implements deep retrieval of relevant code snippets using a persistent memory graph to provide context for debugging.
  • Refactoring Fix Validation - Tests proposed code changes in real-time against pipelines and test suites to ensure correctness before deployment.
  • Multi-File Patch Synthesis - Generates complex, multi-file code fixes and supporting tests through a specialized debugging-focused model.
  • Multi-File Patch Generation - Creates complex code fixes and supporting tests across a large-scale repository using a specialized debugging model.
  • Execution Path Localization - Retrieves relevant code segments by following execution paths and logic flow instead of relying on filename matches.
  • Global Repository Context Analysis - Performs holistic analysis of the entire codebase to identify architectural dependencies and resolve complex bugs.
  • Autonomous Root Cause Synthesis - Synthesizes patches and generates tests by analyzing multi-source inputs through a specialized reasoning core.
  • Patch Validation Execution - Synthesizes code fixes and validates them against a full test suite to ensure correctness before acceptance.
  • Iterative Fix Loops - Executes an iterative loop of proposing code fixes and validating them in a sandbox until the issue is resolved.
  • Multi-File Autonomous Repair - Applies multi-file patches by cycling through proposing fixes, running tests, and refining results until resolution.
  • Autonomous Multi-File Bug Fixing - Generates and validates multi-file patches that are automatically tested against the codebase to ensure correctness.
  • Persistent Debugging Memory - Maintains a memory of previous troubleshooting attempts and lessons learned to avoid repeating mistakes.
  • Debugging Pattern Recognition - Recognizes patterns from previous debugging sessions to improve the success rate of solving similar issues over time.
  • Graph-Indexed Debug Memory - Stores a graph-indexed history of commits and logs to retain knowledge and accelerate the resolution of recurring bugs.
  • Debugging Lesson Persistence - Stores lessons learned during a session in persistent memory to avoid repeating previous mistakes.
  • Multi-Source Debugging Ingestion - Ingests logs, traces, and source code from multiple data sources to understand complex software system behavior.
  • Call Graph Traversal - Provides graph-guided traversal of call relationships and dataflows to analyze architectural connections across large codebases.

Star history

Star history chart for kodezi/chronosStar history chart for kodezi/chronos

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Chronos

These projects share indexed features with Chronos. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • smallcloudai/refactsmallcloudai avatar

    smallcloudai/refact

    3,490View on GitHub↗

    Refact is an autonomous AI software engineering system and code assistant. It functions as an agent orchestrator capable of planning, executing, and managing multi-step development workflows to complete complex software tasks independently. The system distinguishes itself through agentic state management, using isolated worktrees and versioned checkpoints to allow autonomous agents to experiment with code changes and roll back to stable states if tasks fail. It further extends its capabilities via the Model Context Protocol, connecting the AI engine to external databases, version control syst

    Rustai-agentdeveloper-toolsenterprise
    View on GitHub↗3,490
  • potpie-ai/potpiepotpie-ai avatar

    potpie-ai/potpie

    5,161View on GitHub↗

    Potpie is an LLM codebase analysis platform and multi-agent orchestration framework designed to act as an AI software engineer. It parses repositories into a structured code knowledge graph, enabling AI agents to perform multi-hop reasoning, dependency tracing, and grounded technical analysis across large codebases. The system distinguishes itself through a spec-driven development framework where agents generate detailed technical specifications and architecture plans before implementing multi-file code changes. It utilizes a durable execution engine to coordinate specialized AI personas for

    Pythonagentsai-agentsai-agents-framework
    View on GitHub↗5,161
  • 1jehuang/jcode1jehuang avatar

    1jehuang/jcode

    7,778View on GitHub↗

    jcode is a framework for developing autonomous AI coding agents that automate software development tasks. It functions as an agent orchestrator, tool runtime, and semantic memory engine, enabling the creation of agents that can modify code, run tests, and iterate on their own functionality. The project is distinguished by its use of recursive agent swarming, where a hierarchy of collaborating agents can spawn child agents to decompose complex tasks. It implements a semantic memory system that combines vector-based retrieval with graph-based relationship mapping to maintain context across sess

    Rust
    View on GitHub↗7,778
  • parcadei/continuous-claude-v3parcadei avatar

    parcadei/Continuous-Claude-v3

    3,531View on GitHub↗

    This project is an agentic development framework and autonomous software engineering system. It utilizes a coordinated network of specialized LLM agents to automate the full software development lifecycle, from codebase exploration and architectural planning to implementation and automated refactoring. The system is distinguished by an agentic memory system and a test-driven development orchestrator. It maintains project continuity across sessions by capturing architectural learnings and state in a persistent semantic database and enforces code quality through an automated cycle of generating

    Pythonagentsclaude-codeclaude-code-cli
    View on GitHub↗3,531
Compare all 30 related projects→

Frequently asked questions

What does kodezi/chronos do?

Chronos is an LLM software engineering agent and repository-scale debugging model designed for autonomous bug fixing. The system functions as an automated bug fixing system that localizes defects, reasons through root causes, and implements validated multi-file patches.

What are the main features of kodezi/chronos?

The main features of kodezi/chronos are: Autonomous Coding Workflows, Automated Software Debugging, Autonomous Software Engineering, Iterative Quality Validators, Logic-Based Bug Tracing, Root Cause Tracing, Chain-of-Cause Reasoning, Cross-File Root Cause Analysis.

Which projects share features with kodezi/chronos?

Projects with overlapping indexed features include: smallcloudai/refact — Refact is an autonomous AI software engineering system and code assistant. It functions as an agent orchestrator… potpie-ai/potpie — Potpie is an LLM codebase analysis platform and multi-agent orchestration framework designed to act as an AI software… parcadei/continuous-claude-v3 — This project is an agentic development framework and autonomous software engineering system. It utilizes a coordinated… 1jehuang/jcode — jcode is a framework for developing autonomous AI coding agents that automate software development tasks. It functions… erikbjare/gptme — gptme is a multi-agent orchestration platform designed for autonomous software engineering, terminal-based AI… enzed/vibe-coding — Vibe-coding is an agentic workflow manager and AI coding orchestrator designed to guide autonomous agents through…