Knolli — no-code AI copilot plugin for CMDOP with structured workflows
Project description
Knolli — No-Code AI Workflow Builder & Copilot for Python
Knolli provides no-code workflow automation in Python. Build structured AI pipelines visually with our AI copilot workflow builder. Ditch the boilerplate and Python SDKs of n8n, Zapier, LangChain, and Temporal. Define, execute, and monitor complex workflows without writing code. Boost your productivity now.
Features
- Design Python-based structured AI pipelines visually with a no-code workflow automation builder.
- Automate AI copilot workflows using a drag-and-drop interface.
- Orchestrate complex tasks with a user-friendly AI copilot workflow builder.
- Integrate diverse data sources and APIs into your no-code workflow automation.
- Monitor and manage structured AI pipelines with built-in observability tools.
Use Cases
- Chain shell commands and AI tasks in a fluent workflow
- Run preset deployment and health-check workflows
- Build repeatable automation without boilerplate
Installation
pip install knolli
Quick Start
from knolli import Knolli
client = Knolli.remote(api_key="cmdop_live_xxx")
results = (client.workflow()
.shell("git pull")
.shell("pip install -r requirements.txt")
.agent("Summarize recent changes")
.run())
print(results[2]["text"])
client.run_preset("health-check")
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 knolli-2026.3.11.tar.gz.
File metadata
- Download URL: knolli-2026.3.11.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 |
b2a3a205e12d5d84bb054997afbe26066cb5f3e09e5b3e91774908e3073ce8bb
|
|
| MD5 |
08a5c9af52fe02723c11d0d335e81fef
|
|
| BLAKE2b-256 |
a201214e63b88ec5ecf7c58843f9885753f19a4302f99800235c9129bbc6cd06
|
File details
Details for the file knolli-2026.3.11-py3-none-any.whl.
File metadata
- Download URL: knolli-2026.3.11-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 |
11165642c5908a8ce9f3a1d6fdc3a90173fc160048fc77f2f11e18c7d775a862
|
|
| MD5 |
a2359b71e3ab6a7662453cc7d7197d9e
|
|
| BLAKE2b-256 |
53225847b4411f911f3b6a1aa4b2468cc129a1b644ee8b896c4aacd34050ec5b
|