resolve_artifact_bridge
Resolve Hugging Face artifact paths to local files via the compatibility-ring bridge. Defaults to cache-only lookup, avoiding downloads unless explicitly allowed, and returns resolution details.
Instructions
Resolve a Hugging Face artifact path through the Algenta compatibility-ring artifact bridge. Defaults to cache-only lookup and never downloads unless local_files_only=false. Use this only for Hugging Face artifact paths; use list_models for the model catalog. Returns the resolution record: status, backend, artifact_backend, resolved_path, cache_root, revision, auth_env_var_used, and auth_configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_id | Yes | ||
| filename | Yes | ||
| revision | No | ||
| local_files_only | No |