← Agentic analytics
NemoClaw (NVIDIA)

Visitor analytics for NemoClaw.

NemoClaw is NVIDIA's open-source secure runtime for running OpenClaw agents — sandboxed, audited, on-prem-friendly. Eyepup ships visitor heat scores and friction patterns over the same CLI interface OpenClaw consumes, so the secure stack gets the same agentic analytics signal as the local one. Tested against the OpenShell runtime; works with NemoClaw's managed-inference path on DGX Spark, Mac Studio, or Raspberry Pi deployments.

Two-line install in OpenShell

# inside the NemoClaw OpenShell sandbox
$ openshell install eyepup
$ eyepup login
# the secure agent now reads visitor patterns
$ eyepup todo --limit 3

Eyepup's CLI binary is small (a few MB) so it fits inside the NemoClaw sandbox without ballooning the runtime. Token auth via eyepup token epk_live_... stays inside the sandbox; no credentials leave the secure layer.

Why NemoClaw + Eyepup

Enterprises running OpenClaw agents under NemoClaw's secure envelope still want analytics — they just don't want analytics that talk to a SaaS dashboard. Eyepup's CLI surface fits because it's the same JSON whether the agent runs on a laptop or behind your firewall.

Other coding agents