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
+12
View File
@@ -1 +1,13 @@
"""Domain models package: provider descriptors, model pricing, and routing metadata."""
from .provider_descriptor import (
AuthKind,
ProviderDescriptor,
WireProtocol,
)
__all__ = [
"AuthKind",
"ProviderDescriptor",
"WireProtocol",
]