Package com.rpl.agentorama
Class UI
java.lang.Object
com.rpl.agentorama.UI
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.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AutoCloseablestart(com.rpl.rama.test.InProcessCluster ipc) Start the Agent-o-rama web UI with default settings.static AutoCloseableStart the Agent-o-rama web UI with custom options.
-
Constructor Details
-
UI
public UI()
-
-
Method Details
-
start
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
Start the Agent-o-rama web UI with custom options.- Parameters:
ipc- the InProcessCluster to monitoroptions- configuration options (Ui.Options)- Returns:
- an AutoCloseable that can be used to stop the UI
-