FlowiseAI — visual AI workflow automation plugin for CMDOP
Project description
FlowiseAI — Visual AI Workflow Builder & Automation for Python
Construct robust visual AI workflow Python applications using our drag-and-drop AI builder. Implement Flowise automation for no-code AI pipelines, a powerful alternative to Flowise, LangFlow, n8n, and Zapier. Define, test, and deploy complex AI workflows without extensive coding.
Features
- Construct visual AI workflow Python applications rapidly.
- Automate intricate tasks with Flowise automation, reducing boilerplate.
- Orchestrate no-code AI pipelines using a drag-and-drop AI builder.
- Integrate diverse AI models and data sources into unified workflows.
- Extend functionality via custom Python components.
Use Cases
- Build visual AI pipelines without writing boilerplate code
- Connect LLMs, tools, and data sources in a drag-and-drop interface
- Deploy automated workflows triggered by remote machine events
Installation
pip install flowiseai
Quick Start
from flowiseai import FlowiseAI
client = FlowiseAI.remote(api_key="cmdop_live_xxx")
# Run a visual workflow by name
result = client.agent.run("Run the 'daily-report' workflow")
print(result.text)
# Chain tools and LLMs in one call
result = client.agent.run(
"Fetch https://news.ycombinator.com, summarize top 5 stories, post to Slack"
)
print(result.text)
CLI
No SDK needed? Connect via standalone binary:
curl -fsSL cmdop.com/install-cli.sh | bash
cmdok ssh
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flowiseai-2026.3.3.tar.gz.
File metadata
- Download URL: flowiseai-2026.3.3.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fffb2fed13fed0fbd586c234f1c319acaee52db5392de38bdb1d615d40352bf
|
|
| MD5 |
1fe8deec6d3637ea57863b6986794bc5
|
|
| BLAKE2b-256 |
29ecb8382e27f647e679f35804254cd9e4da92a10d4444ebb74e673f4743a3ea
|
File details
Details for the file flowiseai-2026.3.3-py3-none-any.whl.
File metadata
- Download URL: flowiseai-2026.3.3-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
583efc2110ed6bc3a66f46b2fc04da3d1091932522f419ed3c3433a6d38a0724
|
|
| MD5 |
84fc8d04837bc35b003311b20d960a78
|
|
| BLAKE2b-256 |
c1875bb11a3404c54095eaeabd564ffbeafa436b599aa29812f547378356a175
|