from agent import build_graph if __name__ == "__main__": graph = build_graph() graph.invoke({"question": "What is the purpose of life?"})