update_profile
Save a pre-computed agent profile to the database. Provide agent ID and profile text to update persistent memory for AI agents.
Instructions
Save a pre-computed agent profile to the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Agent identifier | |
| profile | Yes | Profile text to save (pre-computed by caller) |