db | Dependency | Yes | — | Reference to agno/db/postgres for memory storage |
model | Dependency | No | — | Reference to agno/models/anthropic or agno/models/openai for memory classification |
system_message | string | No | — | System message for memory classification |
memory_capture_instructions | string | No | — | Instructions for what to capture as memories |
additional_instructions | string | No | — | Additional instructions for memory processing |
add_memories | boolean | No | true | Allow creating new memories |
update_memories | boolean | No | true | Allow updating existing memories |
delete_memories | boolean | No | false | Allow deleting memories |
clear_memories | boolean | No | false | Allow clearing all memories |
debug_mode | boolean | No | false | Enable debug logging |