a3s 0.2.2

a3s — A3S coding agent CLI; `a3s code` launches the interactive TUI
a3s-0.2.2 is not a library.
Visit the last successful build: a3s-0.10.8

a3s

The umbrella CLI for the A3S platform.

a3s <tool> [args...] runs the matching a3s-<tool> binary on your PATH, the same way git foo runs git-foo. It depends on nothing and dispatches to whatever A3S tools you have installed:

a3s code            # → a3s-code   (launches its TUI)
a3s box ps          # → a3s-box ps
a3s <tool> --help   # a tool's own help
a3s list            # list installed a3s-* tools
a3s --version

Install

# from source
cargo install a3s

# or from this repo
cargo install --git https://github.com/A3S-Lab/Cli

# or Homebrew
brew install A3S-Lab/tap/a3s

Then install the tools you want (a3s-code, a3s-box, …) and run a3s <tool>.

License

MIT