# agentm/main.py from agentm.app import AgentMApp if __name__ == "__main__": app = AgentMApp() app.run()