agents
Template Status
Compare the agent's stored template snapshot with the live template.
Returned shape::
{
"agent_id": 6,
"template_id": "scei_ar_assistant" | null,
"is_in_sync": true | false,
"stored_hash": "abc..." | null,
"current_hash": "def..." | null,
"drift_fields": ["agent_instruction", "agent_tools", ...]
}
The frontend uses this to surface a "template updated, click to sync"
banner on the agent's edit page.
GET
Template Status
Template Status