{% extends "base.html" %} {% from "macros.html" import pill %} {% block title %}Agent Identity — Agent Wasp{% endblock %} {% block page_css %} {% endblock %} {% block content %}
Who the agent is — name, personality, tone & role · {% if is_default %}using built-in default{% else %}custom identity active{% endif %}
Identity shapes communication style, autonomy bias, and proactivity. It does not override PolicyEngine, security limits, or capability gates.
{{ compiled.get("style", "—") }}
{{ compiled.get("verbosity", "—") }}
{{ compiled.get("risk_tolerance", "—") }}
{{ compiled.get("confirmation_threshold", "—") }}
No versions yet
Save identity to create the first version
{{ v.ts }}
{% if v.replaced_by %} {{ v.replaced_by }} {% endif %}{{ v.prompt[:90] }}{% if v.prompt|length > 90 %}…{% endif %}