Metadata-Version: 2.4
Name: pyllments
Version: 0.0.1a3
Summary: A Python framework for building modular, extensible LLM applications through composable Elements  in a flow-based architecture. Pyllments enables developers to create both graphical and API-based  LLM applications by connecting specialized Elements through a flexible port system, with built-in  support for UI components and LLM integrations.
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: bokeh
Requires-Dist: bokeh-fastapi
Requires-Dist: chromadb
Requires-Dist: duckdb
Requires-Dist: fastapi[standard]
Requires-Dist: jsonlines
Requires-Dist: lancedb
Requires-Dist: langchain
Requires-Dist: langchain-anthropic
Requires-Dist: langchain-chroma
Requires-Dist: langchain-community
Requires-Dist: langchain-openai
Requires-Dist: litellm>=1.57.3
Requires-Dist: loguru
Requires-Dist: nbconvert
Requires-Dist: numpy
Requires-Dist: openai
Requires-Dist: opencv-python
Requires-Dist: panel
Requires-Dist: pdfminer-six
Requires-Dist: pikepdf
Requires-Dist: pillow-heif
Requires-Dist: pytesseract
Requires-Dist: python-dotenv
Requires-Dist: ruamel-yaml
Requires-Dist: sentence-transformers
Requires-Dist: tiktoken
Requires-Dist: typer
Requires-Dist: unstructured
