fix: persist builder deepagent files
All checks were successful
build / build (push) Successful in 31s

This commit is contained in:
robert
2026-05-17 18:57:29 -03:00
parent 34cbaa702d
commit de2887ff6f
6 changed files with 61 additions and 5 deletions

View File

@@ -599,6 +599,7 @@ def _assert_current_deepagents_scaffold(
"agent.py": (
"LLMProvisioning.CALLER_PROVIDED",
"ctx.llm",
"ctx.workspace_backend()",
"create_deep_agent",
"wrap_model_call",
"ChatOpenAI",
@@ -624,7 +625,7 @@ def _assert_current_deepagents_scaffold(
except Exception: # noqa: BLE001
version = "unknown"
raise RuntimeError(
f"{source} is stale; expected the 0.1.3+ "
f"{source} is stale; expected the 0.1.4+ "
"DeepAgents caller-LLM scaffold. "
f"a2a_pack={version}; missing markers: {', '.join(missing)}"
)