Skip to main content

Module runtime

Module runtime 

Source
Expand description

Runtime executor: handles stages that need external dependencies — an LLM provider, the stage store, or the semantic index.

§Stages handled

Stage descriptionNeeds
Generate text completion using a language modelLLM
Generate a vector embedding for textEmbedding
Classify text into one of the provided categoriesLLM
Extract structured data from text according to a schemaLLM
Get detailed information about a stage by its IDstore cache
Search the stage store by semantic querystore cache + optional embeddings
Check if one type is a structural subtype of anotherpure
Verify that a composition graph type-checks correctlystore cache

Structs§

RuntimeExecutor