Rename fractal-brain to Resonance_Engine: update all paths, docs, scripts, and add experiments/results/src

This commit is contained in:
Scruff AI
2026-03-25 07:34:34 +07:00
parent a3fb27821e
commit 7f04a7d81d
311 changed files with 72910 additions and 172 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ from http.server import HTTPServer, BaseHTTPRequestHandler
from socketserver import ThreadingMixIn
from pathlib import Path
sys.path.insert(0, '/mnt/d/fractal-brain/beast-build')
sys.path.insert(0, '/mnt/d/Resonance_Engine/beast-build')
try:
from golden_weave_memory import (
@@ -30,7 +30,7 @@ except ImportError as e:
# Configuration
OBSERVER_URL = "http://127.0.0.1:28820"
EXTENSION_PORT = 28821
ATTRACTOR_DIR = "/mnt/d/fractal-brain/beast-build/attractors"
ATTRACTOR_DIR = "/mnt/d/Resonance_Engine/beast-build/attractors"
# Initialize memory system
memory_system = GoldenWeaveMemorySystem(