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
·

11 Repos

Awesome GitHub RepositoriesActor Models

Frameworks and patterns for managing stateful objects that communicate via asynchronous message passing.

Distinguishing note: No candidates provided; this is a foundational architectural pattern for distributed state management.

Explore 11 awesome GitHub repositories matching software engineering & architecture · Actor Models. Refine with filters or upvote what's useful.

Awesome Actor Models GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • xingshaocheng/architect-awesomeAvatar von xingshaocheng

    xingshaocheng/architect-awesome

    60,821Auf GitHub ansehen↗

    This project serves as a comprehensive knowledge base and reference for distributed systems engineering and enterprise software architecture. It provides a structured collection of technical resources, design patterns, and methodologies intended to assist in the design, maintenance, and scaling of complex, high-performance software environments. The repository distinguishes itself by offering deep dives into core architectural concepts such as actor-based concurrency, aspect-oriented interception, and inversion-of-control containers. It emphasizes the practical application of distributed syst

    Learn to structure stateful, independent units of computation that interact exclusively via asynchronous message passing.

    Auf GitHub ansehen↗60,821
  • ray-project/rayAvatar von ray-project

    ray-project/ray

    42,895Auf GitHub ansehen↗

    Ray is a distributed computing framework designed to scale Python and Java applications across clusters by abstracting task scheduling and resource management. It functions as a resource-aware execution engine that manages task dependencies, placement, and fault tolerance across networked compute nodes. At its core, the system provides a stateful actor model, allowing developers to define classes that run in dedicated processes to maintain and mutate internal state across remote method calls. The framework distinguishes itself through a robust cross-language interoperability layer, enabling f

    A model where stateful objects run in dedicated processes to maintain and mutate internal state across remote method calls.

    Pythondata-sciencedeep-learningdeployment
    Auf GitHub ansehen↗42,895
  • statelyai/xstateAvatar von statelyai

    statelyai/xstate

    29,734Auf GitHub ansehen↗

    XState is a statechart logic library and finite state machine framework used to model complex application behavior. It provides a system for defining states, events, and transitions to govern how a system responds to inputs through a formal schema. The project includes a visual state machine editor that allows for the design of state machine diagrams which automatically generate the corresponding logic and code. It implements an actor model to manage independent concurrent entities that communicate via asynchronous events to coordinate behavioral flows. The framework covers event-driven stat

    Implements an actor model to manage independent stateful entities that communicate via asynchronous message passing.

    TypeScriptbackground-jobsfinite-state-machinefsm
    Auf GitHub ansehen↗29,734
  • vonng/ddiaAvatar von Vonng

    Vonng/ddia

    22,648Auf GitHub ansehen↗

    This project serves as a comprehensive technical reference for the architecture and design of data-intensive applications. It provides a structured analysis of the fundamental principles required to build reliable, scalable, and maintainable software systems, covering the core trade-offs inherent in modern data infrastructure. The repository explores the mechanics of distributed data management, including strategies for replication, partitioning, and achieving consensus across multiple nodes. It details the design of storage engines, indexing techniques, and transaction management models, whi

    Encapsulates logic into independent units that communicate via asynchronous messages for distributed state management.

    Pythonbookdatabaseddia
    Auf GitHub ansehen↗22,648
  • akka/akkaAvatar von akka

    akka/akka

    13,271Auf GitHub ansehen↗

    Akka is an actor model framework and distributed systems platform used to build concurrent and distributed applications. It provides a toolkit for managing multi-threaded state and behavior through asynchronous message passing, allowing developers to create concurrent applications without manual locks or synchronization. The system functions as a cluster management and event sourcing framework, automating the scaling and coordination of high-availability clusters. It enables the deployment of elastic services that coordinate workloads across multiple network nodes and ensures fault tolerance

    Provides a comprehensive toolkit for building concurrent and distributed applications based on the actor model.

    Scala
    Auf GitHub ansehen↗13,271
  • dotnet/orleansAvatar von dotnet

    dotnet/orleans

    10,789Auf GitHub ansehen↗

    Orleans is a .NET distributed actor framework designed for building scalable, cloud-native applications. It implements a virtual actor model where entities with stable identities manage their own state and lifecycle across a cluster of servers. The framework provides a distributed state management system with ACID transaction support and a distributed pub/sub streaming engine for real-time data processing. It distinguishes itself through location-transparent routing, automatic actor activation and deactivation, and elastic cluster scaling that redistributes workloads during node failures. Th

    Implements a virtual actor model where entities with stable identities manage their own state and lifecycle across a cluster.

    C#actor-modelactorscloud-computing
    Auf GitHub ansehen↗10,789
  • actix/actixAvatar von actix

    actix/actix

    9,223Auf GitHub ansehen↗

    Actix is a Rust actor framework and concurrent programming toolkit designed for building applications that manage state through an asynchronous messaging system. It provides a model where independent actors serve as autonomous units of state and logic, communicating via strongly typed messages sent to unique addresses. The framework distinguishes itself by isolating state within these actors, allowing internal data to be mutated safely during message handling without the use of locks or mutexes. It employs an asynchronous mailbox system to buffer incoming requests and uses supervision strateg

    Provides a framework for building scalable systems based on stateful objects communicating via asynchronous messages.

    Rustactixactoractor-model
    Auf GitHub ansehen↗9,223
  • akkadotnet/akka.netAvatar von akkadotnet

    akkadotnet/akka.net

    5,023Auf GitHub ansehen↗

    Akka.NET is an actor model framework used for building concurrent and distributed applications. It functions as a distributed computing platform and state manager that enables isolated actors to communicate via asynchronous message passing, ensuring thread-safe state management without manual locks. The project is distinguished by its decentralized coordination capabilities, including a distributed state manager that uses sharding and dynamic rebalancing to maintain high availability. It incorporates an event sourcing engine that persists state as a sequence of events in an append-only log an

    Provides a complete framework for building concurrent and distributed applications using isolated actors and asynchronous messaging.

    C#actoractor-modelakka
    Auf GitHub ansehen↗5,023
  • puniverse/quasarAvatar von puniverse

    puniverse/quasar

    4,553Auf GitHub ansehen↗

    Quasar ist ein JVM-Concurrency-Framework, das das Actor-Modell und eine Bibliothek für leichtgewichtige Threads implementiert. Es bietet isolierte Ausführungseinheiten, die über asynchrones Message-Passing kommunizieren, um geteilten veränderbaren Zustand zu eliminieren. Das Projekt zeichnet sich durch ein verteiltes Actor-System aus, das über mehrere Cluster-Knoten hinweg mit ortstransparenten Registries und Actor-Zustandsmigration operieren kann. Es nutzt einen Work-Stealing-Fiber-Scheduler zur Verwaltung von Millionen leichtgewichtiger Threads, wodurch Aufgaben während nicht-blockierender I/O-Operationen pausieren können, ohne die zugrunde liegenden System-Threads zu blockieren. Das Framework umfasst eine breite Palette von Funktionen, einschließlich Aufsichtshierarchien für fehlertolerante Wiederherstellung und CSP-artige Kommunikationskanäle für die Datenfluss-Synchronisation. Es bietet zudem Primitive zur Koordinierung von Aufgaben mittels Futures und Datenflussvariablen sowie Tools zur Überwachung der Fiber-Gesundheit und zur Erkennung von runaway-Ausführungen. Das System ist in Java implementiert.

    Implements the actor model to provide isolated execution units that communicate via asynchronous message passing.

    Javaactorsconcurrencyfibers
    Auf GitHub ansehen↗4,553
  • panaversity/learn-agentic-aiAvatar von panaversity

    panaversity/learn-agentic-ai

    3,908Auf GitHub ansehen↗

    This project is an educational curriculum and architectural framework for building autonomous AI agents and multi-agent systems. It provides a structured learning path focused on the development of independent software components capable of planning, executing tasks, and utilizing external tools to achieve high-level goals. The framework emphasizes multi-agent system orchestration through distributed architectures where specialized agents collaborate using standardized communication protocols. It details specific design patterns such as dual-memory systems for maintaining short-term plans and

    Architects agents as stateful actors that manage their own lifecycle and state within a distributed system.

    Jupyter Notebooka2aagentic-aidapr
    Auf GitHub ansehen↗3,908
  • lonng/nanoAvatar von lonng

    lonng/nano

    3,173Auf GitHub ansehen↗

    Nano is a distributed application framework designed for building systems using an actor-based messaging model. It functions as a distributed actor framework that decouples components through asynchronous messaging to maintain state isolation across a server cluster. The system acts as a cluster message dispatcher and session-aware request router, tracking client state to route incoming messages to the specific agent holding the session data. It utilizes a distributed agent registry to coordinate the dispatching of messages between multiple application instances acting as agents. The framewo

    Implements a distributed actor model to maintain state isolation through asynchronous message passing between independent agents.

    Godistributed-systemsgamegolang
    Auf GitHub ansehen↗3,173
  1. Home
  2. Software Engineering & Architecture
  3. Actor Models