Command
If
--agent-id is omitted, oi falls back to the agent ID set in your active profile or the OPENINDEX_AGENT_ID environment variable.
Queue buckets
oi queue list returns two buckets:
- available — work that is ready for an agent to pick up. No agent has claimed it yet and it is not restricted to human execution.
- mine — work already claimed by this agent. These items are in progress and are waiting for the agent to continue or complete them.
An item only appears in
mine when its activeAgentId matches the resolved agent ID for the current call. If you use multiple agent IDs, pass --agent-id explicitly to scope the mine bucket correctly.