awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Kodezi avatar

Kodezi/Chronos

0
View on GitHub↗
4,919 Stars·212 Forks·Java·3 Aufrufechronos.so↗

Chronos

Chronos ist ein LLM-Software-Engineering-Agent und ein Repository-skalierbares Debugging-Modell, das für die autonome Fehlerbehebung entwickelt wurde. Das System fungiert als automatisiertes Fehlerbehebungssystem, das Defekte lokalisiert, Ursachen analysiert und validierte Multi-File-Patches implementiert.

Das Projekt zeichnet sich durch eine graphgesteuerte Abruf-Engine aus, die einen persistenten Speichergraph verwendet, um Aufrufbeziehungen und Datenflüsse über große Repositories hinweg zu navigieren. Es verwendet einen persistenten Debugging-Workflow, der eine Historie von Commits und Protokollen indiziert, um Muster zu erkennen und das Wiederholen früherer Fehler über iterative Debugging-Zyklen hinweg zu vermeiden.

Das System deckt die Ursachenanalyse durch kausale Trace-Lokalisierung und logikbasiertes Fehler-Tracing über mehrere Dateien hinweg ab. Es bietet zudem eine autonome Code-Reparatur durch das Synthetisieren von Patches und deren Validierung innerhalb einer iterativen Sandbox-Umgebung. Die Repository-Intelligenz wird über kontextuellen Multi-Hop-Abruf und die Multi-Source-Aufnahme von Protokollen und Traces gehandhabt.

Das System bietet Transparenz bei den Argumentationsschritten und generiert automatisierte Debug-Dokumentationen, einschließlich Risikobewertungen und Begründungen für jede angewendete Korrektur.

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-Verlauf

Star-Verlauf für kodezi/chronosStar-Verlauf für kodezi/chronos

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht kodezi/chronos?

Chronos ist ein LLM-Software-Engineering-Agent und ein Repository-skalierbares Debugging-Modell, das für die autonome Fehlerbehebung entwickelt wurde. Das System fungiert als automatisiertes Fehlerbehebungssystem, das Defekte lokalisiert, Ursachen analysiert und validierte Multi-File-Patches implementiert.

Was sind die Hauptfunktionen von kodezi/chronos?

Die Hauptfunktionen von kodezi/chronos sind: 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.

Welche Open-Source-Alternativen gibt es zu kodezi/chronos?

Open-Source-Alternativen zu kodezi/chronos sind unter anderem: 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…

Open-Source-Alternativen zu Chronos

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Chronos.
  • smallcloudai/refactAvatar von smallcloudai

    smallcloudai/refact

    3,490Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,490
  • potpie-ai/potpieAvatar von potpie-ai

    potpie-ai/potpie

    5,161Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,161
  • 1jehuang/jcodeAvatar von 1jehuang

    1jehuang/jcode

    7,778Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,778
  • parcadei/continuous-claude-v3Avatar von parcadei

    parcadei/Continuous-Claude-v3

    3,531Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,531
Alle 30 Alternativen zu Chronos anzeigen→