Metadata-Version: 2.4
Name: llm-jury
Version: 0.1.0
Summary: A multi-model LLM evaluation framework with consensus-based aggregation for RAG, summarization, and agentic AI workflows
Author-email: Netraj Patil <netrajpatil05@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/netraj-patil/LLM-Jury
Project-URL: Repository, https://github.com/netraj-patil/LLM-Jury
Project-URL: Bug Tracker, https://github.com/netraj-patil/LLM-Jury/issues
Keywords: llm,evaluation,rag,hallucination-detection,multi-model,jury,consensus
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: langchain-core>=0.1.0
Requires-Dist: langchain>=0.1.0
Provides-Extra: openai
Requires-Dist: langchain-openai>=0.0.5; extra == "openai"
Provides-Extra: anthropic
Requires-Dist: langchain-anthropic>=0.1.0; extra == "anthropic"
Provides-Extra: google
Requires-Dist: langchain-google-genai>=0.0.5; extra == "google"
Provides-Extra: all-providers
Requires-Dist: langchain-openai>=0.0.5; extra == "all-providers"
Requires-Dist: langchain-anthropic>=0.1.0; extra == "all-providers"
Requires-Dist: langchain-google-genai>=0.0.5; extra == "all-providers"
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: flake8>=6.0.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Requires-Dist: isort>=5.12.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=6.0.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=1.2.0; extra == "docs"
Provides-Extra: full
Requires-Dist: langchain-openai>=0.0.5; extra == "full"
Requires-Dist: langchain-anthropic>=0.1.0; extra == "full"
Requires-Dist: langchain-google-genai>=0.0.5; extra == "full"
Requires-Dist: pytest>=7.0.0; extra == "full"
Requires-Dist: pytest-cov>=4.0.0; extra == "full"
Requires-Dist: black>=23.0.0; extra == "full"
Requires-Dist: flake8>=6.0.0; extra == "full"
Requires-Dist: mypy>=1.0.0; extra == "full"
Requires-Dist: isort>=5.12.0; extra == "full"
Requires-Dist: sphinx>=6.0.0; extra == "full"
Requires-Dist: sphinx-rtd-theme>=1.2.0; extra == "full"
Dynamic: license-file
