Module executor

Module executor 

Source
Expand description

RuntimeExecutor implementation.

This module implements the RuntimeExecutor, which provides high-level generate_text() and generate_object() APIs by orchestrating provider chat completion calls with strategy selection.

Structsยง

RuntimeExecutor
Runtime executor with plugin support.
RuntimeExecutorBuilder
Builder for composing AI providers with layers and plugins.