Module factory

Source
Expand description

Component factory for creating configured instances of core components.

This module provides a centralized factory for creating instances of core components with proper configuration injection, eliminating the need for global configuration access within individual components.

Structs§

ComponentFactory
Component factory for creating configured instances.

Functions§

create_ai_provider
Create an AI provider from AI configuration.