asteroid-odyssey 1.6.293 → 1.6.303
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1386,6 +1386,10 @@ type AgentsGraphModelsSettings = {
|
|
|
1386
1386
|
* Whether to use the new agent loop for execution (admin-only setting)
|
|
1387
1387
|
*/
|
|
1388
1388
|
new_agent_loop?: boolean;
|
|
1389
|
+
/**
|
|
1390
|
+
* Exact Daytona snapshot name for agent-loop (admin-only)
|
|
1391
|
+
*/
|
|
1392
|
+
agent_loop_snapshot?: string;
|
|
1389
1393
|
};
|
|
1390
1394
|
type AgentsGraphModelsStickyNote = {
|
|
1391
1395
|
id: CommonUuid;
|
package/dist/index.d.ts
CHANGED
|
@@ -1386,6 +1386,10 @@ type AgentsGraphModelsSettings = {
|
|
|
1386
1386
|
* Whether to use the new agent loop for execution (admin-only setting)
|
|
1387
1387
|
*/
|
|
1388
1388
|
new_agent_loop?: boolean;
|
|
1389
|
+
/**
|
|
1390
|
+
* Exact Daytona snapshot name for agent-loop (admin-only)
|
|
1391
|
+
*/
|
|
1392
|
+
agent_loop_snapshot?: string;
|
|
1389
1393
|
};
|
|
1390
1394
|
type AgentsGraphModelsStickyNote = {
|
|
1391
1395
|
id: CommonUuid;
|