from agent import CustomAgent agent = CustomAgent() result = agent.run({"question": "What is the capital of India?"}) print(result)