Metadata-Version: 2.4
Name: orin-labs-memory
Version: 0.1.0
Summary: Hierarchical temporal memory for AI agents — summarizes conversations across time scales (5m → hourly → daily → weekly → monthly) with associative recall.
Author: Orin Labs
License-Expression: MIT
Project-URL: Homepage, https://github.com/orin-labs/temporal
Keywords: ai,agents,memory,llm,summarization,temporal
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Requires-Dist: tiktoken>=0.7.0
Requires-Dist: pydantic>=2.0.0
Provides-Extra: openai
Requires-Dist: openai>=1.0.0; extra == "openai"
