lucidia sync: providers registry, db, main updates

This commit is contained in:
2026-02-03 19:49:01 -06:00
parent 5185ed2e96
commit 41618f2509
1195 changed files with 349457 additions and 7456 deletions

View File

@@ -1,12 +0,0 @@
from guardian import Guardian
g = Guardian()
print("🧠 Lucidia Chat (local) type 'exit' to quit")
while True:
msg = input("You: ")
if msg.strip().lower() == "exit":
break
g.hear(msg)
print("Lucidia: (remembered)")