Set up the ABS CLI and run your first session.
The ABS CLI provides commands to initialize, run, and report on ABS sessions.
npm install -g abslang
Verify the installation:
abslang --version
# abs v0.1.0
pip install abslang
abslang init my-agent-tests
cd my-agent-tests
This creates:
my-agent-tests/
├── abs.config.yaml # Configuration
├── sessions/ # Your .abs.yaml files go here
└── README.md
abslang run sessions/order-status.abs.yaml
For more details on the CLI, see the CLI Reference.