mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 13:26:04 -06:00
fix(agents): finalize settled tool turns safely
This commit is contained in:
@@ -145,14 +145,16 @@ export function readPluginSdkSurfaceBudgets(env = process.env) {
|
||||
"OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_EXPORTS",
|
||||
// +4: session discussion state, info, provider, and registration contracts.
|
||||
// +2: structured media placeholder formatter and its text-fact contract.
|
||||
4721,
|
||||
// +2: narrow settled-turn finalization result and safe full-attempt projector.
|
||||
4723,
|
||||
env,
|
||||
),
|
||||
publicFunctionExports: readPluginSdkSurfaceBudgetEnv(
|
||||
"OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_FUNCTION_EXPORTS",
|
||||
// +1: session discussion provider registration.
|
||||
// +1: structured media placeholder formatter for text-only channel carriers.
|
||||
2880,
|
||||
// +1: settled-turn full-attempt projector.
|
||||
2881,
|
||||
env,
|
||||
),
|
||||
publicDeprecatedExports: readPluginSdkSurfaceBudgetEnv(
|
||||
|
||||
Reference in New Issue
Block a user