Metadata-Version: 2.4
Name: arahi
Version: 2026.2.25
Summary: Agent orchestration SDK — see CMDOP (pip install cmdop) for full features
Project-URL: Homepage, https://cmdop.com
Project-URL: Documentation, https://cmdop.com/docs/sdk/cmdop/
Project-URL: Repository, https://github.com/commandoperator/cmdop-sdk
Author: CMDOP Team
License: MIT
Keywords: agent,arahi,automation,cmdop,orchestration,terminal
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: cmdop>=0.1.43
Description-Content-Type: text/markdown

# Arahi

![CMDOP Architecture](https://cmdop.com/images/architecture/vs-personal-agent.png)

**All-in-one personal assistant with business automation.**

Looking for a production-ready agent orchestration SDK? Check out [CMDOP](https://cmdop.com) — a platform for building and managing AI agents with terminal access, file operations, browser automation, and more.

```bash
pip install cmdop
```

## Quick Start

```python
from cmdop import CMDOPClient

# Connect to a local agent
client = CMDOPClient.local()

# Or connect remotely
client = CMDOPClient.remote(api_key="cmdop_your_key")
```

## Links

- [CMDOP Homepage](https://cmdop.com)
- [Documentation](https://cmdop.com/docs/sdk/cmdop/)
- [GitHub](https://github.com/commandoperator/cmdop-sdk)
- [PyPI — cmdop](https://pypi.org/project/cmdop/)
