asteroid-odyssey 1.6.284 → 1.6.285

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
@@ -1230,7 +1230,7 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
1230
1230
  batch_actions: boolean;
1231
1231
  playwright_script_properties?: AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties;
1232
1232
  learn_and_compile?: boolean;
1233
- execution_mode?: 'agentic' | 'memory' | 'deterministic';
1233
+ execution_mode?: 'agentic' | 'learning' | 'adaptive' | 'deterministic';
1234
1234
  model: string;
1235
1235
  };
1236
1236
  type AgentsGraphModelsNodesPropertiesOutcomeString = string;
package/dist/index.d.ts CHANGED
@@ -1230,7 +1230,7 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
1230
1230
  batch_actions: boolean;
1231
1231
  playwright_script_properties?: AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties;
1232
1232
  learn_and_compile?: boolean;
1233
- execution_mode?: 'agentic' | 'memory' | 'deterministic';
1233
+ execution_mode?: 'agentic' | 'learning' | 'adaptive' | 'deterministic';
1234
1234
  model: string;
1235
1235
  };
1236
1236
  type AgentsGraphModelsNodesPropertiesOutcomeString = string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.6.284",
3
+ "version": "1.6.285",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",