From 6ac9e96a57f6682e197d4d7ad3274e6048b82233 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Fri, 23 Jan 2026 13:40:34 -0800 Subject: [PATCH] add defualt agent schema enforcement --- config/arch_config_schema.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config/arch_config_schema.yaml b/config/arch_config_schema.yaml index 71a4e3e9..987c5ebd 100644 --- a/config/arch_config_schema.yaml +++ b/config/arch_config_schema.yaml @@ -72,6 +72,22 @@ properties: - model - prompt - agent + agents: + type: array + items: + type: object + properties: + id: + type: string + description: + type: string + default: + type: boolean + additionalProperties: false + required: + - id + - description + additionalProperties: false required: - type - name