What problem does it solve?
AI agents and human agents lose customer context between sessions and channels, forcing customers to repeat themselves. This Skill shows how to persist observations, traits, and conversation summaries in Twilio Conversation Memory and recall them before responding.
Core Features & Use Cases
- Memory Store Provisioning: Create and manage Memory Stores on memory.twilio.com, including multi-tenant (ISV) patterns with one store per client.
- Profiles, Traits, and Observations: Create customer profiles with trait groups, look up profiles by phone number, and post batched observations from custom extraction pipelines.
- Semantic Recall: Retrieve relevant observations and summaries via hybrid lexical and semantic search, using a conversation ID, custom query, or chronological mode.
- Use Case: A voice AI agent on ConversationRelay looks up the caller's profile at call start, injects recalled history into the system prompt, and writes a call summary observation when the call ends.
Quick Start
Ask the agent to create a Twilio Memory Store and show how to recall customer context for a profile before responding.