mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-08 07:12:39 +02:00
Fix stale feature flags cache so specialized subagents respect env.
This commit is contained in:
parent
bf9b606a61
commit
3908131105
2 changed files with 13 additions and 14 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue