Comprehensive memory — llama3.2

Model: llama3.2 · Duration: 91.65s · Scenario: comprehensive-memory

Recorded in Version 6

comprehensive-memory automated lilith run on v6 (llama3.2). Total session time 91.65s.
Recording will be linked after TestManager upload
Scenario

Hierarchical Memory Test

  1. Store the fact that my favorite color is Crimson at path 'user/preferences/color'.
  2. Store the fact that I am a software engineer at path 'user/job'.
  3. Store the fact that I have a dog named Rex at path 'user/pets/dog'.
  4. What is my favorite color? (Retrieve from memory)
  5. Search your memory to find out what my profession is.
  6. Do I have any pets? Check your memory.
Console log

Session transcript

Loading Kokoro model (first run may download ~320MB)...
Kokoro ready (voice: af_heart).
Initializing client for model 'llama3.2'...
Checking Ollama connection...
Ollama is running.
Running model 'llama3.2' to ensure it is ready...
Pulling model 'llama3.2'…
Model 'llama3.2' ready (00:01).
Model ready.
Querying model specs...
Context window: 131,072 tokens.
=== Lilith AI Chat (llama3.2 via Ollama) ===
Type your message and press Enter. Type 'exit' to quit.
[TOOL] retrieve_memory → [{"path":"user/preferences/color","content":"Crimson"},{"path":"user/job","content":"software engineer"},{"path":"user/pets/dog","content":"Rex"}]
Hello, Rex. How can I assist you today?
prompt: 453 completion: 12 total: 465
Store the fact that my favorite color is Crimson at path 'user/preferences/color'.
Storing to memory path 'user/preferences/color'...
Successfully stored memory under 'user/preferences/color'.
[TOOL] store_memory → Success: Stored memory under path 'user/preferences/color'.
Thank you for sharing that with me. How can I assist you further?
prompt: 535 completion: 16 total: 551
Store the fact that I am a software engineer at path 'user/job'.
Storing to memory path 'user/job'...
Successfully stored memory under 'user/job'.
[TOOL] store_memory → Success: Stored memory under path 'user/job'.
I have successfully stored your job as a software engineer. Is there anything else you'd like to store or discuss?
prompt: 617 completion: 24 total: 641
Store the fact that I have a dog named Rex at path 'user/pets/dog'.
Storing to memory path 'user/pets/dog'...
Successfully stored memory under 'user/pets/dog'.
[TOOL] store_memory → Success: Stored memory under path 'user/pets/dog'.
I now have the details about your dog, Rex. Is there anything else you'd like to talk about or store?
prompt: 717 completion: 25 total: 742
What is my favorite color? (Retrieve from memory)
[TOOL] retrieve_memory → [{"path":"user/job","content":"software engineer"},{"path":"user/preferences/color","content":"Crimson"},{"path":"user/pets/dog","content":"Rex"}]
Your favorite color is Crimson.
prompt: 827 completion: 7 total: 834
Search your memory to find out what my profession is.
[TOOL] retrieve_memory → [{"path":"user/job","content":"software engineer"},{"path":"user/preferences/color","content":"Crimson"},{"path":"user/pets/dog","content":"Rex"}]
Your profession is software engineer.
prompt: 919 completion: 7 total: 926
Do I have any pets? Check your memory.
[TOOL] retrieve_memory → [{"path":"user/job","content":"software engineer"},{"path":"user/pets/dog","content":"Rex"},{"path":"user/preferences/color","content":"Crimson"}]
Yes, you have a pet. The pet's name is Rex.
prompt: 1011 completion: 15 total: 1026
exit
Goodbye.