Skip to Content

CLIManager

The CLIManager is a simple console application that extends the Magenta Agent. It doesn’t add much except the ability to interactively send messages to itself and other Agents. This is useful for creating local and remote objects and setting their attributes. Since these objects can also be Agents, the CLIManager can be used as a launcher for other Agents.

To start CLIManager type the following from the magenta-user directory. (if host:port is not specified it defaults to localhost:4444)

Once running you will see the prompt:

Available CLIManager commands:

The CLIManagerThread will send the message to the destination-agent and then display the reply.