# Functions
AddToRemote is called to add an agent to various services.
AgentDeleteOperation instructs a single agent to delete an operation (e.g.
DeleteOperation is called to broadcst a delete operation command to all agents (e.g.
RegisterMessageBus is called by a service to register with the messaging system.
RemoveFromRemote is called to remove an agent from various services.
RemoveMessageBus is called to remove a service from the messaging system.
SendAnnounce sends a generic message to a team if opID is nil, it is not used.
SendAssignment sends a task to an agent.
SendMessage is used to send a generic message to a single agent.
SendTarget is called to send target information to agents.
# Type aliases
GoogleID is a wrapper for model.GoogleID.
OperationID is a wrapper for model.OperationID.
TaskID is a wrapper for model.TaskID.
TeamID is a wrapper for model.TeamID.