go/cmd/core-app/laravel
Athena 87d5f3eb76 feat(agentic): add real-time dashboard with Livewire components (#96)
Add a live agent activity dashboard to the Core App Laravel frontend.
Provides real-time visibility into agent fleet status, job queue,
activity feed, metrics, and human-in-the-loop actions — replacing
SSH + tail -f as the operator interface.

Dashboard panels:
- Agent Fleet: grid of agent cards with heartbeat, status, model info
- Job Queue: filterable table with cancel/retry actions
- Live Activity Feed: real-time stream with agent/type filters
- Metrics: stat cards, budget gauge, cost breakdown, throughput chart
- Human Actions: inline question answering, review gate approval

Tech: Laravel Blade + Livewire 4 + Tailwind CSS + Alpine.js + ApexCharts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 05:53:52 +00:00
..
app feat(agentic): add real-time dashboard with Livewire components (#96) 2026-02-16 05:53:52 +00:00
bootstrap feat(core-app): add auto-migration and session/cache tables 2026-02-06 22:56:44 +00:00
config feat(core-app): FrankenPHP + Wails v3 native desktop app 2026-02-06 22:50:18 +00:00
database updates 2026-02-08 15:17:12 +00:00
public feat(core-app): FrankenPHP + Wails v3 native desktop app 2026-02-06 22:50:18 +00:00
resources/views feat(agentic): add real-time dashboard with Livewire components (#96) 2026-02-16 05:53:52 +00:00
routes feat(agentic): add real-time dashboard with Livewire components (#96) 2026-02-16 05:53:52 +00:00
.env.example feat(core-app): FrankenPHP + Wails v3 native desktop app 2026-02-06 22:50:18 +00:00
.gitignore feat(core-app): FrankenPHP + Wails v3 native desktop app 2026-02-06 22:50:18 +00:00
artisan feat(core-app): FrankenPHP + Wails v3 native desktop app 2026-02-06 22:50:18 +00:00
composer.json feat(core-app): FrankenPHP + Wails v3 native desktop app 2026-02-06 22:50:18 +00:00
composer.lock feat(core-app): FrankenPHP + Wails v3 native desktop app 2026-02-06 22:50:18 +00:00