Worker Template — Testing (agents)¶
Agent intent¶
Test job handlers and messaging with integration tests.
Template role: Layer 3 worker host — messaging/scheduling/long-running — not a primary HTTP API surface (use Microservice for that).
Canonical technical documentation¶
Public site has a consolidated Worker page (extend with Base/Microservice docs as needed):
**➜ Worker Template — public overview
Repository¶
- Repo: ConnectSoft.WorkerTemplate — README.md, AGENTS.md
- Short name (typical):
connectsoft-worker— confirm withdotnet new connectsoft-worker -h.
Agent checklist¶
- Prefer Base agent pages for kernel DI (Base overview).
- Do not embed secrets in generated appsettings; use env / KeyVault patterns.
- Align keys with configuration alignment.