agentcode-js
v0.2.3
Published
NPM wrapper for the agentcode codebase indexer with bundled runtime binaries
Maintainers
Readme
agentcode-js
Install agentcode-js, then run agentcode.
Install
npm install -g agentcode-jsUse
agentcode map --budget 8k --json
agentcode mcpThis package bundles the runtime, so normal installs should work out of the box.
Maintainers
Publishing requires staged binaries for:
darwin-arm64darwin-x64linux-x64win32-x64
Release prep:
export AGENTCODE_BIN_DARWIN_ARM64=/abs/path/to/agentcode-darwin-arm64
export AGENTCODE_BIN_DARWIN_X64=/abs/path/to/agentcode-darwin-x64
export AGENTCODE_BIN_LINUX_X64=/abs/path/to/agentcode-linux-x64
export AGENTCODE_BIN_WIN32_X64=/abs/path/to/agentcode-win32-x64.exe
npm run release:check
npm publish