Metadata-Version: 2.4
Name: clearflow
Version: 0.0.2
Summary: Trustworthy orchestration for LLM-powered agents with predictable routing, immutable state, and zero dependencies
Project-URL: Homepage, https://github.com/consent-ai/ClearFlow
Project-URL: Source, https://github.com/consent-ai/ClearFlow
Project-URL: Issues, https://github.com/consent-ai/ClearFlow/issues
Project-URL: Examples, https://github.com/consent-ai/ClearFlow/tree/main/examples
Project-URL: Inspiration, https://github.com/The-Pocket/PocketFlow
Author-email: Richard Beauchamp <rbeauchamp@users.noreply.github.com>
Maintainer: ClearFlow Contributors
License: MIT
License-File: LICENSE
Keywords: agentic,agents,ai-agents,composable,functional-programming,immutable,llm,mission-critical,zero-dependencies
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Typing :: Typed
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# ClearFlow

[![codecov](https://codecov.io/gh/consent-ai/ClearFlow/graph/badge.svg?token=29YHLHUXN3)](https://codecov.io/gh/consent-ai/ClearFlow)
[![PyPI](https://badge.fury.io/py/clearflow.svg)](https://pypi.org/project/clearflow/)
[![Python 3.13+](https://img.shields.io/badge/python-3.13+-blue.svg)](https://www.python.org/downloads/)

Type-safe async workflows for LLM agents. 200 lines, zero dependencies, 100% coverage.

## Installation

```bash
pip install clearflow
```

## Examples

- [Chat application](examples/chat/) - LLM conversation with state management

## Acknowledgments

Inspired by [PocketFlow](https://github.com/The-Pocket/PocketFlow)'s Node-Flow-State pattern.

## License

MIT