Metadata-Version: 2.1
Name: rusticai-litellm
Version: 0.0.4
Summary: Rustic AI module leveraging LiteLLM for LLMs
Home-page: https://www.rustic.ai/
License: Apache-2.0
Author: Dragonscale Industries Inc.
Author-email: dev@dragonscale.ai
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: test
Requires-Dist: dotenv (>=0.9.9,<0.10.0)
Requires-Dist: litellm (>=1.65.4.post1,<2.0.0)
Requires-Dist: openai (>=1.71.0,<2.0.0)
Requires-Dist: rusticai-core (>=0.0.6,<0.0.7)
Project-URL: Repository, https://github.com/rustic-ai/python-framework
Project-URL: Rustic AI Core, https://pypi.org/project/rusticai-core/
Description-Content-Type: text/markdown

# Rustic AI LiteLLM

This module offers seamless integration with various LLMs through [LiteLLM](https://docs.litellm.ai/docs/), simplifying the use of language models within [Rustic AI](https://www.rustic.ai/) guilds.

## Installing

```shell
pip install rusticai-litellm
```
**Note:** It depends on [rusticai-core](https://pypi.org/project/rusticai-core/)

## Building from Source

```shell
poetry install --with dev
poetry build
```
