{% extends "base.html" %} {% block title %}Admin Control Center - ThinkStorm{% endblock %} {% block content %}
Manage prompts, immutable versions, external service adapters, queues, moderation, and token metrics.
Editing a prompt creates a new version record. Historical runs remain immutably tied to their original version.
{{ p.description }}
{{ p.system_prompt }}
{{ p.user_prompt_template }}
Prompt profiles group stage-specific prompts for different idea archetypes.
{{ prof.description }}
Live health diagnostics and endpoints configuration for orchestrated services.
| Run ID | Idea ID | Processor | Model | Tokens | Duration | Status | Action |
|---|---|---|---|---|---|---|---|
| {{ r.id }} | {{ r.idea_id }} | {{ r.processor_name }} | {{ r.resolved_model }} | {{ r.total_tokens }} | {{ r.duration_ms }}ms | {{ r.status }} |
Submissions flagged with malicious or suspicious URLs are held for administrative review before retrieval.
{% if quarantined and quarantined|length > 0 %}No quarantined ideas requiring review.
{% endif %}Items moved to trash are withheld from incubation until restored or permanently emptied.
Trash is empty. No ideas are currently in the trash bin.
| Timestamp | User | Action | Entity | Details |
|---|---|---|---|---|
| {{ a.created_at[:19] }}Z | {{ a.user_id }} | {{ a.action }} | {{ a.entity_type }}:{{ a.entity_id }} | {{ a.details }} |