Metadata
- Task ID
- {{ task.task_id }}
- Capability
- {{ task.capability_name }}
- Priority
- {{ task.priority }}
- Goal
- {{ task.goal_id }}
- Project
- {{ task.project_id }}
- Updated
- {{ task.updated_at }}
{% extends "base.html" %}
{% block content %}
Task {{ task.project_title }} / {{ task.goal_title }} needs status: {{ item.required_status }} This task has no declared required artifacts. {{ artifact.type }} · v{{ artifact.version }} This task has not produced persisted artifacts yet. {{ neighbor.artifacts|join(', ') }} No upstream task links. {{ neighbor.artifacts|join(', ') }} No downstream task links. Loading traces...{{ task.title }}
Metadata
Required Artifacts
Produced Artifacts
Graph Links
Upstream
{% for neighbor in upstream_links %}
Downstream
{% for neighbor in downstream_links %}
Token Usage
{% for c in costs %}
Provider
Model
Prompt
Completion
Total
Recorded at
{% endfor %}
{{ c.provider_id or '—' }}
{{ c.model_id or '—' }}{{ "{:,}".format(c.prompt_tokens) }}
{{ "{:,}".format(c.completion_tokens) }}
{{ "{:,}".format(c.total_tokens) }}
{{ c.created_at }}
Total
{{ "{:,}".format(costs | sum(attribute='prompt_tokens')) }}
{{ "{:,}".format(costs | sum(attribute='completion_tokens')) }}
{{ "{:,}".format(costs | sum(attribute='total_tokens')) }}
Execution Traces