@composio/langchain
Advanced tools
+1
-1
@@ -113,3 +113,3 @@ let _composio_core = require("@composio/core"); | ||
| const func = async (...args) => { | ||
| const result = await executeTool(toolName, args[0]); | ||
| const result = await executeTool(toolName, (0, _composio_core.normalizeToolArguments)(args[0], toolName)); | ||
| return JSON.stringify(result); | ||
@@ -116,0 +116,0 @@ }; |
+2
-2
@@ -1,2 +0,2 @@ | ||
| import { BaseAgenticProvider, jsonSchemaToZodSchema } from "@composio/core"; | ||
| import { BaseAgenticProvider, jsonSchemaToZodSchema, normalizeToolArguments } from "@composio/core"; | ||
| import { DynamicStructuredTool } from "@langchain/core/tools"; | ||
@@ -113,3 +113,3 @@ | ||
| const func = async (...args) => { | ||
| const result = await executeTool(toolName, args[0]); | ||
| const result = await executeTool(toolName, normalizeToolArguments(args[0], toolName)); | ||
| return JSON.stringify(result); | ||
@@ -116,0 +116,0 @@ }; |
+12
-3
| { | ||
| "name": "@composio/langchain", | ||
| "version": "0.9.2", | ||
| "version": "0.9.3", | ||
| "description": "", | ||
| "main": "dist/index.mjs", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/ComposioHQ/composio.git", | ||
| "directory": "ts/packages/providers/langchain" | ||
| }, | ||
| "bugs": { | ||
| "url": "https://github.com/ComposioHQ/composio/issues" | ||
| }, | ||
| "homepage": "https://github.com/ComposioHQ/composio/tree/main/ts/packages/providers/langchain#readme", | ||
| "publishConfig": { | ||
@@ -40,5 +49,5 @@ "access": "public" | ||
| "typescript": "^5.9.2", | ||
| "vitest": "^3.2.4", | ||
| "vitest": "^4.1.0", | ||
| "zod": "^4.1.0", | ||
| "@composio/core": "0.10.0" | ||
| "@composio/core": "0.11.0" | ||
| }, | ||
@@ -45,0 +54,0 @@ "gitHead": "4fae6e54d5c150fba955cc5fa314281da5a1e064", |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
No website
QualityPackage does not have a website.
29358
1.53%1
-50%0
-100%