Yash030's picture
Raplh 2 in process
ac98b25
Raw
History Blame Contribute Delete
1.73 kB
Metadata-Version: 2.4
Name: agentcache
Version: 0.9.8
Summary: A Python REST + WebSocket + MCP cache server for AI agents, backed by SQLite
Author-email: Yash Wanjarwadkar <yashwanjarwadkar@gmail.com>
Maintainer-email: Yash Wanjarwadkar <yashwanjarwadkar@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Yash030/agentcache-python
Project-URL: Repository, https://github.com/Yash030/agentcache-python.git
Project-URL: Bug Tracker, https://github.com/Yash030/agentcache-python/issues
Project-URL: Documentation, https://github.com/Yash030/agentcache-python#readme
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: flask>=3.0.0
Requires-Dist: flask-sock>=0.7.0
Requires-Dist: requests>=2.31.0
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: huggingface_hub>=0.20.0
Requires-Dist: websockets>=12.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: hypothesis>=6.100.0; extra == "dev"
Requires-Dist: ruff>=0.3.0; extra == "dev"
Requires-Dist: twine>=5.0.0; extra == "dev"
Provides-Extra: local-embeddings
Requires-Dist: sentence-transformers>=2.7.0; extra == "local-embeddings"
Dynamic: license-file