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.js
CHANGED
|
@@ -4989,7 +4989,10 @@ function createDeepAgent(params = {}) {
|
|
|
4989
4989
|
checkpointer,
|
|
4990
4990
|
store,
|
|
4991
4991
|
name
|
|
4992
|
-
}).withConfig({
|
|
4992
|
+
}).withConfig({
|
|
4993
|
+
recursionLimit: 1e4,
|
|
4994
|
+
metadata: { ls_integration: "deepagents" }
|
|
4995
|
+
});
|
|
4993
4996
|
}
|
|
4994
4997
|
|
|
4995
4998
|
//#endregion
|