19 lines
724 B
Markdown
19 lines
724 B
Markdown
# Weather Agent Memory
|
|
|
|
## API Configuration
|
|
- Provider: Open-Meteo (free, no API key required)
|
|
- Dubai coordinates: latitude 25.2048, longitude 55.2708
|
|
- Celsius URL: `https://api.open-meteo.com/v1/forecast?latitude=25.2048&longitude=55.2708¤t=temperature_2m&temperature_unit=celsius`
|
|
- Fahrenheit URL: `https://api.open-meteo.com/v1/forecast?latitude=25.2048&longitude=55.2708¤t=temperature_2m&temperature_unit=fahrenheit`
|
|
- Temperature field: `current.temperature_2m`
|
|
|
|
## Recent Readings
|
|
|
|
| Date | Temperature | Unit |
|
|
|------|-------------|------|
|
|
| 2026-03-06 | 22.3 | Celsius |
|
|
| 2026-03-06 | 22.5 | Celsius |
|
|
| 2026-03-07 | 25.7 | Celsius |
|
|
| 2026-03-11 | 26.2 | Celsius |
|
|
| 2026-03-11 | 26.2 | Celsius |
|