Agentic Reasoning Application
Gradio UI using the OpenAI SDK with gpt-4o model. Agent implementation via LangChain and LlamaIndex. Agent tools include today and weather. Evaluation via LangSmith and Weights & Biases.
{
"date": "2024-06-15",
"San Francisco, USA": {
"detailed_status": "clear sky",
"wind_speed": {
"metric": "6.17 m/s",
"imperial": "13.8 mph"
},
"wind_direction": "260°",
"humidity": "59%",
"temperature": {
"current": {
"metric": "18.89°C",
"imperial": "66°F"
},
"high": {
"metric": "23.99°C",
"imperial": "75.2°F"
},
"low": {
"metric": "14.96°C",
"imperial": "58.9°F"
},
"feels_like": {
"metric": "18.38°C",
"imperial": "65.1°F"
}
},
"rain": "None",
"heat_index": "None",
"cloud_cover": "0%"
},
"Paris, France": {
"detailed_status": "broken clouds",
"wind_speed": {
"metric": "5.66 m/s",
"imperial": "12.7 mph"
},
"wind_direction": "230°",
"humidity": "71%",
"temperature": {
"current": {
"metric": "16.25°C",
"imperial": "61.3°F"
},
"high": {
"metric": "17.92°C",
"imperial": "64.3°F"
},
"low": {
"metric": "14.44°C",
"imperial": "57.9°F"
},
"feels_like": {
"metric": "15.78°C",
"imperial": "60.4°F"
}
},
"rain": "None",
"heat_index": "None",
"cloud_cover": "75%"
}
}