Class UI

java.lang.Object
com.rpl.agentorama.UI

public class UI extends Object
Java API for starting the Agent-o-rama web UI.

The UI provides real-time monitoring of agent execution, state visualization, and debugging tools for agent development.

  • Constructor Details

    • UI

      public UI()
  • Method Details

    • start

      public static AutoCloseable start(com.rpl.rama.test.InProcessCluster ipc)
      Start the Agent-o-rama web UI with default settings.
      Parameters:
      ipc - the InProcessCluster to monitor
      Returns:
      an AutoCloseable that can be used to stop the UI
    • start

      public static AutoCloseable start(com.rpl.rama.test.InProcessCluster ipc, UIOptions options)
      Start the Agent-o-rama web UI with custom options.
      Parameters:
      ipc - the InProcessCluster to monitor
      options - configuration options (Ui.Options)
      Returns:
      an AutoCloseable that can be used to stop the UI