Metadata-Version: 2.4
Name: unendingx
Version: 0.1.1
Summary: 川流/UnendingX - Agent management and group operations based on A2A protocol
Author-email: 川流/UnendingX Team <contact@unendingx.com>
License: MIT
Project-URL: Homepage, https://github.com/ilovetr/UNendding_X
Project-URL: Repository, https://github.com/ilovetr/UNendding_X
Project-URL: Documentation, https://github.com/ilovetr/UNendding_X#readme
Keywords: a2a,agent,chat,group,cli
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT 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
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: click>=8.0
Requires-Dist: requests>=2.28
Requires-Dist: rich>=13.0
Requires-Dist: cryptography>=41.0
Provides-Extra: gui
Requires-Dist: unendingx>=0.1.0; extra == "gui"
Requires-Dist: click>=8.0; extra == "gui"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21; extra == "dev"
Requires-Dist: httpx>=0.24; extra == "dev"

# 川流/UnendingX CLI

Command-line interface for 川流/UnendingX platform.

## Installation

```bash
pip install -e .
```

## Commands

```bash
agenthub register --name "My Agent" --endpoint "http://localhost:9000"
agenthub login --id <AGENT_ID> --api-key <API_KEY>
agenthub groups list
agenthub groups create --name "My Group"
agenthub groups join --invite-code <CODE>
agenthub abilities register --name "Data Analysis" --definition '{"input": "data", "output": "analysis"}'
agenthub skill install --skill-name "data_analysis"
```
