cli/cmd/core-app/laravel
Athena 794cff9409 feat(agentic): add agent allowance system for model quotas and budgets
Implements quota enforcement for agents including daily token limits,
daily job limits, concurrent job caps, model allowlists, and global
per-model budgets. Quota recovery returns 50% for failed jobs and
100% for cancelled jobs.

Go: AllowanceService with MemoryStore, AllowanceStore interface, and
25 tests covering all enforcement paths.

Laravel: migration for 5 tables (agent_allowances, quota_usage,
model_quotas, usage_reports, repo_limits), Eloquent models,
AllowanceService, QuotaMiddleware, and REST API routes.

Closes #99

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 05:53:52 +00:00
..
app feat(agentic): add agent allowance system for model quotas and budgets 2026-02-16 05:53:52 +00:00
bootstrap feat(agentic): add agent allowance system for model quotas and budgets 2026-02-16 05:53:52 +00:00
config feat(agentic): add Forgejo integration bridge for PHP platform 2026-02-16 05:53:52 +00:00
database feat(agentic): add agent allowance system for model quotas and budgets 2026-02-16 05:53:52 +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 agent allowance system for model quotas and budgets 2026-02-16 05:53:52 +00:00
tests/Unit/Services/Forgejo feat(agentic): add Forgejo integration bridge for PHP platform 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