kimiflare 0.77.0 → 0.78.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +221 -39
- package/dist/index.js.map +1 -1
- package/dist/sdk/index.d.ts +2 -0
- package/dist/sdk/index.js.map +1 -1
- package/package.json +1 -1
package/dist/sdk/index.d.ts
CHANGED
|
@@ -349,6 +349,8 @@ interface KimiConfig {
|
|
|
349
349
|
multiAgentEnabled?: boolean;
|
|
350
350
|
/** Bearer/secret for the worker endpoint (sent as X-Worker-Api-Key). */
|
|
351
351
|
workerApiKey?: string;
|
|
352
|
+
/** Name of the deployed multi-agent Worker. Used for tear-down. */
|
|
353
|
+
workerName?: string;
|
|
352
354
|
/** When true, after plan workers synthesize, spawn one executor worker
|
|
353
355
|
* to implement the synthesized plan and open a PR. Off by default. */
|
|
354
356
|
autoExecute?: boolean;
|