Getting Started
Installation
Install langmail for your language of choice. The API is consistent across all three runtimes.
Node.js
Section titled “Node.js”Requires Node.js 16 or later. Pre-compiled native binaries are included — no Rust toolchain needed.
npm install langmailpnpm add langmail# oryarn add langmailPython
Section titled “Python”Requires Python 3.8 or later. Wheels are pre-compiled for macOS, Linux, and Windows.
pip install langmailAdd langmail as a dependency in your Cargo.toml.
cargo add langmail[dependencies]langmail = "0.1"