eunomia-agentsight
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 global agentsight command for the Node ecosystem 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 eunomia-agentsight
agentsight --helpThis is the official Eunomia-prefixed npm package for the global agentsight command.
The scoped @eunomia-bpf/agentsight package will be published after the npm organization scope is available.
Web viewer
agentsight demo --port 7395
agentsight serve --snapshot snapshot.json --port 7395
agentsight open snapshot.jsonCreate a snapshot with the Rust collector:
cargo install agentsight
agentsight report export -o snapshot.jsonCollector commands
Commands such as agentsight record, agentsight top, agentsight stat, and
agentsight 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.
