Merge remote-tracking branch 'origin/main' into feat/tool-plugin-oauth

This commit is contained in:
Harry
2025-07-02 21:54:50 +08:00
154 changed files with 3034 additions and 866 deletions

View File

@ -106,6 +106,7 @@ class ProviderConfigEncrypter:
cached_credentials = self.provider_config_cache.get()
if cached_credentials:
return cached_credentials
data = self._deep_copy(data)
# get fields need to be decrypted
fields = dict[str, BasicProviderConfig]()