Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
aa-cli
aasm — the command-line tool for Agent Assembly.
What is this
aa-cli is the operator front-end for Agent Assembly,
the governance-native runtime for AI agents. It ships the aasm binary — the
terminal entry point for inspecting agent topology, managing policies, watching
the audit trail, and driving the governance gateway.
Agent Assembly enforces governance across three independently-deployable
interception layers (in-process SDK shim, sidecar proxy, and eBPF). aasm is how
an operator observes and controls that system from the command line, talking to
the gateway over its HTTP/OpenAPI surface.
Install
The recommended way to get the aasm binary is the one-line installer, which
downloads the matching pre-built release tarball, verifies its checksum, and
installs to ~/.local/bin:
|
Pin a specific version with AASM_VERSION:
AASM_VERSION=v0.0.1-beta.4 |
Or build/install from source via cargo:
Then confirm the install:
Usage
# Show the agent topology
# Manage governance policies
# Launch the operator dashboard (TUI)
# Tail the audit log
Run aasm <command> --help for the full set of subcommands (agent, policy,
audit, budget, cost, gateway, proxy, sandbox, topology, and more).
Links
- Documentation: https://docs.agent-assembly.com/
- Source: https://github.com/ai-agent-assembly/agent-assembly
- License: Apache-2.0