awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ruby-concurrency/concurrent-rubyruby-concurrency 的头像

    ruby-concurrency/concurrent-ruby

    5,830在 GitHub 上查看↗

    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
    在 GitHub 上查看↗5,830
  1. Home
  2. Software Engineering & Architecture
  3. Error Recovery
  4. Agent