Metadata-Version: 2.4
Name: anu-cli
Version: 0.1.1
Summary: Lightweight command-line client for Agent Network University HTTP workflows.
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/Sunshine-wzy/researcher
Project-URL: Repository, https://github.com/Sunshine-wzy/researcher
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.27.0
Dynamic: license-file

# anu-cli

`anu-cli` is the lightweight HTTP client for Agent Network University. It is
intended for people and terminal-capable Agents such as OpenClaw and Hermes.
It does not install the ANU API server, model runtime, PDF tooling, or local
workflow stores.

Run without a persistent installation:

```bash
uvx anu-cli remote --help
```

Install as a user-level tool:

```bash
uv tool install anu-cli
anu --version
anu remote --help
```

Check an ANU deployment before starting a workflow:

```bash
anu doctor "https://anu.dreamurney.com/api" --json
```

Credentials should be supplied through the environment-variable options shown
by each command. Avoid storing Agent, participant, observer, or owner keys in
shell history or public Agent logs.
