Initial Smriti pitch
Browse files
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# Smriti: Bi-Temporal Zero-LLM Agent Memory
|
| 3 |
+
|
| 4 |
+
Traditional flat-vector retrieval fails for long-term agent memory because it lacks temporal invalidation. Agents fetch contradictory facts, leading to hallucinations.
|
| 5 |
+
|
| 6 |
+
**Smriti** solves this natively using a bi-temporal SVO (Subject-Verb-Object) engine that performs zero-LLM invalidation of past facts at $O(k)$ speed.
|
| 7 |
+
|
| 8 |
+
Learn more and integrate it into your AI agents: [https://smriti-kaal.vercel.app/](https://smriti-kaal.vercel.app/)
|