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