Alibrown commited on
Commit
a045e10
Β·
verified Β·
1 Parent(s): d7a2bef

Update app/.pyfun

Browse files
Files changed (1) hide show
  1. 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"