Hosting Long-Running Agents — IHostedService, BackgroundService, and the Worker Lifecycle
An agent that outlives a single HTTP request is a hosted service. The .NET runtime already has the lifecycle. The Microsoft Agent Framework ships the session abstraction. The architect wires them together.
Aug 11, 202617 min read1

