Reference: Generated API

This section is generated with mkdocstrings from the public contracts exported by SEF package initializers.

Build locally with:

pip install -e ".[docs]"
mkdocs serve

Generated pages are split by public package so readers can navigate by integration concern instead of internal file layout.

Public imports should use package-level exports, for example:

from library.core import ConfigPipelineBuilder, Pipeline
from library.core.interfaces import IAnalyzer, IStreamingAnalyzer
from library.core.plugins import PluginCategory, PluginRegistry