Metadata-Version: 2.4
Name: tdkg
Version: 0.1.0
Summary: Time Decayed Knowledge Graph for AI memory systems
Author: Siddhant Sukhatankar
License: MIT
Project-URL: Homepage, https://github.com/sidvsukhi/tdkg
Project-URL: Repository, https://github.com/sidvsukhi/tdkg
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# 🧠 TDKG — Time Decayed Knowledge Graph

> A memory layer for AI systems that forgets intelligently.

## Why?

LLMs and AI systems suffer from:
- Context overload
- No temporal awareness
- Static memory

TDKG solves this by:
- Decaying unused knowledge
- Reinforcing frequently accessed data
- Returning only relevant context

## Install

pip install tdkg
