@sowonai/crewx-sdk 0.7.8 → 0.8.0-rc.0

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.
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- export declare const readFileTool: import("@mastra/core/tools.js").Tool<z.ZodObject<{
2
+ export declare const readFileTool: import("@mastra/core/tools").Tool<z.ZodObject<{
3
3
  file_path: z.ZodString;
4
4
  offset: z.ZodOptional<z.ZodNumber>;
5
5
  limit: z.ZodOptional<z.ZodNumber>;
@@ -11,7 +11,7 @@ export declare const readFileTool: import("@mastra/core/tools.js").Tool<z.ZodObj
11
11
  file_path: string;
12
12
  offset?: number | undefined;
13
13
  limit?: number | undefined;
14
- }>, z.ZodString, any, any, import("@mastra/core/tools.js").ToolExecutionContext<z.ZodObject<{
14
+ }>, z.ZodString, any, any, import("@mastra/core/tools").ToolExecutionContext<z.ZodObject<{
15
15
  file_path: z.ZodString;
16
16
  offset: z.ZodOptional<z.ZodNumber>;
17
17
  limit: z.ZodOptional<z.ZodNumber>;
@@ -38,7 +38,7 @@ export declare const readFileTool: import("@mastra/core/tools.js").Tool<z.ZodObj
38
38
  limit?: number | undefined;
39
39
  }>;
40
40
  outputSchema: z.ZodString;
41
- execute: (context: import("@mastra/core/tools.js").ToolExecutionContext<z.ZodObject<{
41
+ execute: (context: import("@mastra/core/tools").ToolExecutionContext<z.ZodObject<{
42
42
  file_path: z.ZodString;
43
43
  offset: z.ZodOptional<z.ZodNumber>;
44
44
  limit: z.ZodOptional<z.ZodNumber>;
@@ -50,5 +50,5 @@ export declare const readFileTool: import("@mastra/core/tools.js").Tool<z.ZodObj
50
50
  file_path: string;
51
51
  offset?: number | undefined;
52
52
  limit?: number | undefined;
53
- }>, any, any>, options: import("@mastra/core/tools.js").MastraToolInvocationOptions) => Promise<any>;
53
+ }>, any, any>, options: import("@mastra/core/tools").MastraToolInvocationOptions) => Promise<any>;
54
54
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sowonai/crewx-sdk",
3
- "version": "0.7.8",
3
+ "version": "0.8.0-rc.0",
4
4
  "license": "Apache-2.0",
5
5
  "engines": {
6
6
  "node": ">=20.19.0"