Agent Lexicon installation
Agent Lexicon requires Python 3.10 or newer. The deterministic core has no runtime dependencies.
Recommended: install the CLI with pipx
Section titled “Recommended: install the CLI with pipx”pipx install agent-lexiconBoth command names are available:
agent-lexicon --helpalex --helpUse alex throughout these docs as the shorter alias.
Install with shell completion
Section titled “Install with shell completion”pipx install "agent-lexicon[completion]"activate-global-python-argcompleteCompletion is optional. The CLI works without it.
Install as a Python dependency
Section titled “Install as a Python dependency”python -m pip install agent-lexiconOptional analysis extras remain opt-in:
python -m pip install "agent-lexicon[oov]"python -m pip install "agent-lexicon[semantic]"The optional semantic path may improve reviewer suggestions. It does not decide whether a term is accepted or whether deterministic checks pass.
Verify the installation
Section titled “Verify the installation”alex --versionalex --helpThen continue to the Agent Lexicon quickstart.