Metadata-Version: 2.4
Name: eah_langflow_comp
Version: 0.1.4
Summary: A Python package for AI-powered workflows
Author-email: sleepingJ <sleeingj@sina.com>
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: <3.13,>=3.10
Description-Content-Type: text/markdown
Requires-Dist: langflow<2.0.0,>=1.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: black>=23.0; extra == "dev"
Requires-Dist: ruff>=0.0.260; extra == "dev"

# EAH AI Flow

A Python package for AI-powered workflows.

## Installation

```bash
pip install eah_langflow_comp
```

## Usage

```python
from eah_langflow_comp import CustomMCPToolsComponent, AgentComponent, BaseAgentComponent, Message2TextComponent
```

## License

MIT
