Skip to main content

Crate llm_codegen

Crate llm_codegen 

Source
Expand description

§aether-llm-codegen

Build-time code generation for the Aether LLM provider layer.

Generates the LlmModel catalog from external model data sources. This crate is used as a [build-dependency] by aether-llm and produces the model enum, provider metadata, and parsing code at compile time.

§Table of Contents

§License

MIT

Structs§

GeneratedOutput
Output of the code generator.

Functions§

generate
Run the codegen, returning the generated Rust source and per-provider docs.