fix(monitor): agent.completed events + nested concurrency config #16
No reviewers
Labels
No labels
needs-review
needs-review
needs-review
needs-review
needs-review
athena
athena-gemini
audit
clotho
clotho-gemini
codex
darbs-claude
security
wiki
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: core/agent#16
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feat/monitor-notifications-and-concurrency"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes
codex: {total: 2, gpt-5.4: 1})Test plan
go build ./...passesgo test ./pkg/agentic/...passesgo test ./pkg/monitor/...passesConcurrency config now supports both flat and nested formats: claude: 1 # flat — 1 total codex: # nested — 2 total, per-model caps total: 2 gpt-5.4: 1 gpt-5.3-codex-spark: 1 canDispatchAgent checks pool total first, then per-model limit. countRunningByModel added for exact agent string matching. ConcurrencyLimit custom YAML unmarshaler handles both int and map. Co-Authored-By: Virgil <virgil@lethean.io>