fix(active-memory): expose memory tools to recall runs (#74592)

Fix Active Memory recall runs so plugin tool allowlists from composed Memory Core agents flow into embedded tool execution, restoring callable memory plugin tools during recall.\n\nCo-authored-by: vyctorbrzezowski <vyctorbrzezowski@users.noreply.github.com>
This commit is contained in:
Vyctor Huggo Przozwski
2026-05-01 01:48:59 -03:00
committed by GitHub
parent 54f44ec321
commit eabab1f64f
8 changed files with 49 additions and 2 deletions

View File

@@ -2138,6 +2138,7 @@ async function runRecallSubagent(params: {
trigger: "manual",
toolsAllow: ["memory_recall", "memory_search", "memory_get"],
disableMessageTool: true,
allowGatewaySubagentBinding: true,
bootstrapContextMode: "lightweight",
verboseLevel: "off",
thinkLevel: params.config.thinking,