1 repositorio
Shared directories used to track the network locations of active agents across a distributed cluster.
Distinct from Agent Registries: Focuses on runtime location tracking for message routing rather than organizational publishing of agent capabilities.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Distributed Agent Registries. Refine with filters or upvote what's useful.
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
Provides a distributed registry to coordinate message dispatching by tracking active agent locations across the cluster.