From 48ea560cb00656266fc7b3b00882b810b87a236c Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 12 Apr 2026 14:00:50 -0700 Subject: [PATCH] Update README with cron workflow details Added details about the cron workflow and its components. --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README b/README index 9a140e2..3835c66 100644 --- a/README +++ b/README @@ -1,3 +1,14 @@ pink is going to be a cron workflow which notifies the user via ntfy (NTFY_URL secret includes topic) whenever there is fresh updates/news regarding their list of topics in the /? dir. OPENROUTER_KEY secret is provided. + +Foundation: +The filenames in the ? dir are our queries for SEARCH_MODEL (excluding the .json extension). +Everytime the workflow runs, we query SEARCH_MODEL for each filename, and add the latest response inside. +We cut off the tail if longer than JSON_ROLLING_WINDOW. + +<3.json is our ungoing chat with REASON_MODEL. JSON_ROLLING_WINDOW also applies to <3.json. + +<3.json makeup: + +User: