Metadata-Version: 2.4
Name: wfx
Version: 0.1.0
Summary: A lightweight CLI tool for executing and serving AI flows
Home-page: https://github.com/neopilot-ai/wfx
Author: NeoAI
Author-email: NeoAI <info@khulnasoft.com>
License: MIT
Project-URL: Homepage, https://github.com/neopilot-ai/wfx
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# WFX

WFX is a lightweight CLI tool for executing and serving AI flows, part of the NeoAI ecosystem.

[![PyPI version](https://img.shields.io/pypi/v/wfx.svg)](https://pypi.org/project/wfx/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Python Version](https://img.shields.io/pypi/pyversions/wfx.svg)](https://pypi.org/project/wfx/)

## Features

- Simple and intuitive API
- Lightweight and dependency-free (for now)
- Easy to extend with new functionality

## Installation

You can install WFX using pip:

```bash
pip install wfx
```

## Quick Start

```python
import wfx

# Execute an AI flow
result = wfx.execute_flow('path/to/flow.json')
print(result)
```

## Documentation

For detailed documentation, please visit [GitHub Wiki](https://github.com/neopilot-ai/wfx/wiki).

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

1. Fork the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Contact

NeoAI - [@NeoAI](https://github.com/neopilot-ai)

Project Link: [https://github.com/neopilot-ai/wfx](https://github.com/neopilot-ai/wfx)
