Spaces:
Running
Running
Update app/.pyfun
Browse files- app/.pyfun +9 -0
app/.pyfun
CHANGED
|
@@ -460,6 +460,15 @@ SEARCH_TIMEOUT_SEC = "30"
|
|
| 460 |
timeout_sec = "10"
|
| 461 |
[TOOL.db_query_END]
|
| 462 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 463 |
# ββ Future tools ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 464 |
# [TOOL.image_gen]
|
| 465 |
# active = "false"
|
|
|
|
| 460 |
timeout_sec = "10"
|
| 461 |
[TOOL.db_query_END]
|
| 462 |
|
| 463 |
+
[TOOL.persist_result]
|
| 464 |
+
active = "true"
|
| 465 |
+
description = "Persist hub_state data to PostgreSQL for long-term storage"
|
| 466 |
+
provider_type = "persist"
|
| 467 |
+
state_read_key = "" # welcher hub_state Key β leer = prompt direkt
|
| 468 |
+
target_table = "hub_results"
|
| 469 |
+
timeout_sec = "10"
|
| 470 |
+
[TOOL.persist_result_END]
|
| 471 |
+
|
| 472 |
# ββ Future tools ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 473 |
# [TOOL.image_gen]
|
| 474 |
# active = "false"
|