What problem does it solve?
Ensure every action and response is anchored to a consistent agent identity across contexts, eliminating confusion about who is speaking or acting.
Core Features & Use Cases
- Identity persistence: Always load and present the agent's name, team, and on-chain identity to users and systems.
- Contextual responses: Respond with DISPLAY_NAME and TEAM when referenced, ensuring coherent identity across conversations.
- On-chain integration: Expose ONCHAIN_IDENTITY to external services and workflows that rely on a verifiable on-chain identity.
- Dynamic placeholders: Use {{DISPLAY_NAME}}, {{TEAM}}, and {{ONCHAIN_IDENTITY}} to adapt identity to different agents or teams.
- Use Case: Deploy in a multi-agent team where each agent must reveal its identity consistently in chats and logs.
Quick Start
Set your agent identity by providing DISPLAY_NAME, TEAM, and ONCHAIN_IDENTITY, then load the identity context for all interactions.