{% if deployment.name and not deployment.is_production %}
{{ deployment.name|upper }}
{% endif %}
Dewey Console

Artifact Control Room

{{ profile.email }}
Operational Summary

Canonical file operations with registry discipline.

Monitor artifact registration, imported storage state, and issued shares without leaving the Dewey surface.

Authenticated User View
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

Supported Browser Interactions

Use this GUI for artifact intake, artifact search/download, literature workflows, and operational review.
Artifact register/upload/import Artifact search and download Artifact set create and share Literature search and save Unified search and export Anomaly browsing Observability views Admin stub

Recent Artifacts

Latest canonical artifact registrations and imports.
{% for item in artifacts %} {% endfor %} {% if not artifacts %} {% endif %}
Artifact Type Mode Storage Status
{{ item.artifact_euid }}
{{ item.original_filename or item.key }}
{{ item.artifact_type }} {{ item.import_mode or "register" }} {{ 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.