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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

41 repositorios

Awesome GitHub RepositoriesError Recovery

Centralized error management and status reporting.

Distinguishing note: Focuses on the recovery and reporting aspect of error handling.

Explore 41 awesome GitHub repositories matching software engineering & architecture · Error Recovery. Refine with filters or upvote what's useful.

Awesome Error Recovery GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • shareai-lab/learn-claude-codeAvatar de shareAI-lab

    shareAI-lab/learn-claude-code

    67,975Ver en GitHub↗

    This project provides a modular framework for building and orchestrating autonomous AI agents. It functions as an agentic workflow engine that manages the full lifecycle of task execution, including model reasoning, tool invocation, and the integration of results. By utilizing a centralized orchestration platform, the system enables the creation of multi-agent teams that collaborate on complex objectives through structured communication and shared task graphs. The framework distinguishes itself through its focus on persistent, stateful operations and multi-agent coordination. It employs file-

    Classifies execution failures and applies automated retry strategies and model fallbacks to maintain system robustness.

    Pythonagentagent-developmentai-agent
    Ver en GitHub↗67,975
  • addyosmani/agent-skillsAvatar de addyosmani

    addyosmani/agent-skills

    60,849Ver en GitHub↗

    Agent-skills is a collection of structured instructions and behavioral personas designed to standardize how AI coding agents perform engineering tasks. It functions as a workflow orchestrator that maps natural language intent to repeatable technical sequences and verification checklists. The project distinguishes itself through the use of specialized markdown-defined roles, such as security auditors or test engineers, to apply targeted domain expertise. It employs an evidence-based verification model that requires runtime data or passing tests as mandatory exit criteria to ensure AI-generated

    Provides structured triage workflows to distinguish between code bugs and environment mismatches during failure analysis.

    Shellagent-skillsantigravityantigravity-ide
    Ver en GitHub↗60,849
  • labstack/echoAvatar de labstack

    labstack/echo

    32,451Ver en GitHub↗

    Echo is a high-performance, lightweight web framework for Go designed for building scalable RESTful APIs and web services. It provides a centralized environment for mapping network requests to handler functions, utilizing a fast radix-tree routing engine to ensure efficient request dispatching. The framework is built around a modular, middleware-centric pipeline that allows developers to execute reusable logic for cross-cutting concerns like authentication, logging, and security across the entire application. What distinguishes Echo is its focus on developer productivity through structured da

    Manages errors centrally by returning consistent status codes and messages to ensure reliable feedback when requests fail.

    Goechogohttp2
    Ver en GitHub↗32,451
  • tree-sitter/tree-sitterAvatar de tree-sitter

    tree-sitter/tree-sitter

    23,848Ver en GitHub↗

    Tree-sitter is a parsing system and incremental parsing framework designed to generate high-performance syntax trees from source code. It functions as a language parsing engine that compiles formal grammar definitions into portable code, which can then be integrated into text editors and development tools to facilitate structural analysis, code navigation, and syntax highlighting. The project distinguishes itself through its ability to maintain valid, usable syntax tree structures even when source code contains syntax errors or incomplete fragments. It utilizes a generalized parsing algorithm

    Maintains valid syntax tree structures even when encountering incomplete or malformed source code during parsing.

    Rustcincrementalparser
    Ver en GitHub↗23,848
  • semantic-release/semantic-releaseAvatar de semantic-release

    semantic-release/semantic-release

    23,332Ver en GitHub↗

    Semantic-release is an automated release management tool that determines version increments, generates changelogs, and publishes software packages by analyzing commit history against standardized conventions. It functions as a plugin-based orchestrator that integrates directly into continuous integration pipelines to manage the entire release lifecycle, from verifying environment conditions to distributing artifacts. The project distinguishes itself through its commit-message-driven approach, which enforces consistent versioning standards and automates the creation of release notes based on t

    Reports failures using standardized error types to ensure the automation process correctly identifies issues and triggers recovery.

    JavaScriptautomationchangelogpackage
    Ver en GitHub↗23,332
  • voltagent/awesome-claude-code-subagentsAvatar de VoltAgent

    VoltAgent/awesome-claude-code-subagents

    21,906Ver en GitHub↗

    This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven

    Implements fallback strategies and health monitoring to ensure resilient, graceful failure recovery in multi-agent systems.

    Shellai-agent-frameworkai-agent-toolsai-agents
    Ver en GitHub↗21,906
  • reactive-extensions/rxjsAvatar de Reactive-Extensions

    Reactive-Extensions/RxJS

    19,353Ver en GitHub↗

    The Reactive Extensions for JavaScript

    Errors skip all subsequent operators in the chain and immediately notify the observer, with no recovery unless a retry operator is inserted.

    JavaScript
    Ver en GitHub↗19,353
  • tanweai/puaAvatar de tanweai

    tanweai/pua

    18,283Ver en GitHub↗

    PUA is an agentic workflow orchestrator and behavioral governance tool designed to enhance the reliability and autonomy of AI coding assistants. It functions as a prompting framework and extension that implements strict engineering standards and verification requirements to prevent hallucinations and premature task completion. The project distinguishes itself through high-agency enforcement mechanisms, including escalating prompt pressure and failure-driven recovery loops that automatically pivot problem-solving strategies after repeated errors. It utilizes a diagnosis-first workflow that man

    Implements systematic loops and escalating prompt pressure to help AI agents pivot strategies after repeated failures.

    TypeScriptagencyagentpip
    Ver en GitHub↗18,283
  • uber-go/guideAvatar de uber-go

    uber-go/guide

    17,573Ver en GitHub↗

    This project is a collection of guidelines and best practices for the Go programming language, providing a comprehensive style guide and set of programming standards. It establishes a framework for writing maintainable and performant source code through standardized naming, structuring, and organizational conventions. The guide focuses on specific patterns for concurrency, error handling, and performance optimization. It details methods for managing goroutine lifecycles to prevent race conditions, designing structured error wrapping and routing to maintain observability, and implementing memo

    Emphasizes returning errors over triggering panics to ensure predictable application recovery.

    Makefilebest-practicesgogolang
    Ver en GitHub↗17,573
  • video-dev/hls.jsAvatar de video-dev

    video-dev/hls.js

    16,767Ver en GitHub↗

    hls.js is a JavaScript player library that enables HTTP Live Streaming playback in web browsers using the Media Source Extensions API. It functions as an adaptive bitrate streaming engine and a media streamer that manages the buffering and playback of video segments. The library features specialized capabilities for low latency streaming and digital rights management, allowing it to decrypt protected content via Encrypted Media Extensions. It includes a metadata processor for handling ID3 tags and date-range elements, as well as a pluggable loader interface to replace default network request

    Implements retry and emergency-switch mechanisms to restore playback after network or parsing failures.

    TypeScript
    Ver en GitHub↗16,767
  • geektutu/7days-golangAvatar de geektutu

    geektutu/7days-golang

    16,812Ver en GitHub↗

    This project is an educational framework designed to teach the fundamentals of building core distributed systems and web services from scratch in Go. It provides a collection of modular implementations that demonstrate how to construct essential infrastructure components, including web servers, remote procedure call systems, distributed caches, and database abstraction layers. The framework distinguishes itself by focusing on the internal mechanics of these systems rather than providing a high-level abstraction for production use. It covers the implementation of complex architectural patterns

    Catches unexpected runtime errors during request processing to prevent service crashes and return standard error responses.

    Gogolanglearningscratch
    Ver en GitHub↗16,812
  • luin/ioredisAvatar de luin

    luin/ioredis

    15,295Ver en GitHub↗

    ioredis is a performance-focused Redis client for Node.js designed to execute commands and manage data connections. It provides a specialized interface for interacting with standalone servers, sharded clusters, and high-availability setups. The library distinguishes itself with native support for Redis Cluster, featuring automatic slot discovery and network address mapping, and Redis Sentinel for master node discovery and automatic failover. It also includes a dedicated Lua scripting interface that utilizes server-side caching to ensure atomic operations. The project covers a broad set of ca

    Resets connections and retries commands automatically when specific server errors occur.

    TypeScript
    Ver en GitHub↗15,295
  • lsdefine/genericagentAvatar de lsdefine

    lsdefine/GenericAgent

    13,017Ver en GitHub↗

    GenericAgent is an LLM agent framework and autonomous system controller designed to manage local systems, web browsers, and hardware interfaces through action and observation loops. It functions as a tool orchestrator that routes model calls to local executors, enabling the automation of complex tasks on a host machine. The project is distinguished by its self-evolving AI agent capabilities, which convert successful execution paths into reusable procedural scripts and skill trees to reduce future reasoning overhead. It employs a context optimization engine that utilizes layered memory hierarc

    Recovers from tool errors through a sequence of local correction, strategy shifting, and human escalation.

    Pythonai-agentautomationautonomous-agent
    Ver en GitHub↗13,017
  • simular-ai/agent-sAvatar de simular-ai

    simular-ai/Agent-S

    11,855Ver en GitHub↗

    Agent-S is a multimodal AI agent and LLM desktop automation framework designed to control operating systems through graphical user interface interactions. It functions as a computer use interface, utilizing vision-language grounding to translate natural language goals into precise screen coordinates and system actions. The project differentiates itself by combining structured accessibility tree inspection with vision-based element localization. It manages cross-application workflows by mapping conceptual descriptions to physical pixels and simulating low-level keyboard and mouse events to mov

    Detects failures in GUI actions and self-corrects by adapting navigation or grounding methods.

    Pythonagent-computer-interfaceai-agentscomputer-automation
    Ver en GitHub↗11,855
  • aphyr/distsys-classAvatar de aphyr

    aphyr/distsys-class

    9,717Ver en GitHub↗

    This project provides educational materials and courseware focused on the theoretical and practical foundations of distributed systems design. It serves as a comprehensive curriculum covering the disciplines of consensus, data consistency, reliability engineering, and scalability. The instructional content focuses on achieving cluster agreement through consensus algorithms and managing system-wide state via coordination frameworks. It includes a dedicated guide to data theory, exploring replication strategies, consistency models, and data convergence. The courseware covers a broad capability

    Provides guidance on designing automated recovery sequences to coordinate responses across multiple system components.

    Ver en GitHub↗9,717
  • gobuffalo/buffaloAvatar de gobuffalo

    gobuffalo/buffalo

    8,392Ver en GitHub↗

    Buffalo es un framework web MVC integral y una cadena de herramientas full-stack para construir aplicaciones web en Go. Proporciona un entorno de desarrollo estructurado que separa modelos, vistas y controladores, integrando un framework web con un envoltorio de mapeador objeto-relacional dedicado para la gestión de esquemas de base de datos y registros. El proyecto se distingue por un conjunto de utilidades de desarrollo para arrancar estructuras de proyectos, gestionar activos y construir contenedores listos para producción. Cuenta con un sistema de enrutamiento sofisticado que admite la generación de recursos RESTful basados en convenciones, alojamiento virtual basado en dominios y la creación de ayudantes de rutas para enlaces internos consistentes. El framework cubre una amplia gama de capacidades web principales, incluyendo tuberías de solicitudes basadas en middleware, renderizado dinámico de plantillas y gestión de estado con alcance de solicitud. También incluye soporte integrado para el procesamiento de tareas en segundo plano, gestión de sesiones, envío de correos electrónicos y apagado elegante del servidor.

    Defines custom error responses and recovery logic for specific service groups to ensure consistent failure handling.

    Go
    Ver en GitHub↗8,392
  • jd/tenacityAvatar de jd

    jd/tenacity

    8,375Ver en GitHub↗

    Tenacity is a Python retry library and fault tolerance framework designed to automatically re-execute failing functions based on custom conditions, wait intervals, and stop criteria. It provides a mechanism to apply retry logic to both synchronous functions and asynchronous coroutines. The library implements exponential backoff to increase delays between retries, helping to manage transient network failures and prevent the overloading of services. Its capabilities cover the definition of retry conditions based on exception types or return values, as well as the enforcement of duration limits

    Tracks failure rates and attempt counts for critical operations to monitor system reliability.

    Pythonfailurehacktoberfestpython
    Ver en GitHub↗8,375
  • crazyguitar/pysheeetAvatar de crazyguitar

    crazyguitar/pysheeet

    8,150Ver en GitHub↗

    pysheeet es una biblioteca de referencia técnica que proporciona una colección curada de fragmentos de código y patrones de implementación para el desarrollo avanzado en Python, integración de sistemas y computación de alto rendimiento. Sirve como una guía completa para implementar programación de red de bajo nivel, extensiones nativas en C y programación asíncrona y concurrente. El proyecto proporciona frameworks especializados para el desarrollo y despliegue de modelos de lenguaje de gran tamaño, incluyendo herramientas para inferencia distribuida en GPU y servicio de alto rendimiento. También incluye patrones detallados para la orquestación de clústeres de computación de alto rendimiento, cubriendo la asignación de recursos de GPU y la gestión de cargas de trabajo en múltiples nodos. La biblioteca cubre una amplia superficie de capacidades, incluyendo comunicación de red segura y criptografía, mapeo objeto-relacional y gestión de bases de datos, y la implementación de estructuras de datos y algoritmos complejos. También proporciona utilidades para la gestión de memoria, interoperabilidad nativa a través de interfaces de funciones externas e integración de sistemas operativos a nivel de sistema.

    Implements runtime error recovery patterns using try-except-finally structures to ensure resource cleanup.

    Python
    Ver en GitHub↗8,150
  • k8sgpt-ai/k8sgptAvatar de k8sgpt-ai

    k8sgpt-ai/k8sgpt

    7,922Ver en GitHub↗

    k8sgpt es un conjunto de herramientas centradas en Kubernetes diseñadas para la depuración impulsada por IA, diagnósticos de clúster y auto-reparación. Funciona como un analizador y depurador automatizado que utiliza modelos de lenguaje grandes (LLM) para explicar errores de clúster, sugerir pasos de remediación e identificar fallos de recursos. El proyecto se distingue por un framework de análisis extensible que admite plugins de diagnóstico personalizados y un servidor de Model Context Protocol, que expone los diagnósticos del clúster como herramientas para asistentes de IA. Incluye un agente de auto-reparación capaz de generar y aplicar automáticamente correcciones para anomalías detectadas, así como middleware de anonimización de datos para enmascarar información sensible antes de que se transmita a proveedores de IA externos. El conjunto de herramientas cubre una amplia gama de capacidades operativas, incluyendo monitoreo continuo de salud mediante un operador, auditoría de cumplimiento frente a motores de políticas y orquestación multi-clúster para identificar patrones de fallo generalizados. También proporciona características de observabilidad como exportación de resultados de diagnóstico, integración de métricas de observabilidad y resolución de problemas de fallos en pods.

    Triages system problems using analyzers to identify errors and provide automated resolutions.

    Go
    Ver en GitHub↗7,922
  • boundaryml/bamlAvatar de BoundaryML

    BoundaryML/baml

    7,636Ver en GitHub↗

    BAML is a prompt engineering framework and LLM client generator that defines AI prompts as type-safe functions. It serves as a structured data extraction tool and workflow orchestrator, transforming unstructured model responses into strongly typed objects using a custom schema language and alignment algorithms. The project distinguishes itself by using a compiler to generate language-specific boilerplate code for API communication and output parsing. It features a dedicated environment for designing complex prompt templates with conditional logic and reusable snippets, and employs genetic alg

    BAML uses a secondary LLM prompt to automatically repair malformed responses by passing parsing errors back to a function.

    Rustbamlboundarymlguardrails
    Ver en GitHub↗7,636
