Temporal Memory
Query memories from specific points in time using temporal queries.Temporal Queries
MEMANTO supports three types of time-based queries:1. As Of (Point in Time)
Query memories as they existed at a specific time:2. Changed Since (Time Range)
Query memories created or modified since a date:3. Current Only (Non-Superseded)
Query only current, non-superseded memories:Time Format
MEMANTO uses ISO 8601 format with UTC:Use Cases
1. Audit Trail
Verify what was known at a specific time:2. Change Tracking
See what changed during a project:3. Ground Truth
Get current facts without confusion from updates:4. Time Series Analysis
Track how information changed over time:5. Regression Detection
Find when something changed:Memory Versioning
When you supersede a memory:Best Practices
DO
- Use ISO 8601 timestamps
- Supersede outdated memories
- Check “current only” for ground truth
- Track important changes over time
- Document why memories change
DON’T
- Delete old memories (supersede instead)
- Ignore temporal information
- Mix old and new data without checking dates
- Assume memories never change
- Forget to extend sessions for long operations