Metadata-Version: 2.3
Name: llm-workers
Version: 1.1.4
Summary: Core library for experimenting with LLMs - provides configuration, workers, tools, and LLM integrations
Author: Dmitry Mikhaylov
Author-email: mikhailov.dmitry@gmail.com
Requires-Python: >=3.12,<3.15
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: html
Requires-Dist: PyYAML (>=6.0.2,<6.1.0)
Requires-Dist: RestrictedPython (>=8.0,<9.0.0)
Requires-Dist: beautifulsoup4 (>=4.12.3,<4.13.0) ; extra == "html"
Requires-Dist: html-text (>=0.7.0,<0.8.0) ; extra == "html"
Requires-Dist: html2text (>=2025.4.15) ; extra == "html"
Requires-Dist: langchain (>=1.0.0,<2.0.0)
Requires-Dist: langchain-core (>=1.0.0,<2.0.0)
Requires-Dist: langchain-mcp-adapters (>=0.2.0,<0.3.0)
Requires-Dist: mcp (>=1.23.0,<2.0.0)
Requires-Dist: pydantic (>=2.10.5,<3.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<1.1.0)
Requires-Dist: typing_extensions (>=4.5.0)
Project-URL: Homepage, https://mrbagheera.github.io/llm-workers/
Project-URL: Issues, https://github.com/MrBagheera/llm-workers/issues
Description-Content-Type: text/markdown

Core `llm-workers` library.

See https://mrbagheera.github.io/llm-workers/ for more information.
