@tiens.nguyen/gonext-local-worker 1.0.53 → 1.0.54
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_agent_chat.py +1 -0
- package/package.json +1 -1
package/gonext_agent_chat.py
CHANGED
|
@@ -148,6 +148,7 @@ def run_agent_chat(cfg):
|
|
|
148
148
|
max_steps=max_steps,
|
|
149
149
|
step_callbacks=[step_callback],
|
|
150
150
|
executor_kwargs={"timeout_seconds": 60},
|
|
151
|
+
additional_authorized_imports=["json", "urllib", "urllib.request", "urllib.error"],
|
|
151
152
|
)
|
|
152
153
|
# Emit before agent.run() so the web no-progress timer resets while the
|
|
153
154
|
# model loads its weights and generates its first reasoning step.
|
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.54",
|
|
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",
|