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

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

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

1 Repo

Awesome GitHub RepositoriesAgent

Clear 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.

Explore 1 awesome GitHub repository matching software engineering & architecture · Agent. Refine with filters or upvote what's useful.

Awesome Agent GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ruby-concurrency/concurrent-rubyAvatar von ruby-concurrency

    ruby-concurrency/concurrent-ruby

    5,830Auf GitHub ansehen↗

    Concurrent Ruby is a comprehensive concurrency toolkit for the Ruby language that provides thread-safe data structures, synchronization primitives, and asynchronous execution patterns. It implements core concurrency abstractions including an actor model framework where isolated actors communicate through asynchronous message passing, a future and promise system for composing non-blocking operations, and thread pool executors that manage reusable worker threads for concurrent task execution. The library distinguishes itself through a broad set of coordination mechanisms that go beyond basic th

    Implements error recovery for agents, clearing cached errors and resuming normal operation after exceptions.

    Ruby
    Auf GitHub ansehen↗5,830
  1. Home
  2. Software Engineering & Architecture
  3. Error Recovery
  4. Agent