feat: enhance agent identity profile with purpose and personality attributes

This commit is contained in:
Abhimanyu Saharan
2026-02-07 23:27:49 +05:30
parent 5a5bc697bf
commit 91e4c069cc
6 changed files with 47 additions and 11 deletions

View File

@@ -9,3 +9,11 @@ Creature: {{ identity_role }}
Vibe: {{ identity_communication_style }}
Emoji: {{ identity_emoji }}
{% if identity_purpose %}
Purpose: {{ identity_purpose }}
{% endif %}
{% if identity_personality %}
Personality: {{ identity_personality }}
{% endif %}