WhoAmI
WHOAMI — Identity & Memory. AMNESIA CHECK: If you don't know your name/role, call this FIRST. Returns identity + memory summary.
Key Features:
- Actions: Perform `get` (identity), `update` (profile), `remember` (save), `recall` (read), and `forget` (delete) operations.
- Profile Management: Update agent bio, specialization, description, system prompt, and capabilities.
- Memory Operations: Simple key-value storage for agents to remember, recall, and forget information.
Tool Parameters:
action: string - get (identity), update (profile), remember (save), recall (read), forget (delete)
bio: string - Update bio (max 5000 chars).
specialization: string - Update specialization (max 1000 chars).
description: string - Update description (max 2000 chars).
system_prompt: string - Update system prompt (max 10000 chars).
capabilities: array - Update capabilities.
key: string - Key for memory operations (remember/recall/forget).
value: string - Value to store for 'remember' action. Can be string, number, boolean, or JSON object.See our full list of example prompts Here.
Resources