Metadata-Version: 2.4
Name: pymrsf
Version: 0.1.0
Summary: Model-Relative Semantic Filesystems — LLM-native file routing and compression
Project-URL: Homepage, https://github.com/riiseup08/mrsf
Author: Eric Monthe
License: MIT
License-File: LICENCE
Keywords: embeddings,file-routing,filesystem,llm,rag,semantic
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Requires-Dist: faiss-cpu>=1.7.4
Requires-Dist: httpx>=0.25.0
Requires-Dist: llama-cpp-python>=0.2.0
Requires-Dist: msgpack>=1.0.0
Requires-Dist: numpy>=1.24.0
Requires-Dist: requests>=2.31.0
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
