import os from rag_tools import search_knowledge_base, add_to_knowledge_base from cli import run_cli if __name__ == "__main__": run_cli()