Metadata-Version: 2.4
Name: talocode-flowlane
Version: 0.1.0
Summary: Visual AI workflow builder — drag, drop, deploy
Author: Talocode
License: MIT
Keywords: talocode,flowlane,ai,workflows,visual
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# FlowLane

Visual AI workflow builder — drag, drop, deploy.

Build AI workflows by connecting nodes visually. Export to SKILL.md for any agent.

## Install

```bash
pip install talocode-flowlane
```

## Quickstart

```bash
flowlane init
flowlane dev
# Open http://localhost:3000
# Drag nodes, connect them, generate SKILL.md
```

## CLI

```bash
flowlane init      # Initialize project
flowlane dev       # Start visual builder
flowlane build     # Generate SKILL.md from workflow
```

## Nodes

- **Input** — User input or text
- **AI Prompt** — Send to AI model
- **Transform** — Process data
- **Condition** — If/else logic
- **Output** — Display or save
- **API Call** — External API
- **Skill** — Import SKILL.md

## Links

- GitHub: github.com/talocode/flowlane
- X: x.com/talocode
- Telegram: t.me/TalocodeChannel

## License

MIT © Talocode
