Metadata-Version: 2.4
Name: madosho-cli
Version: 0.1.0
Summary: Thin, zero-dependency HTTP client for a madosho RAG server.
Project-URL: Homepage, https://github.com/hogu-dev/madosho
Project-URL: Repository, https://github.com/hogu-dev/madosho
License-Expression: Apache-2.0
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# madosho-cli

A thin, zero-dependency command-line client for a [madosho](https://github.com/hogu-dev/madosho)
RAG server. Speaks only HTTP - no kernel, database, or model imports - so it installs
in seconds and runs anywhere Python 3.11+ does.

Humans run it to inspect and drive a running madosho; a research agent drives it too
(every subcommand takes `--json`).

```
pip install madosho-cli
madosho-cli --help
madosho-cli search <corpus> "<query>" --json
```

Point it at your server with the `MADOSHO_CONTROL_URL` (default `http://localhost:8000`)
and `MADOSHO_QUERY_URL` (default `http://localhost:8001`) environment variables, and - if
the server has auth enabled - `MADOSHO_API_KEY`.

Apache-2.0.
