Install
As an HTTPS consumer (recommended)
curl https://agent-atoms.com/exports/catalog.json -o catalog.json As a git submodule of the umbrella
git clone --recurse-submodules https://github.com/convergent-systems-co/atoms.git As a standalone clone
git clone https://github.com/convergent-systems-co/agent-atoms.git
cd agent-atoms
python3 scripts/validate.py
python3 scripts/build-exports.py Dependencies
- Python 3.11+ with
jsonschema - Node 22+ and pnpm (only for local
web/builds)