Skip to repository content60 lines · 1.3 KB · json
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T05:07:43.773Z Public web read
NIP-34 coordinate
30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omegaMaintainersHidden in public view
References2 branches · 1 tag
Read-only clone
git clone https://openagents.com/git/tenant.openagents/omega.gitBrowse files
live-omega-effectd.get_capacity.json
1{
2 "activeRunLimit": 8,
3 "activeRunCount": 1,
4 "lanes": [
5 {
6 "lane": "acp:cursor-agent",
7 "state": "available",
8 "activeRuns": 0,
9 "reason": "ready and idle"
10 },
11 {
12 "lane": "acp:grok-cli",
13 "state": "available",
14 "activeRuns": 0,
15 "reason": "ready and idle"
16 },
17 {
18 "lane": "claude-local",
19 "state": "available",
20 "activeRuns": 0,
21 "reason": "ready and idle"
22 },
23 {
24 "lane": "codex-local",
25 "state": "busy",
26 "activeRuns": 1,
27 "reason": "a run is active on this lane"
28 },
29 {
30 "lane": "harness:goose",
31 "state": "available",
32 "activeRuns": 0,
33 "reason": "ready and idle"
34 },
35 {
36 "lane": "harness:opencode",
37 "state": "available",
38 "activeRuns": 0,
39 "reason": "ready and idle"
40 },
41 {
42 "lane": "harness:pi",
43 "state": "available",
44 "activeRuns": 0,
45 "reason": "ready and idle"
46 }
47 ],
48 "nonOverridableGuardrails": [
49 "workspace_binding",
50 "own_capacity_only",
51 "no_rate_limit_reset_triggering"
52 ],
53 "ownerConfigurableGuardrails": [
54 "maxWallClockMs",
55 "maxTurns",
56 "maxPerTurnFailures",
57 "tokenBudgetRef"
58 ],
59 "enabledThreadsNeverEvicted": true
60}