asteroid-odyssey 1.7.41 → 1.7.59

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
@@ -1700,7 +1700,6 @@ type AgentsGraphModelsNodesNode = {
1700
1700
  name: string;
1701
1701
  type: AgentsGraphModelsNodesNodeType;
1702
1702
  properties: AgentsGraphModelsNodesNodePropertiesUnion;
1703
- task?: string;
1704
1703
  position?: AgentsGraphModelsNodesPosition;
1705
1704
  /**
1706
1705
  * Deprecated: field is no longer populated and will be removed.
@@ -1747,14 +1746,11 @@ type AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties = {
1747
1746
  type AgentsGraphModelsNodesPropertiesIrisProperties = {
1748
1747
  type: 'iris';
1749
1748
  instructions: string;
1750
- tools: Array<string>;
1751
1749
  capabilities?: AgentsGraphModelsNodesPropertiesNodeCapabilities;
1752
1750
  snapshot_compression: boolean;
1753
1751
  compression_strategies?: Array<string>;
1754
1752
  temperature: number;
1755
- batch_actions: boolean;
1756
1753
  playwright_script_properties?: AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties;
1757
- learn_and_compile?: boolean;
1758
1754
  input_schema?: {
1759
1755
  [key: string]: unknown;
1760
1756
  };
@@ -2955,10 +2951,6 @@ type AgentsWorkflowWorkflowSnapshot = {
2955
2951
  * The settings for this workflow
2956
2952
  */
2957
2953
  settings: AgentsGraphModelsSettings;
2958
- /**
2959
- * The task description
2960
- */
2961
- task?: string;
2962
2954
  /**
2963
2955
  * The workflow graph
2964
2956
  */
package/dist/index.d.ts CHANGED
@@ -1700,7 +1700,6 @@ type AgentsGraphModelsNodesNode = {
1700
1700
  name: string;
1701
1701
  type: AgentsGraphModelsNodesNodeType;
1702
1702
  properties: AgentsGraphModelsNodesNodePropertiesUnion;
1703
- task?: string;
1704
1703
  position?: AgentsGraphModelsNodesPosition;
1705
1704
  /**
1706
1705
  * Deprecated: field is no longer populated and will be removed.
@@ -1747,14 +1746,11 @@ type AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties = {
1747
1746
  type AgentsGraphModelsNodesPropertiesIrisProperties = {
1748
1747
  type: 'iris';
1749
1748
  instructions: string;
1750
- tools: Array<string>;
1751
1749
  capabilities?: AgentsGraphModelsNodesPropertiesNodeCapabilities;
1752
1750
  snapshot_compression: boolean;
1753
1751
  compression_strategies?: Array<string>;
1754
1752
  temperature: number;
1755
- batch_actions: boolean;
1756
1753
  playwright_script_properties?: AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties;
1757
- learn_and_compile?: boolean;
1758
1754
  input_schema?: {
1759
1755
  [key: string]: unknown;
1760
1756
  };
@@ -2955,10 +2951,6 @@ type AgentsWorkflowWorkflowSnapshot = {
2955
2951
  * The settings for this workflow
2956
2952
  */
2957
2953
  settings: AgentsGraphModelsSettings;
2958
- /**
2959
- * The task description
2960
- */
2961
- task?: string;
2962
2954
  /**
2963
2955
  * The workflow graph
2964
2956
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.7.41",
3
+ "version": "1.7.59",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",