Service to access the list of known Agents.
Emitted when the list of agents changes. This can be used to update the UI when agents are added or removed.
disable the agent with the specified id.
the agent id.
Enable the agent with the specified id.
Retrieves a list of all available agents, i.e. agents which are not disabled
Retrieves a list of all agents, including disabled ones.
query whether this agent is currently enabled or disabled.
true if the agent is enabled, false otherwise.
Allows to register an agent programmatically.
the agent to register
Allows to unregister an agent programmatically.
the agent id to unregister
Service to access the list of known Agents.