{{ agent.name }} v{{ agent.version }} {{ agent.state }}
{{ agent.purpose }}
Smith
{{ agent.owner }}
Risk Threshold (Judgment)
{{ agent.risk_threshold_for_hitl }}
{% if agent.category %}
Blade Type
{{ agent.category }}
{% endif %}
LLM Steel
{{ agent.llm.provider }} / {{ agent.llm.model }}
temp={{ agent.llm.temperature }} · max={{ agent.llm.max_tokens }}
Guardrails (Forge Laws)
{% for g in agent.guardrails %} {{ g }} {% endfor %}
Edge & Temper
View blade oath show
{{ agent.system_prompt }}
Output schema
{{ agent.output_schema | tojson(indent=2) }}
{% if agent.input_label or agent.input_placeholder or agent.updated_at %}
Anvil Marks
{% if agent.input_label %}
Input label: {{ agent.input_label }}
{% endif %} {% if agent.input_placeholder %}
Example: {{ agent.input_placeholder }}
{% endif %}
Last forged: {{ agent.updated_at.strftime('%Y-%m-%d %H:%M') if agent.updated_at else '—' }}
{% endif %} {% if agent.tags %}
Runes
{% for tag in agent.tags %} {{ tag }} {% endfor %}
{% endif %}