Package ams provides functionality for the Agent Management System. It provides an API for user
interaction as well as for other MAP components. It also takes care of interacting with the
underlying cluster (local or Kubernetes) and stores MAP related information (local or etcd)
type CommData struct {
ID int// id of other agent NumMsgSent int// number of messages sent to this agent NumMsgRecv int// number of messages received from this agent}