feat: enhance agent identity profile with purpose and personality attributes
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user