Metadata-Version: 2.4
Name: expertflow
Version: 1.0.7
Summary: ExpertFlow - AI powered flows, a customized distribution of Langflow
Project-URL: Homepage, https://expertflow.com
Project-URL: Repository, https://github.com/expertflow/expertflow
Author-email: ExpertFlow <info@expertflow.com>
Maintainer-email: ExpertFlow <info@expertflow.com>
License-Expression: MIT
License-File: LICENSE
Keywords: ai,ccai,expertflow,flows,langflow,llm
Requires-Python: <3.14,>=3.10
Requires-Dist: langflow-base[complete]==0.8.0
Requires-Dist: lfx==0.3.0
Description-Content-Type: text/markdown

# ExpertFlow

ExpertFlow is a white-labeled, customized distribution of Langflow built by [ExpertFlow](https://expertflow.com).

## Installation

```bash
pip install expertflow
```

## Usage

```bash
expertflow run
```

This will start the ExpertFlow UI at `http://localhost:7860`.

You can also configure the host and port:

```bash
expertflow run --host 0.0.0.0 --port 7860 --workers 2
```

## Custom Components

ExpertFlow includes these built-in custom components:

- **Connect to EF CCAI** — Send queries or conversation context to the ExpertFlow CCAI API
- **EF WebSocket Server** — Persistent WebSocket server for real-time message processing

## Configuration

All Langflow configuration options are supported:

```bash
expertflow run --host 0.0.0.0 --port 7860 --workers 2
```

## License

MIT
