@botbotgo/agent-harness 0.0.450 → 0.0.451
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const AGENT_HARNESS_VERSION = "0.0.
|
|
1
|
+
export declare const AGENT_HARNESS_VERSION = "0.0.451";
|
|
2
2
|
export declare const AGENT_HARNESS_RELEASE_DATE = "2026-05-04";
|
package/dist/package-version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const AGENT_HARNESS_VERSION = "0.0.
|
|
1
|
+
export const AGENT_HARNESS_VERSION = "0.0.451";
|
|
2
2
|
export const AGENT_HARNESS_RELEASE_DATE = "2026-05-04";
|
|
@@ -327,7 +327,9 @@ export function parseAgentItem(item, sourcePath) {
|
|
|
327
327
|
subagentRefs,
|
|
328
328
|
subagentPathRefs,
|
|
329
329
|
asyncSubagents,
|
|
330
|
-
langchainAgentConfig: normalizeModuleAgentConfig(readAgentConfig(normalizedItem, {
|
|
330
|
+
langchainAgentConfig: normalizeModuleAgentConfig(readAgentConfig(normalizedItem, {
|
|
331
|
+
includeDelegationControls: executionMode === "langchain-v1",
|
|
332
|
+
}), moduleRoot),
|
|
331
333
|
deepAgentConfig: normalizeModuleAgentConfig(readAgentConfig(normalizedItem, {
|
|
332
334
|
includeObjectBackend: true,
|
|
333
335
|
includeDelegationControls: false,
|