agentzeroimport

package
v0.7.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Memory

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.

func ParsePickle

func ParsePickle(pklPath string, areas []string, includeKnowledge bool) ([]Memory, error)

ParsePickle shells out to python3 to safely unpickle an Agent Zero FAISS index file and returns the extracted memories.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL