in agent/tools.py [0:0]
def read_schedule() -> str:
"""Use this tool to read the PyData schedule about which a user will ask questions.
Returns:
str: The PyData Amsterdam 2025 schedule data as JSON text.
"""
return os.path.join("data", "pydata_amsterdam_2025_schedule.json")