sync: mnogo

This commit is contained in:
2025-10-03 21:55:24 +03:00
parent 2abfbb4b1a
commit 86182c0808
22 changed files with 4462 additions and 1469 deletions

View File

@@ -30,8 +30,8 @@
{
"id": "n5",
"type": "SetVars",
"pos_x": 12,
"pos_y": 780,
"pos_x": 300,
"pos_y": 720,
"config": {
"variables": [
{
@@ -80,9 +80,11 @@
"passthrough_headers": true,
"extra_headers": "{\"connection\": \"close\"}",
"_origId": "n3",
"while_expr": "([[OUT3]] contains \"Stream failed to\") || ([[OUT3]] contains \"gemini-2.5-pro\")",
"ignore_errors": false,
"while_max_iters": 50
"while_expr": "([[OUT3]] contains \"Stream failed to\") || ([[OUT3]] contains \"gemini-2.5-pro\") ) || [[WAS_ERROR]]",
"ignore_errors": true,
"while_max_iters": 50,
"override_path": "",
"base_url": ""
},
"in": {
"depends": "n5.done"
@@ -91,8 +93,8 @@
{
"id": "n4",
"type": "ProviderCall",
"pos_x": 792,
"pos_y": 624,
"pos_x": 780,
"pos_y": 672,
"config": {
"provider": "gemini",
"provider_configs": {
@@ -132,10 +134,12 @@
}
],
"_origId": "n4",
"prompt_combine": "[[VAR:incoming.json.contents]] & [[PROMPT]]@pos=-1",
"while_expr": "([[OUT3]] contains \"Stream failed to\") || ([[OUT3]] contains \"gemini-2.5-pro\")",
"ignore_errors": false,
"while_max_iters": 50
"prompt_preprocess": "[[VAR:incoming.json.contents]] delKeyContains \"Okie!\"",
"prompt_combine": "[[VAR:incoming.json.contents]] & [[PROMPT]]@pos=append",
"while_expr": "([[OUT4]] contains \"Stream failed to\") || ([[OUT4]] contains \"gemini-2.5-pro\") || ([[WAS_ERROR]] == true)",
"ignore_errors": true,
"while_max_iters": 50,
"sleep_ms": 555555000
},
"in": {
"depends": "n3.done"
@@ -145,7 +149,7 @@
"id": "n7",
"type": "ProviderCall",
"pos_x": 1080,
"pos_y": 624,
"pos_y": 600,
"config": {
"provider": "gemini",
"provider_configs": {
@@ -187,8 +191,8 @@
"_origId": "n7",
"prompt_combine": "[[VAR:incoming.json.contents]] & [[PROMPT]]@pos=-1",
"claude_no_system": true,
"while_expr": "([[OUT7]] contains \"Stream failed to\") || ([[OUT7]] contains \"gemini-2.5-pro\")",
"ignore_errors": false,
"while_expr": "([[OUT7]] contains \"Stream failed to\") || ([[OUT7]] contains \"gemini-2.5-pro\") || [[WAS_ERROR]] == true",
"ignore_errors": true,
"while_max_iters": 50
},
"in": {