go/cmd/core-app
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
..
icons feat(core-app): FrankenPHP + Wails v3 native desktop app 2026-02-06 22:50:18 +00:00
laravel feat(agentic): add real-time dashboard with Livewire components (#96) 2026-02-16 05:53:52 +00:00
app_service.go feat(core-app): FrankenPHP + Wails v3 native desktop app 2026-02-06 22:50:18 +00:00
CODEX_PROMPT.md updates 2026-02-08 15:17:12 +00:00
embed.go feat(core-app): FrankenPHP + Wails v3 native desktop app 2026-02-06 22:50:18 +00:00
env.go feat(core-app): add auto-migration and session/cache tables 2026-02-06 22:56:44 +00:00
go.mod feat(core-app): FrankenPHP + Wails v3 native desktop app 2026-02-06 22:50:18 +00:00
go.sum feat(core-app): FrankenPHP + Wails v3 native desktop app 2026-02-06 22:50:18 +00:00
handler.go feat(core-app): FrankenPHP + Wails v3 native desktop app 2026-02-06 22:50:18 +00:00
main.go feat(core-app): FrankenPHP + Wails v3 native desktop app 2026-02-06 22:50:18 +00:00
native_bridge.go feat(core-app): FrankenPHP + Wails v3 native desktop app 2026-02-06 22:50:18 +00:00
Taskfile.yml feat(core-app): FrankenPHP + Wails v3 native desktop app 2026-02-06 22:50:18 +00:00