Ant.123Siguiente
  1. Home
  2. Software Engineering & Architecture
  3. Error Recovery

Explorar subetiquetas

  • AgentClear cached errors on an agent and resume normal operation after an update action has thrown an exception. **Distinct from Error Recovery:** Distinct from Error Recovery: focuses on agent-specific error state clearing and resumption, not general error management.
  • AgenticAutonomous recovery loops that pivot AI problem-solving strategies after repeated failures. **Distinct from Error Recovery:** Focuses on agent behavioral pivots and strategy shifts rather than general system status reporting.
  • All Error Catchers1 sub-etiquetaCatching every recoverable error from an effect and running a fallback effect in its place. **Distinct from Error Recovery:** Distinct from Error Recovery: specifically catches all recoverable errors to run a fallback, not general recovery or reporting.
  • Automated Torrent RemediationAutomated sequences of actions to recover torrents in an error state. **Distinct from Error Recovery:** Specific to torrent state recovery (pause/recheck/resume) rather than general software error reporting.
  • Distributed Recovery Flows1 sub-etiquetaAutomated recovery sequences for coordinating responses across multiple system components. **Distinct from Error Recovery:** Focuses on distributed coordination of recovery, distinct from centralized error management.
  • Error Shortcut TerminationsErrors that skip all subsequent operators in a chain and immediately notify the observer, with no recovery unless a retry operator is inserted. **Distinct from Error Recovery:** Distinct from Error Recovery: focuses on immediate error propagation that bypasses downstream operators, not on recovery or fallback logic.
  • LLM Response RepairUsing secondary AI prompts to autonomously correct malformed or invalid structured outputs. **Distinct from Error Recovery:** Specifically addresses using an LLM to repair its own output, whereas general error recovery is broader.
  • LLM-Driven Self-HealingUses language models to analyze runtime failures and automatically generate code fixes for recovery. **Distinct from Error Recovery:** Specifically uses LLMs to generate fixes, whereas general error recovery focuses on management and reporting.
  • Request-Level RecoveryRecovery logic and custom response definitions for maintaining consistency across request failures. **Distinct from Error Recovery:** Focuses on HTTP request-level failure recovery rather than general system error reporting or data import recovery.
  • Runtime Error CategorizationClassifying runtime failures into specific categories to facilitate targeted debugging and recovery strategies. **Distinct from Error Recovery:** Focuses on the classification of errors into types rather than the general act of recovery or reporting.
  • Specific Error CatchersCatching only specific types of recoverable errors from an effect and running a fallback effect for those cases. **Distinct from Error Recovery:** Distinct from Error Recovery: catches only specific error types rather than all errors, with a targeted fallback.
  • Trace-Aware RecoveryRecovery logic that utilizes the captured call stack to determine how to handle an error. **Distinct from Error Recovery:** Distinct from general error recovery by specifically using stack trace information to drive the recovery decision.
  • Transition Interception and Recovery MechanismsMechanisms to intercept active navigation transitions for aborts or redirection flows and execute centralized error recovery. **Distinct from Error Recovery:** Distinct from generic error recovery: focuses specifically on intercepting active routing transitions and handling navigation errors.
  • Triage Workflows2 sub-etiquetasStructured processes for reproducing, localizing, and fixing system failures. **Distinct from Error Recovery:** Focuses on the iterative triage process rather than just the recovery mechanisms or status reporting.