@virtualagency/server
v1.9.0
Published
Virtual Agency Rust server packaged as an npm global CLI
Readme
@virtualagency/server
Rust-powered Virtual Agency server packaged as an npm CLI.
Includes a --version flag in the wrapper CLI so users can verify installed package version quickly.
This package is published from GitHub Actions via npm Trusted Publisher.
Hosted runtimes can proxy Nango agent-tool calls through the control plane when local Nango secrets are unavailable.
Install
npm install -g @virtualagency/serverOr run without installing globally:
npx @virtualagency/serverUsage
virtual-agency-server --port 1337
virtual-agency-server --versionThe --port flag sets VIRTUAL_AGENCY_PORT for the server process.
Custom Binary
If you want to run your own binary build, set:
VIRTUAL_AGENCY_SERVER_BINARY=/absolute/path/to/virtual-agency-server virtual-agency-serverPackaging Notes
This package expects prebuilt binaries to exist in dist/ with names:
virtual-agency-server-macos-arm64virtual-agency-server-macos-x64virtual-agency-server-linux-x64virtual-agency-server-linux-arm64virtual-agency-server-windows-x64.exevirtual-agency-server-windows-arm64.exe
Only binaries that exist at publish time are included in the npm tarball.
Release note: this package may be republished with patch versions to validate hosted auto-rollout behavior.
