mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-29 20:20:42 +00:00
Detach memory and update config
Removed the memory_subdir attribute from AgentConfig and related settings, transitioning to a project-based memory isolation approach. Updated the memory plugin configuration to default to an empty string for agent_memory_subdir. Enhanced the get_context_memory_subdir function to support project-specific memory directories. Removed the project-edit-memory component and adjusted the UI to reflect these changes. Added a new memory configuration file for better management of memory settings.
This commit is contained in:
parent
a1589c27f5
commit
505128c384
14 changed files with 53 additions and 157 deletions
|
|
@ -38,7 +38,6 @@ class LoadProfileSettings(Extension):
|
|||
|
||||
for override_key, config_attr in (
|
||||
("agent_profile", "profile"),
|
||||
("agent_memory_subdir", "memory_subdir"),
|
||||
("mcp_servers", "mcp_servers"),
|
||||
("browser_http_headers", "browser_http_headers"),
|
||||
):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue