Repro
From a clean public npm config:
npm view hai-agents version --registry=https://registry.npmjs.org
npm install hai-agents --registry=https://registry.npmjs.org
Actual
npm returns 404 for hai-agents, while the repo README says the package is published to npm and instructs users to run npm install hai-agents.
Expected
Either publish hai-agents to npm, or document a working source/GitHub install path until the package is public.
Repro
From a clean public npm config:
Actual
npm returns 404 for
hai-agents, while the repo README says the package is published to npm and instructs users to runnpm install hai-agents.Expected
Either publish
hai-agentsto npm, or document a working source/GitHub install path until the package is public.