Spaces:
Running
Running
Z User commited on
Commit ·
af5a9e5
1
Parent(s): 9c7e90d
feat: enable dual-layer memory — MEMORY.md (5K chars) + Holographic SQLite
Browse files- memory_enabled: true (was missing — MEMORY.md was disabled)
- user_profile_enabled: true (USER.md also disabled)
- memory_char_limit: 5000 (default was 2200)
- user_char_limit: 3000 (default was 1375)
- holographic provider unchanged, both layers now work together
- config.yaml +4 -0
config.yaml
CHANGED
|
@@ -25,6 +25,10 @@ platforms:
|
|
| 25 |
port: 8642
|
| 26 |
cors_origins: "*"
|
| 27 |
memory:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
provider: holographic
|
| 29 |
auto_extract: true
|
| 30 |
default_trust: 0.5
|
|
|
|
| 25 |
port: 8642
|
| 26 |
cors_origins: "*"
|
| 27 |
memory:
|
| 28 |
+
memory_enabled: true
|
| 29 |
+
user_profile_enabled: true
|
| 30 |
+
memory_char_limit: 5000
|
| 31 |
+
user_char_limit: 3000
|
| 32 |
provider: holographic
|
| 33 |
auto_extract: true
|
| 34 |
default_trust: 0.5
|