Skip to main content
The Human-AI Interaction scenario is the standard configuration for personal assistants, digital companions, and specialized coaches where the interaction is primarily between a single human user and an AI agent.

Overview

In a human-ai interaction scenario, the primary goal is to build a deep, evolving understanding of the human user. Unlike team collaboration scenarios, the system focuses its extraction capabilities exclusively on the human participant to create a highly personalized experience.

Key Features

  • Human-Centric Extraction: The system monitors the dialogue and extracts memories, traits, and preferences only for the human user.
  • AI Memory Exclusion: To maintain a clean and focused user profile, EverMemOS does not extract memories for the AI agent, but still keeps the atomic facts of responses from the AI agent.
  • Deep Personalization: By focusing all extraction resources on the human user, the system can capture more nuanced details about their personality, history, and evolving needs.

Configuration

To enable this scenario, you can set the scene field to assistant via the Set Conversation Metadata API.
  • Endpoint: POST /api/v1/memories/conversation-meta
  • Key Field: "scene": "assistant"
For detailed parameter descriptions, please refer to the API Reference.