@tiens.nguyen/gonext-local-worker 1.0.287 → 1.0.289
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/gonext-local-worker.mjs +3 -0
- package/package.json +1 -1
package/gonext-local-worker.mjs
CHANGED
|
@@ -1897,6 +1897,9 @@ async function runAgentChatJob(job) {
|
|
|
1897
1897
|
// cited answer with this model instead of returning raw read pages. Empty = no synth.
|
|
1898
1898
|
searchBaseURL: payload?.searchBaseURL ?? "",
|
|
1899
1899
|
searchModelId: payload?.searchModelId ?? "",
|
|
1900
|
+
// SearXNG metasearch URL ("Agent Search Server", web Settings). Empty = python falls
|
|
1901
|
+
// back to the GONEXT_SEARXNG_URL env (or keyless DDG only).
|
|
1902
|
+
searxngUrl: payload?.searxngUrl ?? "",
|
|
1900
1903
|
tools: payload?.tools ?? ["http_request"],
|
|
1901
1904
|
// 0 = "not explicitly set": python defaults to 5, but may auto-raise to 12 when
|
|
1902
1905
|
// workspaces are registered. Passing a literal 5 here would look user-set and
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tiens.nguyen/gonext-local-worker",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.289",
|
|
4
4
|
"description": "Polls GoNext cloud API for async local LLM jobs and runs them against Ollama/OpenAI-compatible servers on this Mac",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|