A command line client for Delphy, the @identity registry for the agentic web.
Work in progress. search works against the live API; profile, discover,
config, and auth are scaffolded and landing next.
uv sync
uv run delphy search "coffee"
uv run delphy --helpPython 3.12, uv, Cyclopts, httpx, Ruff, Pyright (strict), pytest.
Typed Pydantic models for the API boundary are on hold: comparing the OpenAPI spec against live responses turned up drift (fields in the responses that the spec doesn't declare), so the models wait for the audited schema rather than guessing from sample payloads.
Next up: profile and discover against the live endpoints, actionable 4xx/5xx errors with correct exit codes, then Rich output, --json/--yaml, and shell completions.