Expand description
Agent Scheduler — priority-based task queue inspired by AIOS / AgentRM.
Manages agent task scheduling with:
- Priority queue (FIFO within same priority)
- Rate-limit-aware admission control
- Zombie task detection and reaping
- Maximum concurrent task enforcement
Structs§
- Agent
Scheduler - The agent scheduler.
- Scheduled
Task - A scheduled task for an agent.
- Scheduler
Stats - Statistics about the scheduler state.
Enums§
- Priority
- Priority levels for scheduled tasks.
- Task
Status - Status of a scheduled task.