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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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 vueschronos.so↗

Chronos

Chronos est un agent d'ingénierie logicielle LLM et un modèle de débogage à l'échelle du dépôt conçu pour la correction autonome de bugs. Le système fonctionne comme un système de correction de bugs automatisé qui localise les défauts, raisonne sur les causes profondes et implémente des correctifs multi-fichiers validés.

Le projet se distingue par un moteur de récupération guidé par graphe qui utilise un graphe de mémoire persistante pour naviguer dans les relations d'appel et les flux de données à travers de grands dépôts. Il emploie un flux de travail de débogage persistant qui indexe un historique des commits et des journaux pour reconnaître les modèles et éviter de répéter les erreurs précédentes à travers des cycles de débogage itératifs.

Le système couvre l'analyse des causes profondes via la localisation de traces causales et le traçage de bugs basé sur la logique à travers plusieurs fichiers. Il fournit en outre une réparation de code autonome en synthétisant des correctifs et en les validant au sein d'un environnement sandbox itératif. L'intelligence du dépôt est gérée via une récupération contextuelle multi-sauts et l'ingestion multi-sources des journaux et des traces.

Le système fournit une transparence sur les étapes de raisonnement et génère une documentation de débogage automatisée, incluant des évaluations des risques et des justifications pour chaque correctif appliqué.

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.

Historique des stars

Graphique de l'historique des stars pour kodezi/chronosGraphique de l'historique des stars pour kodezi/chronos

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Chronos

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Chronos.
  • smallcloudai/refactAvatar de smallcloudai

    smallcloudai/refact

    3,490Voir sur 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
    Voir sur GitHub↗3,490
  • potpie-ai/potpieAvatar de potpie-ai

    potpie-ai/potpie

    5,161Voir sur 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
    Voir sur GitHub↗5,161
  • 1jehuang/jcodeAvatar de 1jehuang

    1jehuang/jcode

    7,778Voir sur 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
    Voir sur GitHub↗7,778
  • parcadei/continuous-claude-v3Avatar de parcadei

    parcadei/Continuous-Claude-v3

    3,531Voir sur 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
    Voir sur GitHub↗3,531
Voir les 30 alternatives à Chronos→

Questions fréquentes

Que fait kodezi/chronos ?

Chronos est un agent d'ingénierie logicielle LLM et un modèle de débogage à l'échelle du dépôt conçu pour la correction autonome de bugs. Le système fonctionne comme un système de correction de bugs automatisé qui localise les défauts, raisonne sur les causes profondes et implémente des correctifs multi-fichiers validés.

Quelles sont les fonctionnalités principales de kodezi/chronos ?

Les fonctionnalités principales de kodezi/chronos sont : 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.

Quelles sont les alternatives open-source à kodezi/chronos ?

Les alternatives open-source à kodezi/chronos incluent : 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…