Metadata-Version: |
2.1 |
Name: |
llm_dialog_manager |
Version: |
0.2.7 |
Summary: |
A Python package for managing LLM chat conversation history |
Author-Email: |
xihajun <work[at]2333.fun> |
Project-Url: |
Bug Tracker, https://github.com/xihajun/llm_dialog_manager/issues |
Project-Url: |
Documentation, https://github.com/xihajun/llm_dialog_manager#readme |
Project-Url: |
Source Code, https://github.com/xihajun/llm_dialog_manager |
License: |
MIT |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Scientific/Engineering :: Artificial Intelligence |
Requires-Python: |
>=3.7 |
Requires-Dist: |
openai (>=1.54.2) |
Requires-Dist: |
anthropic (>=0.39.0) |
Requires-Dist: |
google-generativeai (>=0.1.0) |
Requires-Dist: |
python-dotenv (>=1.0.0) |
Requires-Dist: |
typing-extensions (>=4.0.0) |
Requires-Dist: |
uuid (>=1.30) |
Requires-Dist: |
pytest (>=8.0.0); extra == "all" |
Requires-Dist: |
pytest-asyncio (>=0.21.1); extra == "all" |
Requires-Dist: |
pytest-cov (>=4.1.0); extra == "all" |
Requires-Dist: |
black (>=23.9.1); extra == "all" |
Requires-Dist: |
isort (>=5.12.0); extra == "all" |
Requires-Dist: |
pytest (>=8.0.0); extra == "dev" |
Requires-Dist: |
pytest-asyncio (>=0.21.1); extra == "dev" |
Requires-Dist: |
pytest-cov (>=4.1.0); extra == "dev" |
Requires-Dist: |
black (>=23.9.1); extra == "dev" |
Requires-Dist: |
isort (>=5.12.0); extra == "dev" |
Requires-Dist: |
black (>=22.0); extra == "lint" |
Requires-Dist: |
isort (>=5.0); extra == "lint" |
Requires-Dist: |
pytest (>=6.0); extra == "test" |
Requires-Dist: |
pytest-asyncio (>=0.14.0); extra == "test" |
Requires-Dist: |
pytest-cov (>=2.0); extra == "test" |
Provides-Extra: |
all |
Provides-Extra: |
dev |
Provides-Extra: |
lint |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |