mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-30 20:50:21 +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
|
|
@ -14,6 +14,7 @@ const model = {
|
|||
activeTab: "custom",
|
||||
|
||||
async init() {
|
||||
this.loading = false;
|
||||
await this.setTab('custom');
|
||||
if (this.plugins.length === 0) {
|
||||
await this.setTab('builtin');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue