deepagents 1.8.2 → 1.8.3
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/dist/index.cjs +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5033,7 +5033,10 @@ function createDeepAgent(params = {}) {
|
|
|
5033
5033
|
checkpointer,
|
|
5034
5034
|
store,
|
|
5035
5035
|
name
|
|
5036
|
-
}).withConfig({
|
|
5036
|
+
}).withConfig({
|
|
5037
|
+
recursionLimit: 1e4,
|
|
5038
|
+
metadata: { ls_integration: "deepagents" }
|
|
5039
|
+
});
|
|
5037
5040
|
}
|
|
5038
5041
|
|
|
5039
5042
|
//#endregion
|