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

@@ -15,6 +15,12 @@ every message.
- Role: {{ identity_role }}
- Communication: {{ identity_communication_style }}
- Emoji: {{ identity_emoji }}
{% if identity_purpose %}
- Purpose: {{ identity_purpose }}
{% endif %}
{% if identity_personality %}
- Personality: {{ identity_personality }}
{% endif %}
{% if board_id is defined %}
- Board: {{ board_name }}