asteroid-odyssey 1.7.41 → 1.7.69

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.
@@ -1728,6 +1727,9 @@ type AgentsGraphModelsNodesPosition = {
1728
1727
  y: number;
1729
1728
  };
1730
1729
  type AgentsGraphModelsNodesPropertiesApiMethod = 'GET' | 'POST' | 'PUT' | 'DELETE';
1730
+ /**
1731
+ * @deprecated
1732
+ */
1731
1733
  type AgentsGraphModelsNodesPropertiesApiProperties = {
1732
1734
  type: 'api';
1733
1735
  method: AgentsGraphModelsNodesPropertiesApiMethod;
@@ -1747,14 +1749,11 @@ type AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties = {
1747
1749
  type AgentsGraphModelsNodesPropertiesIrisProperties = {
1748
1750
  type: 'iris';
1749
1751
  instructions: string;
1750
- tools: Array<string>;
1751
1752
  capabilities?: AgentsGraphModelsNodesPropertiesNodeCapabilities;
1752
1753
  snapshot_compression: boolean;
1753
1754
  compression_strategies?: Array<string>;
1754
1755
  temperature: number;
1755
- batch_actions: boolean;
1756
1756
  playwright_script_properties?: AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties;
1757
- learn_and_compile?: boolean;
1758
1757
  input_schema?: {
1759
1758
  [key: string]: unknown;
1760
1759
  };
@@ -1844,6 +1843,9 @@ type AgentsGraphModelsNodesPropertiesPlaywrightScriptProperties = {
1844
1843
  type AgentsGraphModelsNodesPropertiesStartProperties = {
1845
1844
  type: 'start';
1846
1845
  };
1846
+ /**
1847
+ * @deprecated
1848
+ */
1847
1849
  type AgentsGraphModelsNodesPropertiesUrlProperties = {
1848
1850
  type: 'url';
1849
1851
  url: string;
@@ -2955,10 +2957,6 @@ type AgentsWorkflowWorkflowSnapshot = {
2955
2957
  * The settings for this workflow
2956
2958
  */
2957
2959
  settings: AgentsGraphModelsSettings;
2958
- /**
2959
- * The task description
2960
- */
2961
- task?: string;
2962
2960
  /**
2963
2961
  * The workflow graph
2964
2962
  */
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.
@@ -1728,6 +1727,9 @@ type AgentsGraphModelsNodesPosition = {
1728
1727
  y: number;
1729
1728
  };
1730
1729
  type AgentsGraphModelsNodesPropertiesApiMethod = 'GET' | 'POST' | 'PUT' | 'DELETE';
1730
+ /**
1731
+ * @deprecated
1732
+ */
1731
1733
  type AgentsGraphModelsNodesPropertiesApiProperties = {
1732
1734
  type: 'api';
1733
1735
  method: AgentsGraphModelsNodesPropertiesApiMethod;
@@ -1747,14 +1749,11 @@ type AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties = {
1747
1749
  type AgentsGraphModelsNodesPropertiesIrisProperties = {
1748
1750
  type: 'iris';
1749
1751
  instructions: string;
1750
- tools: Array<string>;
1751
1752
  capabilities?: AgentsGraphModelsNodesPropertiesNodeCapabilities;
1752
1753
  snapshot_compression: boolean;
1753
1754
  compression_strategies?: Array<string>;
1754
1755
  temperature: number;
1755
- batch_actions: boolean;
1756
1756
  playwright_script_properties?: AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties;
1757
- learn_and_compile?: boolean;
1758
1757
  input_schema?: {
1759
1758
  [key: string]: unknown;
1760
1759
  };
@@ -1844,6 +1843,9 @@ type AgentsGraphModelsNodesPropertiesPlaywrightScriptProperties = {
1844
1843
  type AgentsGraphModelsNodesPropertiesStartProperties = {
1845
1844
  type: 'start';
1846
1845
  };
1846
+ /**
1847
+ * @deprecated
1848
+ */
1847
1849
  type AgentsGraphModelsNodesPropertiesUrlProperties = {
1848
1850
  type: 'url';
1849
1851
  url: string;
@@ -2955,10 +2957,6 @@ type AgentsWorkflowWorkflowSnapshot = {
2955
2957
  * The settings for this workflow
2956
2958
  */
2957
2959
  settings: AgentsGraphModelsSettings;
2958
- /**
2959
- * The task description
2960
- */
2961
- task?: string;
2962
2960
  /**
2963
2961
  * The workflow graph
2964
2962
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.7.41",
3
+ "version": "1.7.69",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",