""" Entry point for the RAG agent. """ from agent import main if __name__ == "__main__": main()