from agent import BasicAgent agent = BasicAgent() result = agent("What is the capital of France?") print(result)