@botbotgo/agent-harness 0.0.61 → 0.0.62
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.
|
@@ -13,7 +13,7 @@ spec:
|
|
|
13
13
|
# LangChain aligned feature: concrete embedding model identifier passed to the provider integration.
|
|
14
14
|
model: nomic-embed-text
|
|
15
15
|
# LangChain aligned feature: provider-specific initialization options for embeddings.
|
|
16
|
-
baseUrl:
|
|
16
|
+
baseUrl: http://127.0.0.1:11434
|
|
17
17
|
|
|
18
18
|
# ===================
|
|
19
19
|
# DeepAgents Features
|
package/dist/config/models.yaml
CHANGED
|
@@ -24,6 +24,6 @@ spec:
|
|
|
24
24
|
# Common examples include `baseUrl`, `temperature`, and auth/client settings.
|
|
25
25
|
# `baseUrl` configures the Ollama-compatible endpoint used by the model client.
|
|
26
26
|
# For `openai-compatible`, `baseUrl` is normalized into the ChatOpenAI `configuration.baseURL` field.
|
|
27
|
-
baseUrl:
|
|
27
|
+
baseUrl: http://127.0.0.1:11434
|
|
28
28
|
# LangChain aligned feature: provider/model initialization option controlling sampling temperature.
|
|
29
29
|
temperature: 0.2
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const AGENT_HARNESS_VERSION = "0.0.
|
|
1
|
+
export declare const AGENT_HARNESS_VERSION = "0.0.61";
|
package/dist/package-version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const AGENT_HARNESS_VERSION = "0.0.
|
|
1
|
+
export const AGENT_HARNESS_VERSION = "0.0.61";
|