1.1 KiB
1.1 KiB
Work Queue WebUI
A web interface for managing TheLab's distributed work queue system. It connects to the Work Queue API and presents queue state in real time.
Overview
The Work Queue WebUI provides a visual interface for monitoring and managing work items dispatched to agents across TheLab's infrastructure.
Features
- Real-time queue status monitoring
- Agent activity tracking
- Work item lifecycle visibility
- Project-based work organization
Quick Start
- Open the WebUI in your browser (default:
http://localhost:8081) - View active work items and their current status
- Monitor agent activity and queue depth
Architecture
The WebUI is a React frontend that communicates with the Work Queue API backend. It polls for updates and displays the current state of all queued, in-progress, and completed work items.
Browser → Work Queue WebUI → Work Queue API (app-01:8080) → PostgreSQL