psycgod-sage
v1.0.26
Published
npm/npx launcher for the canonical PyPI SAGE CLI wrapper for AI coding agents
Maintainers
Readme
SAGE npm launcher - Smart Agent Guidance Engine
This npm package is a Node-friendly launcher for the canonical Python package psycgod-sage.
It installs/updates the PyPI SAGE core and forwards commands to python -m sage, so npm/npx
and PyPI behavior stay identical. ML V1 is included. ML V2 remains optional.
Installation
npm install -g psycgod-sage
npx -y psycgod-sage installinstall is the explicit one-command onboarding step before you expect Claude, Codex, Cursor, Windsurf, OpenCode, Cline, or other AI agents to use SAGE automatically. It connects this machine, writes/repairs local AI-agent memory files and supported shell-wrapper hooks, then prints a verification report. It does not auto-enable SAGE MCP. Restart open AI-agent sessions after install.
One-shot npx usage:
npx -y psycgod-sage install
npx -y psycgod-sage run -- npm testEquivalent Python install:
pip install psycgod-sage
sage install
sage run -- npm testUsage
npx -y psycgod-sage install
npx -y psycgod-sage run -- npm test
npx -y psycgod-sage history
npx -y psycgod-sage explain --failed
npx -y psycgod-sage suggest --failed
npx -y psycgod-sage predict rm -rf node_modules
npx -y psycgod-sage ml setupIf installed from PyPI, AI agents should use:
sage run -- <command>If installed from npm/npx, AI agents should use:
npx -y psycgod-sage run -- <command>Notes
- npm/npx SAGE delegates to PyPI
psycgod-sage. - There is no separate JS database, runner, compressor, or ML implementation in the active CLI path.
- ML V1 is included through PyPI SAGE.
- Optional ML V2 can be installed later with
npx -y psycgod-sage ml setup. - Optional MCP tools are manual: use
npx -y psycgod-sage mcp installonly if you explicitly want an MCP server.
Links:
- Python: https://pypi.org/project/psycgod-sage/
- Repo: https://github.com/PsYcGoD/sage
- Dashboard: https://sage.api.marketingstudios.in/
- License: MIT
