feat(plugin): support saas plugin (#2349)

Co-authored-by: yuwenbinjie <yuwenbinjie@bytedance.com>
Co-authored-by: ski <csu.zengxiaohui@gmail.com>
Co-authored-by: Ryo <fanlv@bytedance.com>
This commit is contained in:
junwen-lee
2025-10-21 10:43:48 +08:00
committed by GitHub
parent d5e913d76d
commit 6e02c861c7
254 changed files with 48874 additions and 2399 deletions

View File

@ -269,3 +269,9 @@ export PLUGIN_AES_STATE_SECRET='osj^kfhsd*(z!sno'
# PLUGIN_AES_OAUTH_TOKEN_SECRET is the secret of used to encrypt oauth refresh token and access token.
# The size of secret must be 16, 24 or 32 bytes.
export PLUGIN_AES_OAUTH_TOKEN_SECRET='cn+$PJ(HhJ[5d*z9'
# Coze Saas API Configuration
export COZE_SAAS_PLUGIN_ENABLED="" # default "", if you want to enable, set to true
export COZE_SAAS_API_BASE_URL="https://api.coze.cn"
export COZE_SAAS_API_KEY=""