mirror of
https://github.com/usestrix/strix.git
synced 2026-08-25 20:32:38 +02:00
Rename root agent to Strix
This commit is contained in:
@@ -238,7 +238,7 @@ async def run_strix_scan(
|
|||||||
)
|
)
|
||||||
|
|
||||||
root_agent = build_strix_agent(
|
root_agent = build_strix_agent(
|
||||||
name="strix",
|
name="Strix",
|
||||||
skills=skills,
|
skills=skills,
|
||||||
is_root=True,
|
is_root=True,
|
||||||
scan_mode=scan_mode,
|
scan_mode=scan_mode,
|
||||||
@@ -252,7 +252,7 @@ async def run_strix_scan(
|
|||||||
if not is_resume:
|
if not is_resume:
|
||||||
await coordinator.register(
|
await coordinator.register(
|
||||||
root_id,
|
root_id,
|
||||||
"strix",
|
"Strix",
|
||||||
parent_id=None,
|
parent_id=None,
|
||||||
task=root_task,
|
task=root_task,
|
||||||
skills=skills,
|
skills=skills,
|
||||||
|
|||||||
Reference in New Issue
Block a user