Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

aasm config

Validate and boot an agent-assembly.toml runtime configuration file. These operate on the runtime TOML (storage drivers, etc.) — distinct from the CLI’s own ~/.aa/config.yaml connection profiles (see aasm context).

Synopsis

aasm config <SUBCOMMAND>
SubcommandPurpose
validateValidate an agent-assembly.toml (currently the [storage] section).
bootBuild the [storage] backends and run a sample policy lookup.

aasm config validate

Parse the TOML file and resolve every [storage] driver name against the built-in driver registry. Exits 0 when valid; 1 with the error on stderr otherwise. Unknown sections are ignored.

ArgumentTypeDescription
<FILE>pathPath to the agent-assembly.toml file to validate.
aasm config validate ./agent-assembly.toml
✓ agent-assembly.toml valid — storage driver: memory

aasm config boot

Resolve every [storage] driver through the registry, build each backend, and perform a sample policy lookup to confirm the configuration actually boots. Exits 0 on success; 1 with the error on stderr.

ArgumentTypeDescription
<FILE>pathPath to the agent-assembly.toml file to boot from.
aasm config boot ./agent-assembly.toml
✓ booted storage backends; sample policy lookup OK

Last updated: 2026-06-11 by Chisanan232