mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-03 06:00:34 +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
|
|
@ -301,6 +301,11 @@ const model = {
|
|||
this.loadedProjectName = "";
|
||||
this.loadedAgentProfile = "";
|
||||
this.error = null;
|
||||
this.isLoading = false;
|
||||
this.isSaving = false;
|
||||
this.isListingConfigs = false;
|
||||
this.configsError = null;
|
||||
this.configs = [];
|
||||
},
|
||||
|
||||
// Reactive URL for the plugin's settings component (used with x-html injection)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue