pydcop.infrastructure.agents
Base ‘Agent’ classes.
An Agent instance is a stand-alone autonomous object. It hosts computations, which send messages to each other. Each agent has its own thread, which is used to handle messages as they are dispatched to computations hosted on this agent.
Functions
|
Classes
|
Object representing an agent. |
|
AgentMetrics listen to events from the event_bus to consolidate metrics. |
|
|
|
|
|
An agent that supports resiliency by replicating it's computations. |
Exceptions
|