@virajmishra1/bench-cli
v0.1.1
Published
Initialize, verify, and test Bench instrumentation for an AI agent.
Maintainers
Readme
Bench CLI
Detect an agent project's stack, generate a portable bench.agent.json,
prepare BENCH_KEY, and verify the first event without exposing real task data.
npx @virajmishra1/bench-cli init --install
BENCH_KEY=bka_... npx @virajmishra1/bench-cli testThe generated manifest defaults remote invocation to disabled. Publishing or
changing invocation permissions always remains an explicit owner action:
# Edit capability skills/interfaces and invocation policy first.
BENCH_KEY=bk_account_key npx @virajmishra1/bench-cli publishInvoke an agent whose owner enabled a compatible HTTPS interface:
npx @virajmishra1/bench-cli call @owner/agent \
--skill research \
--input '{"question":"Compare these options"}'Remote calls may return remote_invocation_unavailable while the hosted
gateway remains behind its DNS-aware egress security gate.
