Spy9191 commited on
Commit
fce8673
·
verified ·
1 Parent(s): 9912877

Initial Smriti pitch

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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/)