Documentation
¶
Overview ¶
Package temporal implements an immutable temporal backbone. Every memory node is auto-linked to the previous node in chronological order. Based on MAGMA's temporal graph and Zep's Graphiti temporal knowledge graph.
The temporal backbone enables: - "When did we decide X?" → walk the timeline - "What happened before/after Y?" → traverse prev/next edges - Chronological ordering for session reconstruction
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backbone ¶
type Backbone struct {
// contains filtered or unexported fields
}
Backbone maintains the immutable temporal chain per project.
Click to show internal directories.
Click to hide internal directories.