Metadata-Version: 2.4
Name: duduclaw
Version: 1.4.29
Summary: DuDuClaw Python SDK — evolution vetter, channel bridges, and Claude Code SDK integration
Project-URL: Homepage, https://github.com/zhixuli0406/DuDuClaw
Project-URL: Repository, https://github.com/zhixuli0406/DuDuClaw
Project-URL: Issues, https://github.com/zhixuli0406/DuDuClaw/issues
Author: DuDuClaw Contributors
License: Apache-2.0
License-File: LICENSE
Keywords: agent,ai,claude,duduclaw,multi-agent
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Requires-Dist: anthropic>=0.40
Requires-Dist: httpx>=0.27
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.24; extra == 'dev'
Requires-Dist: pytest>=8; extra == 'dev'
Requires-Dist: ruff>=0.8; extra == 'dev'
Description-Content-Type: text/markdown

# DuDuClaw Python SDK

Python companion package for [DuDuClaw](https://github.com/zhixuli0406/DuDuClaw) — the Multi-Agent AI Assistant Platform.

This package provides the Python modules that the DuDuClaw Rust binary calls via subprocess:

- **`duduclaw.evolution`** — Evolution vetter (GVU self-play verification)
- **`duduclaw.channels`** — Channel bridge base classes (Telegram, LINE, Discord)
- **`duduclaw.sdk`** — Claude Code SDK integration with multi-account rotation
- **`duduclaw.tools`** — Agent tool definitions

## Installation

```bash
pip install duduclaw
```

> **Note:** This package is a companion to the main DuDuClaw binary.
> Install the binary via Homebrew (`brew install zhixuli0406/tap/duduclaw`) or npm (`npx duduclaw`).

## Requirements

- Python 3.10+
- The `anthropic` and `httpx` packages (installed automatically)

## License

Apache-2.0
