Enforce deterministic gateway task policies
Make the server authoritative for thinking, model, search, tools, retry, and output budgets while preserving legacy client behavior.
This commit is contained in:
@@ -136,7 +136,7 @@ Gateway execution and settlement rules:
|
||||
|
||||
Existing `application.yaml` values can be mapped into:
|
||||
|
||||
- `DeepSeekConfig(endpoint, apiKey, model)`
|
||||
- `DeepSeekConfig(endpoint, apiKey, model, reasoningModel)`
|
||||
- `VolcengineAsrConfig(endpoint, resourceId, appId, accessToken)`
|
||||
- `InviteWebConfig(appStoreUrl, appleAppId, universalLinkBaseUrl)`
|
||||
|
||||
@@ -152,8 +152,16 @@ Configuration ownership:
|
||||
`APPLE_INTEGRITY_ENVIRONMENT`, plus the two integrity enforcement flags.
|
||||
- Volcengine: prefer `VOLCENGINE_API_KEY`; set the SAUC v3 `VOLCENGINE_RESOURCE_ID` and WSS
|
||||
`VOLCENGINE_ASR_ENDPOINT`. The legacy app ID/access token pair remains optional.
|
||||
- DeepSeek: set `DEEPSEEK_API_KEY`, the provisioned `DEEPSEEK_MODEL`, and HTTPS
|
||||
`DEEPSEEK_ENDPOINT`.
|
||||
- DeepSeek: set `DEEPSEEK_API_KEY`, the provisioned low-latency `DEEPSEEK_MODEL`,
|
||||
and HTTPS `DEEPSEEK_ENDPOINT`. `DEEPSEEK_REASONING_MODEL` is optional and
|
||||
falls back to `DEEPSEEK_MODEL`.
|
||||
|
||||
Gateway text requests may include the optional stable `taskKind` values documented in
|
||||
`docs/openapi.yaml`. The server maps `capability + taskKind` to a deterministic execution policy;
|
||||
it never infers task type from user content. Polish and transform tasks explicitly disable DeepSeek
|
||||
thinking and do not retry an empty buffered result. AI questions and agent planning explicitly use
|
||||
high-effort thinking. Search and tools remain disabled for every task because no safe, billable
|
||||
implementation is configured.
|
||||
|
||||
Store production values in 1Panel's secret/environment facility. The Compose environment receives
|
||||
them at runtime because this application does not read Docker `/run/secrets/*` files directly.
|
||||
@@ -236,7 +244,7 @@ Internet.
|
||||
- Apple: `APPLE_TEAM_ID`, `APPLE_KEY_ID`, `APPLE_CLIENT_ID`, `APPLE_PRIVATE_KEY_PEM`,
|
||||
`APPLE_INTEGRITY_ENVIRONMENT`.
|
||||
- Providers: `VOLCENGINE_API_KEY`, `VOLCENGINE_RESOURCE_ID`, `DEEPSEEK_API_KEY`,
|
||||
`DEEPSEEK_MODEL`.
|
||||
`DEEPSEEK_MODEL`; optionally `DEEPSEEK_REASONING_MODEL`.
|
||||
- Production controls: `APP_ENV=production`, `ENFORCE_DEVICE_CHECK=true`,
|
||||
`ENFORCE_APP_ATTEST=true`.
|
||||
- Optional tuning: token lifetimes, gateway grant days, credit values, binding window and pool size;
|
||||
|
||||
Reference in New Issue
Block a user