From f23fadfbffce574348f662e7e5bfa65b76299697 Mon Sep 17 00:00:00 2001 From: Ahmed Allam Date: Sat, 25 Jul 2026 18:36:47 +0000 Subject: [PATCH] Rename root agent to Strix --- strix/core/runner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strix/core/runner.py b/strix/core/runner.py index 153d16dd..23b58709 100644 --- a/strix/core/runner.py +++ b/strix/core/runner.py @@ -238,7 +238,7 @@ async def run_strix_scan( ) root_agent = build_strix_agent( - name="strix", + name="Strix", skills=skills, is_root=True, scan_mode=scan_mode, @@ -252,7 +252,7 @@ async def run_strix_scan( if not is_resume: await coordinator.register( root_id, - "strix", + "Strix", parent_id=None, task=root_task, skills=skills,