Skip to main content
EverMemOS comes with several demos to help you understand its capabilities.

Simple Demo

The simple demo is designed for a quick verification of the system setup. It runs a basic memory extraction and retrieval cycle.
python demo/simple_demo.py

Full Interactive Demo

For a comprehensive experience, run the interactive demo. This allows you to chat with the system and observe how it extracts and uses memory in real-time.
python demo/interactive_chat.py

What to Observe

Watch the logs to see how MemCells are extracted from your input.
Ask questions that refer to previous turns to see how the system retrieves relevant context.
Express a preference (e.g., “I love spicy food”) and later ask “What should I eat?” to see the living profile in action.