This commit is contained in:
2026-05-15 08:39:24 +00:00
parent d65434cdea
commit 1f424f8c7e
+5
View File
@@ -0,0 +1,5 @@
from rag_tools import search_knowledge_base, add_to_knowledge_base
from cli import run_cli
if __name__ == "__main__":
run_cli()