Commit 0c1317b
committed
feat: update dependencies and enhance tools
- Updated the "ai" package version from ^5.0.121 to ^6.0.37 in package.json.
- Added "mathjs" package with version ^15.1.0 to package.json.
- Imported "convexMemory" in copywriterAgent.ts for enhanced functionality.
- Introduced a helper function `isErrCanceled` in arxiv.tool.ts to streamline error handling for cancellation.
- Refactored error handling in arxivPdfParserTool to utilize the new `isErrCanceled` function.
- Enhanced PDF data handling in arxivPdfParserTool to support various data types.
- Updated temperature conversion error messages in calculator.tool.ts for better clarity.
- Improved matrix multiplication error handling in calculator.tool.ts.
- Refactored calendar-tool.ts to streamline logging and remove unnecessary mastra references.
- Updated chartjs.tool.ts to ensure proper typing and handling of indicator data.
- Enhanced code-analysis.tool.ts and code-search.tool.ts to replace mastra references with tracingContext.
- Improved error handling and logging in code-chunking.ts for better debugging.
- Enhanced weather-tool.ts and web-scraper-tool.ts to ensure proper tracing context usage.
- Refactored data exporter logic in dataExporterTool to handle various data types more robustly.
- Improved error messages and handling in various tools for better user feedback and debugging.1 parent 6ee8faf commit 0c1317b
15 files changed
Lines changed: 385 additions & 409 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | | - | |
79 | | - | |
| 79 | + | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
119 | | - | |
| 120 | + | |
120 | 121 | | |
121 | | - | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
0 commit comments