from cryptoai.agents.crypto_agent import CryptoAgent if __name__ == "__main__": agent = CryptoAgent() agent.start_agent()