The template creates a standard folder structure for organizing your F1 data:
Copy
- Races: Historical race data and results- Drivers: Driver profiles and statistics- Teams: Constructor information and performance data- Circuits: Track information and race history- Chat Threads: User queries and conversations
Set up schedulers to automate periodic F1 data updates:
Copy
agent: name: "f1-data-scheduler" title: "F1 Data Update Scheduler" description: "Scheduler responsible for keeping F1 data current." context: config-frequency: 24 # Runs daily to fetch latest available data workflows: - name: "sync-f1-race" description: "Workflow to sync race data after events"
The template creates a standard folder structure for organizing your F1 data:
Copy
- Races: Historical race data and results- Drivers: Driver profiles and statistics- Teams: Constructor information and performance data- Circuits: Track information and race history- Chat Threads: User queries and conversations
Set up schedulers to automate periodic F1 data updates:
Copy
agent: name: "f1-data-scheduler" title: "F1 Data Update Scheduler" description: "Scheduler responsible for keeping F1 data current." context: config-frequency: 24 # Runs daily to fetch latest available data workflows: - name: "sync-f1-race" description: "Workflow to sync race data after events"