Metadata-Version: 2.4
Name: generic-llm-memorizer
Version: 0.1.4
Summary: A library for managing LLM conversations and context
Author-email: Your Name <your.email@example.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/yourusername/generic-llm-memorizer
Project-URL: Documentation, https://github.com/yourusername/generic-llm-memorizer#readme
Project-URL: Repository, https://github.com/yourusername/generic-llm-memorizer
Keywords: llm,conversation,chat,ai,prompt,context-management
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dotenv>=0.9.9
Requires-Dist: pydantic>=2.12.5
Requires-Dist: watchdog>=6.0.0
Requires-Dist: rdflib>=7.1.0
Provides-Extra: test
Requires-Dist: pydantic-ai>=1.76.0; extra == "test"
Requires-Dist: pytest>=9.0.2; extra == "test"
Requires-Dist: pytest-asyncio>=1.3.0; extra == "test"
Dynamic: license-file
