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
Snider
f602587522
updates
2026-02-08 15:17:12 +00:00
Snider
b7a6e235e9
feat(core-app): add auto-migration and session/cache tables
...
AppServiceProvider runs migrate --force on first request.
Sessions and cache tables created automatically in SQLite.
Removed synthetic HTTP migration approach in favour of pure
PHP service provider — cleaner, works with Octane workers.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 22:56:44 +00:00
Snider
c2715af316
feat(core-app): FrankenPHP + Wails v3 native desktop app
...
Single 53MB binary embedding PHP 8.4 ZTS runtime, Laravel 12,
Livewire 4, and Octane worker mode inside a Wails v3 native
desktop window.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 22:50:18 +00:00
Snider
536ce7b6cd
Refactor project structure and add core modules for configuration, cryptography, display, and workspace management
2025-10-28 07:02:21 +00:00
Snider
90009eccd5
Add pre-commit task, CLI enhancements, and ATS updates
...
- Added `pre-commit` task in Makefile.
- Enhanced CLI with banner display and stricter file selection validation.
- Expanded App Transport Security settings and updated permissions in `Info.dev.plist`.
2025-10-27 05:41:11 +00:00
Snider
11e65079ac
Add documentation for Core modules: Config, Crypt, Display, Docs, IO, and Workspace ( #3 )
2025-10-27 03:14:50 +00:00