Scenario
Hierarchical Memory Test
- Store the fact that my favorite color is Crimson at path 'user/preferences/color'.
- Store the fact that I am a software engineer at path 'user/job'.
- Store the fact that I have a dog named Rex at path 'user/pets/dog'.
- What is my favorite color? (Retrieve from memory)
- Search your memory to find out what my profession is.
- Do I have any pets? Check your memory.