ui command manages the PraisonAI web user interface.
Usage
Options
| Option | Short | Description | Default |
|---|---|---|---|
--port | -p | Port to run UI on | 8080 |
--host | -h | Host to bind to | 127.0.0.1 |
--public | Make UI publicly accessible | false |
Examples
Start UI
Start on custom port
Make publicly accessible
See Also
- Serve - API server
- Interactive TUI - Terminal interface

