Update main.py
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
"""
|
# Entry point – simply imports and runs the agent.
|
||||||
Entry point for the RAG agent. Delegates to agent.py.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import sys
|
from agent import main
|
||||||
|
|
||||||
from agent import __main__ as agent_main
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
agent_main()
|
main()
|
||||||
|
|||||||
Reference in New Issue
Block a user