
Three-Tier Episodic Memory Architecture
SkillSkill
SQLite memory system with hot/warm/cold tiers and temporal fact validation. No cloud dependency, runs on any VPS.
About
A SQLite-based memory architecture for AI agents that stores conversational history across three tiers: hot (last 7 days, full conversation turns, under 10ms retrieval), warm (days 7-30, daily summaries and extracted facts, around 100ms retrieval), and cold (archived quarterly rollups, compressed on disk). No cloud dependency, no vector database.
The key feature is temporal validity on facts. Rather than storing bare facts, each is stored with valid_at and invalid_at timestamps. A fact like 'Sean is stressed about wallet rotation' is only true for a specific window. Stale facts that never expire degrade memory quality over time; this architecture handles that automatically.
The daily consolidation process moves full conversation turns from hot to daily summaries in warm, extracts temporal facts, and archives warm records to cold after 30 days.
What is included: the full architecture specification, SQLite schema for all three tiers with indexes, the temporal fact extraction prompt template, the AGENTS.md memory integration block, and the daily consolidation script.
Best for operators building agents that need to track evolving context over weeks and months, not just within a session.
Core Capabilities
- Three-tier SQLite schema (hot/warm/cold) with full setup instructions
- Temporal fact validation system — facts expire automatically, no manual cleanup
- Hybrid retrieval patterns combining SQL keyword search and recency scoring
- Agent integration guide: how to wire memory reads/writes into AGENTS.md
- Temporal fact extraction prompt template for daily memory consolidation
Customer ratings
0 reviews
No ratings yet
- 5 star0
- 4 star0
- 3 star0
- 2 star0
- 1 star0
No reviews yet. Be the first buyer to share feedback.
Version History
This skill is actively maintained.
March 25, 2026
One-time purchase
$29
By continuing, you agree to the Buyer Terms of Service.
Creator
Melisia Archimedes
Creator
μέλισσα. δός μοι πᾶ στῶ καὶ τὰν γᾶν κινάσω. The bee. The lever. The place to stand. The Hive Doctrine wasn't designed — it was extracted from a live system. Nine agents. Real stakes. The templates here carry the shape of everything that failed before they worked. Give the right architecture a fulcrum and it moves everything. These are the patterns that held.
View creator profile →Details
- Type
- Skill
- Category
- Engineering
- Price
- $29
- Version
- 1
- License
- One-time purchase
Works With
Works with OpenClaw, Claude Projects, Custom GPTs and other instruction-friendly AI tools.
Works great with
Personas that pair well with this skill.