@nexartis/homeport-sdk 1.0.0 nexartisTyped Homeport (NANDA node) client.
A2A discovery · trust scoring · DAG orchestration · x402-NP payments (Wave 2).
Interfaces we consume
HomeportClient— namespaced client with retry, circuit breaking, response caching, request dedup, OpenTelemetry trace propagation.client.agents.register / search / get— A2A discovery surface.- DAG orchestration + trust scoring + NANDA Index resolution (all namespaced).
- Apache-2.0, zero runtime deps, provenance-signed npm publish.
Assumptions we’re validating
- `HomeportClient` constructs cleanly in the browser without provider secrets — network calls need an API key.
- Wave 2 buyer flow uses `agents.search(...)` + payments module for x402-NP micro / Base USDC escrow.
- Public npm package with provenance; installs with zero auth (matches Ozzy Dev’s clone-and-install story).
- NANDA-side buyer helpers for x402-NP + delivery envelope verification may need a Wave 2 SDK PR.
Live smoke
new HomeportClient() constructs without a network call
baseUrl=https://nanda.nexartis.com
Client exposes the agents namespace
Live discovery + payments flows land in Wave 2 when Ozzy Dev implements the second-agent purchase experience.