Summary
Add a Scheduler Agent Supervisor pattern implementation for coordinating scheduled work, worker execution, and supervision/retry policy.
Required surfaces
- Fluent runtime API for schedules, agents, supervision policy, retries, and result capture.
- Source-generated path for declaring jobs, agents, and supervision behavior.
- TinyBDD coverage for scheduling, dispatch, failure supervision, retry limits, and generator diagnostics.
- Production-shaped example importable through IServiceCollection and Microsoft.Extensions.Hosting.
- Documentation for fluent API, source generator, real-world usage, and operational guidance.
Summary
Add a Scheduler Agent Supervisor pattern implementation for coordinating scheduled work, worker execution, and supervision/retry policy.
Required surfaces