go/cmd
Athena 65c138e126 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-10 20:32:41 +00:00
..
bugseti Merge pull request 'fix(bugseti): add gh CLI availability check with helpful error' (#73) from Athena/core:fix/bugseti-gh-cli-check into new 2026-02-10 15:42:51 +00:00
community updates 2026-02-08 15:17:12 +00:00
core-app feat(agentic): add agent allowance system for model quotas and budgets 2026-02-10 20:32:41 +00:00
core-ide fix(tray): replace placeholder icons with actual bug and diamond icons 2026-02-09 10:39:50 +00:00
vanity-import feat: add Go vanity import server and BugSETI CI pipeline 2026-02-08 18:30:29 +00:00