{% import "_artifact_links.html" as artifact_links %} Dewey Console {% if deployment.name and not deployment.is_production %}
{{ deployment.name|upper }}
{% endif %}
Dewey Console

Artifact Control Room

{{ profile.email }}
Artifacts
{{ metrics.artifact_count }}
Known artifact records
Active Shares
{{ metrics.active_share_count }}
Currently issued access links
Recent Imports
{{ metrics.recent_import_count }}
Copy, reference, or upload flows
Verification Flags
{{ metrics.verification_failures }}
Artifacts needing storage attention

Quick Register

Register one local file, public URL, or S3 URI. Dewey infers the artifact type from the extension unless you override it.
Comprehensive Artifact Registry
No file selected
Choose exactly one source. Use the full registry for S3 prefixes, bulk TSV, or artifact sets.
{% if quick_register_result %}
{{ quick_register_result.detail }} {% if quick_register_result.artifact_euid %} {{ artifact_links.artifact_euid_link(quick_register_result.artifact_euid) }} {% endif %}
{% endif %}

Recent Artifacts

Latest canonical artifact registrations and imports.
{% for item in artifacts %} {% endfor %} {% if not artifacts %} {% endif %}
Artifact Type Mode Storage Status
{{ artifact_links.artifact_euid_link(item.artifact_euid) }}
{{ item.original_filename or item.key }}
{{ item.artifact_type }} {{ item.import_mode or "register" }} {{ artifact_links.artifact_storage_action(item.artifact_euid, item.storage_uri) }} {% if item.storage_status == "verified" %} Verified {% elif item.storage_status in ["missing", "error"] %} {{ item.storage_status }} {% else %} {{ item.storage_status or "registered" }} {% endif %}
No artifacts registered yet.

Issued Shares

Most recent artifact access records.
{% if share_references %}
{% for item in share_references %}
{{ item.transport or "share" }}
{{ item.share_reference_euid }}
Target: {{ item.target_euid }}
{% if item.status == "active" %} Active {% elif item.status == "error" %} Error {% else %} {{ item.status or "pending" }} {% endif %} {{ item.expires_at or "No expiry" }}
{% endfor %}
{% else %}
No share references issued yet.
{% endif %}

User Notes

Artifact browser work now lives in the dedicated Artifacts surface, while Unified Search stays available for normalized registry queries.
External links remain first-class Write operations stay idempotent Artifacts has browser intake and download
Use Artifacts for browser intake, download, and artifact-set workflows. Unified Search, Literature, Observability, and Anomalies remain available as specialized surfaces.