fix: persist builder deepagent files
All checks were successful
build / build (push) Successful in 31s
All checks were successful
build / build (push) Successful in 31s
This commit is contained in:
@@ -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)}"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user