@botbotgo/agent-harness 0.0.60 → 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: https://ollama-rtx-4070.easynet.world/
16
+ baseUrl: http://127.0.0.1:11434
17
17
 
18
18
  # ===================
19
19
  # DeepAgents Features
@@ -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: https://ollama-rtx-4070.easynet.world/
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.59";
1
+ export declare const AGENT_HARNESS_VERSION = "0.0.61";
@@ -1 +1 @@
1
- export const AGENT_HARNESS_VERSION = "0.0.59";
1
+ export const AGENT_HARNESS_VERSION = "0.0.61";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botbotgo/agent-harness",
3
- "version": "0.0.60",
3
+ "version": "0.0.62",
4
4
  "description": "Workspace runtime for multi-agent applications",
5
5
  "type": "module",
6
6
  "packageManager": "npm@10.9.2",