{% extends "base.html" %} {% block title %}Health{% endblock %} {% block content %}

Health

Environment + state file presence.

Python{{ snapshot.python }}
Platform{{ snapshot.platform }}
Project root{{ snapshot.project_root }}
attune-home{{ snapshot.attune_home }}
attune-home exists{% if snapshot.attune_home_exists %}yes{% else %}no{% endif %}
Telemetry log{% if snapshot.telemetry_present %}present{% else %}absent{% endif %}
Memory dir{% if snapshot.memory_dir_present %}present{% else %}absent{% endif %}
Sessions dir{% if snapshot.sessions_dir_present %}present{% else %}absent{% endif %}
ANTHROPIC_API_KEY{% if snapshot.anthropic_api_key %}set{% else %}unset{% endif %}
{% endblock %}