init,llm gateway & import_analyse

This commit is contained in:
zhaoawd
2025-10-29 00:38:57 +08:00
commit 0af5f19af9
62 changed files with 3169 additions and 0 deletions

6
app/exceptions.py Normal file
View File

@ -0,0 +1,6 @@
class ProviderConfigurationError(RuntimeError):
"""Raised when a provider is missing required configuration."""
class ProviderAPICallError(RuntimeError):
"""Raised when the upstream provider responds with an error."""