Self-evolving onboarding, walkthrough, demo, and product showcase ecosystem.
Agent Ecosystem
Recent Runs
| Run | Status | Severity | Approval | Summary |
|---|---|---|---|---|
| {{ run.run_id }} | {{ run.status }} | {{ run.severity }} | {{ 'Required' if run.requires_approval else 'No' }} | {{ run.summary or '' }} |
| No demo AI runs yet. | ||||
Safety Contract
Approval Queue
| Run | Level | Status | Created | Decision |
|---|---|---|---|---|
| {{ approval.run_id }} | {{ approval.change_level }} | {{ approval.status }} | {{ approval.created_at }} | {% if approval.status == 'pending' %} {% else %} {{ approval.decided_at or '' }} {% endif %} |
| No approvals waiting. | ||||
Creative Review Queue
| Title | Type | Severity | Status | Decision |
|---|---|---|---|---|
| {{ review.title }} | {{ review.review_type }} | {{ review.severity }} | {{ review.status }} | {% if review.status == 'pending' %} {% else %} {{ review.decided_at or '' }} {% endif %} |
| No creative reviews waiting. | ||||
Experience Memory
| Memory | Pacing | Interaction | Updated |
|---|---|---|---|
| {{ memory.memory_key }} | {{ memory.pacing_preference }} | {{ memory.interaction_style }} | {{ memory.updated_at }} |
| No experience memory yet. | |||
Generated Artifacts
| Type | Path | Status | Created |
|---|---|---|---|
| {{ artifact.artifact_type }} | {{ artifact.path }} | {{ artifact.status }} | {{ artifact.created_at }} |
| No artifacts generated yet. | |||