initial commit

Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io>
This commit is contained in:
2026-03-06 22:43:25 +00:00
commit 6a6a2ade32
102 changed files with 9556 additions and 0 deletions

17
config/default.toml Normal file
View File

@@ -0,0 +1,17 @@
[server]
host = "0.0.0.0"
port = 8080
auth_enabled = false
log_file = "server.log"
[auth]
enabled = false
jwt_secret = "default-secret-change-me-in-production"
required_permissions = ["memory:read", "memory:write"]
[memory]
base_dir = "./data/memory"
[ollama]
url = "http://localhost:11434"
model = "nomic-embed-text"