rebuild(stage-10): deliver mentor and unified llm streaming

This commit is contained in:
leefer
2026-07-30 05:52:12 +08:00
parent 532f0cfc11
commit f1fa104641
62 changed files with 6880 additions and 7 deletions
+11
View File
@@ -0,0 +1,11 @@
from backend.llm.gateway import LLMCall, LLMGateway, LLMGatewayError, LLMStreamEvent
from backend.llm.provider import OpenAICompatibleClient, ProviderFailure
__all__ = (
"LLMCall",
"LLMGateway",
"LLMGatewayError",
"LLMStreamEvent",
"OpenAICompatibleClient",
"ProviderFailure",
)