Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ai/gen-ai-agents/oci_adk_projects/adk-weather-tool/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Author: matsliwins
Last review date: 19/09/2025

# OCI Weather Assistant API

A FastAPI-based service that integrates with Oracle Cloud Infrastructure's Generative AI Agent and uses OpenWeather API to provide real-time weather forecasts. The agent invokes the `get_weather` tool automatically when weather-related questions are asked.
Expand Down Expand Up @@ -33,3 +36,4 @@ uvicorn main:app --reload --port 8000

To test the API via a simple UI, use the frontend from this repository:
🔗 https://github.com/ralungei/oci-genai-agent-blackbelt