mirror of
https://github.com/blackboxprogramming/lucidia.git
synced 2026-03-17 06:57:10 -05:00
lucidia sync: providers registry, db, main updates
This commit is contained in:
@@ -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)")
|
||||
Reference in New Issue
Block a user