chore: disable memory read path for morpheus (#15059)
Because we don't want prompts collisions
This commit is contained in:
parent
347c6b12ec
commit
7ae99576a6
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue