Domain Agents
Domain Agents — the specialized finance and healthcare expert agents — have been folded into the unified Skills system. They're now built-in procedure Skills delivered through the model-driven trigger, rather than separate hard-coded agents.
There's nothing to migrate: the same expert behavior is available, and it now lives alongside every other kind of guidance you give QRY.
What changed
Previously, "Domain Agents" were a small set of hard-coded specialist agents (financial analysis, healthcare) that the system routed to based on conversation context. They couldn't be edited, scoped, or extended without code changes.
Under Skills, the same idea is expressed as a procedure Skill:
- Authorable — written and edited in the Skills IDE, not in code.
- Scoped — system, datasource, workspace, or user.
- Model-driven — QRY sees a one-line description in the Skill catalog and loads the full playbook only when the question calls for it.
- Versioned — tracked in Git Folders as
.qryskill.
So instead of waiting for a "marketing agent" or "supply-chain agent" to be built into the product, you (or an admin) author a procedure Skill that captures exactly that expertise.
See Also
- Skills — the unified system that replaces Domain Agents
- Domain Context — knowledge Skills (glossaries, documents, business rules)
- Features Overview
Domain Agents live on as procedure Skills — editable, scoped, and versioned instead of hard-coded.