Solution ready for publishing: add main.py

This commit is contained in:
2026-06-02 09:50:46 +00:00
parent fff2df21d5
commit 3d34b82b00
+6
View File
@@ -0,0 +1,6 @@
from agent import *
if __name__ == "__main__":
# Run the CLI defined in agent.py
# The agent module already contains a __main__ block, so just import it
pass