Metadata-Version: 2.4
Name: friday-framework-llm
Version: 0.1.0a0
Summary: LLM inference layer for Friday Framework
Project-URL: Homepage, https://github.com/CIChuck/agent-framework
Project-URL: Repository, https://github.com/CIChuck/agent-framework
Project-URL: Issues, https://github.com/CIChuck/agent-framework/issues
Project-URL: Documentation, https://github.com/CIChuck/agent-framework/tree/main/docs
Project-URL: Source, https://github.com/CIChuck/agent-framework/tree/main/packages/friday-llm
Author: Friday Team
License-Expression: MIT
Requires-Python: >=3.10
Requires-Dist: friday-framework-core==0.1.0a0
Requires-Dist: friday-framework-telemetry==0.1.0a0
Requires-Dist: litellm>=1.81.0
Requires-Dist: tenacity>=8.2.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Provides-Extra: langfuse
Requires-Dist: langfuse<3.0,>=2.59; extra == 'langfuse'
Description-Content-Type: text/markdown

# Friday Framework LLM

LLM inference package for the Friday Framework.

This package contains LiteLLM-backed chat and embedding services, provider
configuration helpers, retry behavior, and telemetry integration for model
calls.

## Install

```bash
pip install friday-framework-llm
```

## Import Package

```python
import friday_llm
```

## License

MIT
