prompt changes

This commit is contained in:
Ahmed Allam
2026-08-06 15:39:43 +03:00
committed by Ahmed Allam
parent b69af37cb2
commit 77c7b0df09
13 changed files with 33 additions and 29 deletions
+1 -1
View File
@@ -838,7 +838,7 @@ async def _append_tool_required_message(
)
else:
message = (
"Your previous response ended the autonomous Strix run without a lifecycle tool "
"Your previous response ended the autonomous run without a lifecycle tool "
"call. That is invalid in non-interactive mode; plain text final answers are "
"ignored. Continue immediately and call exactly one tool. "
f"If your work is complete, call {finish_tool}. "
+2 -2
View File
@@ -293,7 +293,7 @@ async def run_strix_scan(
)
root_agent = build_strix_agent(
name="Strix",
name="Root Agent",
skills=skills,
is_root=True,
scan_mode=scan_mode,
@@ -307,7 +307,7 @@ async def run_strix_scan(
if not is_resume:
await coordinator.register(
root_id,
"Strix",
"Root Agent",
parent_id=None,
task=root_task,
skills=skills,