Metadata-Version: 2.4
Name: lmflux
Version: 0.0.3
Summary: LmFlux is a declarative Open-Source Agentic framework.
Author-email: Caio Cominato <caiopetrellicominato@gmail.com>
License: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: dotenv>=0.9.9
Requires-Dist: jsonpath-ng>=1.7.0
Requires-Dist: openai>=1.95.1
Requires-Dist: unidecode>=1.4.0

# lmflux

A library for managing agentic LLM workflows.

## Overview

`lmflux` provides a declarative framework fow executing LLM-based flows and multi-agent setups.

## Installation

```bash
pip install lmflux
```

## Documentation

Examples and documentation is available at https://lmflux.readthedocs.io/en/latest/.

## License

This project is licensed under the MIT License.
