aqua-model-lifecycle
Installation
SKILL.md
AQUA Model Lifecycle Management
Use this skill when the user wants to register, list, browse, or manage LLM models in OCI Data Science AI Quick Actions (AQUA).
Prerequisites
- OCI Policies must be in place (see aqua-troubleshooting skill for policy details).
- Object Storage bucket with versioning enabled.
- Authentication configured (Resource Principal in notebook, or API Key locally).
import ads
ads.set_auth("resource_principal") # In OCI notebook sessions
# OR
ads.set_auth("api_key") # Local development