merge: merge origin/gamma/refactor and origin/feature/teamhoa/r05-r06 into feature/delta-team/epic-R04

This commit is contained in:
2026-08-27 12:23:43 +09:00
57 changed files with 3003 additions and 512 deletions
+13 -1
View File
@@ -1 +1,13 @@
"""Infrastructure providers package: LLM provider adapters and ProviderRegistry."""
"""Provider adapters and the central provider catalogue (EPIC R03)."""
from .provider_registry import (
BUILTIN_DESCRIPTORS,
ProviderRegistry,
default_registry,
)
__all__ = [
"BUILTIN_DESCRIPTORS",
"ProviderRegistry",
"default_registry",
]