chore: disable memory read path for morpheus (#15059)

Because we don't want prompts collisions
This commit is contained in:
jif-oai 2026-03-18 15:42:56 +00:00 committed by GitHub
parent 347c6b12ec
commit 7ae99576a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -272,6 +272,7 @@ mod agent {
// Consolidation runs as an internal sub-agent and must not recursively delegate.
let _ = agent_config.features.disable(Feature::SpawnCsv);
let _ = agent_config.features.disable(Feature::Collab);
let _ = agent_config.features.disable(Feature::MemoryTool);
// Sandbox policy
let mut writable_roots = Vec::new();