asteroid-odyssey 1.7.396 → 1.7.397

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
@@ -2339,10 +2339,6 @@ type AgentsGraphModelsExternalSettings = {
2339
2339
  * Maximum timeout in minutes
2340
2340
  */
2341
2341
  max_timeout_mins: number;
2342
- /**
2343
- * Whether to use the new agent loop for execution (beta)
2344
- */
2345
- new_agent_loop?: boolean;
2346
2342
  };
2347
2343
  type AgentsGraphModelsNodesNode = {
2348
2344
  id: CommonUuid;
package/dist/index.d.ts CHANGED
@@ -2339,10 +2339,6 @@ type AgentsGraphModelsExternalSettings = {
2339
2339
  * Maximum timeout in minutes
2340
2340
  */
2341
2341
  max_timeout_mins: number;
2342
- /**
2343
- * Whether to use the new agent loop for execution (beta)
2344
- */
2345
- new_agent_loop?: boolean;
2346
2342
  };
2347
2343
  type AgentsGraphModelsNodesNode = {
2348
2344
  id: CommonUuid;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.7.396",
3
+ "version": "1.7.397",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",