#38129 討論中 P3 comp/cron

[Bug] Cron 排程工作會顯示 memory 工具,但實際執行時無法使用

回報者指出 cron 排程工作中 memory 工具雖然出現在可用工具清單,但實際呼叫時會失敗並顯示「Memory is not available」。原因是 cron 排程用 skip_memory=True 建立 AIAgent,但預設工具集仍繼承包含 memory 的核心工具,導致工具存在但無法使用。