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

  1. OCI Policies must be in place (see aqua-troubleshooting skill for policy details).
  2. Object Storage bucket with versioning enabled.
  3. 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

Python SDK Usage

Installs
1
GitHub Stars
126
First Seen
Jun 21, 2026
aqua-model-lifecycle — oracle/accelerated-data-science