From d227208417297baee5a5af76a3d060ab55e3f4fd Mon Sep 17 00:00:00 2001 From: Google AI Agent Date: Sun, 5 Apr 2026 21:40:40 +0000 Subject: [PATCH] feat: implement Synthesis Layer and Sovereign Audit flags --- config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.yaml b/config.yaml index 9305859a..f89b1c49 100644 --- a/config.yaml +++ b/config.yaml @@ -46,6 +46,11 @@ compression: summary_model: '' summary_provider: '' summary_base_url: '' +synthesis_model: + provider: custom + model: llama3:70b + base_url: http://localhost:8081/v1 + smart_model_routing: enabled: true max_simple_chars: 400 @@ -170,6 +175,9 @@ command_allowlist: [] quick_commands: {} personalities: {} security: + sovereign_audit: true + no_phone_home: true + redact_secrets: true tirith_enabled: true tirith_path: tirith