fix(python-sdk): harden packaged runtime behavior

This commit is contained in:
fz
2026-08-18 14:38:42 +08:00
parent 94f6fd1306
commit ee5280bd6e
18 changed files with 159 additions and 52 deletions
-1
View File
@@ -29,7 +29,6 @@ WORKFLOW_WORKER_TEXT = "workflow worker smoke ok"
MINIMAL_PROMPT = "Exercise the packaged minimal agent's persistent Bash and string-replacement editor."
MINIMAL_TEXT = "minimal agent smoke ok"
MINIMAL_EDITOR_PATH_PREFIX = "Editor path: "
MINIMAL_SYSTEM_PROMPT = "You are a helpful software engineer assistant."
FS_SEARCH_PROMPT = "Exercise the packaged filesystem search tools."
FS_SEARCH_TEXT = "filesystem search smoke ok"
FS_SEARCH_MARKER = "PACKAGED_FS_SEARCH_OK"