fabricatio_memory.models.note

Note module for representing memory notes.

This module defines the Note class which represents a memory note with content, importance, and tags. It is designed to work within the fabricatio_memory package and extends the SketchedAble base class.

Classes

Note

A memory note.

Module Contents

class fabricatio_memory.models.note.Note(/, **data: Any)

Bases: fabricatio_core.models.generic.SketchedAble

A memory note.

content: str

Textual content of the memory.

importance: int = None

Numerical value representing the importance of the memory. The higher, the more important.

tags: List[str]

List of string tags associated with the memory for categorization and searching.