Attempting to install the agent package fails:
npm install emoji-free-zone-agent
npm ERR! 404 Not Found - GET https://registry.npmjs.org/emoji-free-zone-agent
This is expected behavior from npm because emoji-free-zone-agent is not published, but the repository structure and references make it appear like a public installable package.
This can confuse users who want to try or integrate the agent directly.
Why this is an issue
The monorepo contains emoji-free-zone-agent as a package
Users naturally assume it can be installed via npm
npm returns a 404, which looks like a broken package
This creates friction for first-time users
Attempting to install the agent package fails:
npm install emoji-free-zone-agent
npm ERR! 404 Not Found - GET https://registry.npmjs.org/emoji-free-zone-agent
This is expected behavior from npm because emoji-free-zone-agent is not published, but the repository structure and references make it appear like a public installable package.
This can confuse users who want to try or integrate the agent directly.
Why this is an issue
The monorepo contains emoji-free-zone-agent as a package
Users naturally assume it can be installed via npm
npm returns a 404, which looks like a broken package
This creates friction for first-time users