diff --git a/src/dashboard/templates/soul.html b/src/dashboard/templates/soul.html new file mode 100644 index 00000000..3c3205b7 --- /dev/null +++ b/src/dashboard/templates/soul.html @@ -0,0 +1,45 @@ + +{% extends "base.html" %} + +{% block title %}Soul Management - Timmy Dashboard{% endblock %} + +{% block content %} +
+
+
+

Soul Management

+

Define the core identity, values, and personality of your agent.

+
+ Back to Dashboard +
+ +
+
+
Core Identity (soul.md)
+
+
+
+
+ + +
This content is injected into the agent's system prompt to define its core persona.
+
+
+ +
+
+
+
+ +
+
+
What is the Soul?
+

+ The Soul (soul.md) is the most fundamental layer of the agent's memory. + Unlike episodic memories or facts, the Soul defines who the agent is, its primary mission, + and its ethical boundaries. It is always prioritized in the agent's thinking process. +

+
+
+
+{% endblock %}