Fix stale feature flags cache so specialized subagents respect env.

This commit is contained in:
CREDO23 2026-04-29 21:36:34 +02:00
parent bf9b606a61
commit 3908131105
2 changed files with 13 additions and 14 deletions

View file

@ -607,6 +607,10 @@ def _build_compiled_agent_blocking(
model=llm,
extra_middleware=subagent_extra_middleware,
)
logging.info(
"Specialized subagents registered for task tool: %s",
[s["name"] for s in specialized_subagents],
)
except Exception as exc: # pragma: no cover - defensive
logging.warning(
"Specialized subagent build failed; running without them: %s",