diff --git a/becomingone/api.py b/becomingone/api.py index a4f50a3..c5d8201 100644 --- a/becomingone/api.py +++ b/becomingone/api.py @@ -194,8 +194,11 @@ def init_engine( # Create temporal memory temporal_memory = TemporalMemory( - coherence_threshold=coherence_threshold, - max_signatures=10000, + storage_path="./memory", + max_memories=10000, + consolidation_interval=3600, + decay_base=0.01, + attention_threshold=coherence_threshold, ) # Create master and emissary transducers with proper configs