@mcp-use/agent 2.0.2-canary.0 → 2.0.2-canary.2

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/langchain.js CHANGED
@@ -1681,12 +1681,6 @@ var ObservabilityManager = class {
1681
1681
  }
1682
1682
  };
1683
1683
 
1684
- // src/version.ts
1685
- var VERSION = "2.0.2-canary.0";
1686
- function getPackageVersion() {
1687
- return VERSION;
1688
- }
1689
-
1690
1684
  // src/telemetry/utils.ts
1691
1685
  function getModelProvider(llm) {
1692
1686
  return llm._llm_type || llm.constructor.name.toLowerCase();
@@ -1719,6 +1713,12 @@ function extractModelInfo(llm) {
1719
1713
  // src/agents/mcp_agent_langchain.ts
1720
1714
  import { Telemetry } from "@mcp-use/client";
1721
1715
 
1716
+ // src/version.ts
1717
+ var VERSION = "2.0.2-canary.2";
1718
+ function getPackageVersion() {
1719
+ return VERSION;
1720
+ }
1721
+
1722
1722
  // src/agents/prompts/system_prompt_builder.ts
1723
1723
  import { SystemMessage } from "langchain";
1724
1724
  function generateToolDescriptions(tools, disallowedTools) {