OpenClaw — open-source agent orchestration plugin for CMDOP
Project description
OpenClaw — Extensible Open-Source AI Agent Orchestration for Python
OpenClaw delivers an extensible automation framework for open-source agent orchestration and an AI plugin system in Python. Unlike LangChain, CrewAI, AutoGen, and Semantic Kernel, OpenClaw prioritizes modularity. Construct adaptable AI workflows, manage plugin dependencies, and deploy sophisticated agent networks with our Python library.
Features
- Orchestrate complex workflows using our open-source agent orchestration engine.
- Develop custom tools via our flexible AI plugin system in Python.
- Integrate existing AI models into our extensible automation framework.
- Manage agent lifecycles with OpenClaw's resource management tools.
- Extend agent capabilities using community-built plugins.
Use Cases
- Build and register custom plugins for agent behavior
- Chain AI tasks in sequential pipelines with context passing
- Extend CMDOP with community-built orchestration logic
Installation
pip install openclaw
Quick Start
from openclaw2 import OpenClaw
client = OpenClaw.remote(api_key="cmdop_live_xxx")
results = client.pipeline([
"Summarize the current state of the server",
"Create an optimization plan based on the summary",
"Write a brief report",
])
print(results[-1])
class LoggerPlugin:
name = "logger"
def install(self, c): print(f"Plugin installed on {c}")
client.use(LoggerPlugin())
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 openclaw-2026.3.20.tar.gz.
File metadata
- Download URL: openclaw-2026.3.20.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 |
aac042b02e4d040698bf61d64a79332f102a95431c4df1214d4fa3c5c59c7869
|
|
| MD5 |
b2477b8df4e34673a7b449d601425d10
|
|
| BLAKE2b-256 |
3401f8d0b9fa1db36976c3c04c703c9ec0239d1da85ec17d93290f5ac538d730
|
File details
Details for the file openclaw-2026.3.20-py3-none-any.whl.
File metadata
- Download URL: openclaw-2026.3.20-py3-none-any.whl
- Upload date:
- Size: 3.0 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 |
16b84601caa0ec0764ea39284a1c066e829a2fe7f2b8f9f706632ba908c60dfb
|
|
| MD5 |
baee078404009e20608c3048b17bf9cd
|
|
| BLAKE2b-256 |
f3b5508e36856bf3a741f772b5e38d6c32b3fa977e50752168cba463250dc734
|