agentboundary
v0.1.0
Published
AgentBoundary conformance suite runner (Node wrapper that dispatches to the Python CLI via uvx / pipx / python3).
Readme
agentboundary (npm)
Thin Node wrapper for the AgentBoundary conformance suite.
npx agentboundary run scenarios/This package contains no conformance logic. It dispatches to the Python implementation via the first runner it finds on PATH:
uvx(preferred —curl -LsSf https://astral.sh/uv/install.sh | sh)pipxpython3 -m agentboundary(if installed in the active environment)
If none is available, you get an install hint pointing at uv.
The canonical implementation lives on PyPI as
agentboundary. Source code,
issue tracker, and documentation:
https://github.com/jamjet-labs/agentboundary.
License: Apache-2.0.
