Arahi — personal assistant and business automation plugin for CMDOP
Project description
Arahi — AI Personal Assistant & Business Automation for Python
Arahi delivers Python-based personal assistant automation, providing an AI task scheduler and business workflow automation. Unlike LangChain, AutoGPT, and n8n, Arahi focuses on streamlined Python integration. Build sophisticated automated systems. Define and execute tasks using natural language. Maximize your productivity with intelligent automation.
Features
- Automate Python tasks with a natural language interface.
- Schedule AI tasks for recurring execution.
- Orchestrate complex business workflow automation in Python.
- Manage and monitor agent tasks from a single point.
- Extend functionality via custom Python modules.
Use Cases
- Schedule recurring AI tasks on remote machines
- Automate business workflows with natural language
- Run shell commands and agent tasks from a single client
Installation
pip install arahi
Quick Start
from arahi import Arahi
client = Arahi.remote(api_key="cmdop_live_xxx")
result = client.do("List all running services and their memory usage")
print(result)
client.schedule("health", interval_seconds=3600, fn=lambda: client.shell("systemctl status nginx"))
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 arahi-2026.3.3.tar.gz.
File metadata
- Download URL: arahi-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 |
e101a48043109893a61bf6afd02da91a904a3671d5a7fcc7071de3a290543540
|
|
| MD5 |
31b8f3cfdb32f9aed6cfd8194cfd965f
|
|
| BLAKE2b-256 |
677cfdb367899fc522dce664b6062fccd9e178320619f8f744da6271d0a7b0b4
|
File details
Details for the file arahi-2026.3.3-py3-none-any.whl.
File metadata
- Download URL: arahi-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 |
ed86188b77074dd690b14b8a1a77b988c38c3e503e5860aa4fb3f632e66d14ab
|
|
| MD5 |
6545a11dc9a834e965c0452d0dbbe9ce
|
|
| BLAKE2b-256 |
078a8b140848a92b7c398cc653e9b2bbb37d21da4ac38876512669ae94f5a23d
|