Packages

Lux is a powerful framework for building and orchestrating LLM-powered agent workflows. It provides a robust set of tools for creating, managing, and coordinating AI agents in complex business processes.

Current section

Files

Jump to
lux .formatter.exs
Raw

.formatter.exs

[
subdirectories: ["config"],
inputs: ["{mix,.formatter}.exs", "{lib,test}/**/*.{ex,exs}"],
line_length: 98,
locals_without_parens: [step: 4, step: 3],
plugins: [Styler]
]