package
Version:
v0.7.3
Opens a new window with list of versions in this module.
Published: May 20, 2026
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Memory struct {
Content string `json:"content"`
Source string `json:"source"`
Tags []string `json:"tags"`
Metadata map[string]string `json:"metadata"`
CreatedAt string `json:"created_at,omitempty"`
}
Memory represents a single memory extracted from an Agent Zero pickle file.
ParsePickle shells out to python3 to safely unpickle an Agent Zero FAISS
index file and returns the extracted memories.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.