openbot-web
v0.2.1
Published
The official web interface for OpenBot. A high-performance, real-time dashboard for interacting with and debugging your AI agents.
Readme
🌐 openbot-web
The official web interface for OpenBot. A high-performance, real-time dashboard for interacting with and debugging your AI agents.
🚀 Usage
You can launch the web interface directly using npx:
npx openbot-webBy default, it looks for an OpenBot server running at http://localhost:4001.
Configuration
PORT: Environment variable to change the listening port (default: 3000).MELONY_BASE_URL: Environment variable to point the web UI to a different agent server (default: http://localhost:4001).
🛠️ Development
If you want to contribute or run the web interface from source:
Install dependencies:
pnpm installRun in development mode:
pnpm devBuild for production:
pnpm buildRun production build locally:
node bin/cli.js
Powered by Melony 🍈
