asight
v0.2.26
Published
Official npm entrypoint for Eunomia AgentSight, a system-level AI agent observability tool with an eBPF collector and Web trace viewer.
Maintainers
Readme
AgentSight npm package
Official npm entrypoint for Eunomia AgentSight.
This package claims the short global asight command for the Node ecosystem,
installs the agentsight command as a compatibility alias, and ships the
AgentSight Web viewer for exported trace snapshots. The Linux eBPF collector
remains the Rust agentsight binary published through crates.io and GitHub
Releases.
Install
npm install -g asight
asight --helpasight is an official short alias for Eunomia AgentSight. It runs the same npm
wrapper as agentsight.
Web viewer
asight demo --port 7395
asight serve --snapshot snapshot.json --port 7395
asight open snapshot.jsonCreate a snapshot with the Rust collector:
cargo install agentsight
agentsight report export -o snapshot.jsonCollector commands
Commands such as asight record, asight top, asight stat, and
asight report delegate to a real AgentSight collector binary when one is
available. eBPF capture requires Linux privileges.
Install the collector with:
cargo install agentsightor download the official binary from:
https://github.com/eunomia-bpf/agentsight/releases/latestThis npm package does not download or execute hidden binaries during
installation, and it does not run privileged commands from postinstall.
