asteroid-odyssey 1.7.271 → 1.7.274

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.d.mts CHANGED
@@ -609,10 +609,6 @@ type AgentsGraphModelsExternalSettings = {
609
609
  * Whether to use the new agent loop for execution (beta)
610
610
  */
611
611
  new_agent_loop?: boolean;
612
- /**
613
- * Whether this agent has variants — one workflow driving many per-variant script trees, selected at execution time by `variantKey`. Required for a node's `script_filepath` to use the `{{variant_key}}` placeholder, and required for an execution to carry a `variantKey`.
614
- */
615
- variant_mode?: boolean;
616
612
  };
617
613
  /**
618
614
  * Browser provider type
package/dist/index.d.ts CHANGED
@@ -609,10 +609,6 @@ type AgentsGraphModelsExternalSettings = {
609
609
  * Whether to use the new agent loop for execution (beta)
610
610
  */
611
611
  new_agent_loop?: boolean;
612
- /**
613
- * Whether this agent has variants — one workflow driving many per-variant script trees, selected at execution time by `variantKey`. Required for a node's `script_filepath` to use the `{{variant_key}}` placeholder, and required for an execution to carry a `variantKey`.
614
- */
615
- variant_mode?: boolean;
616
612
  };
617
613
  /**
618
614
  * Browser provider type
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.7.271",
3
+ "version": "1.7.274",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",