Commit 54d4eb6
committed
feat: update package dependencies and configurations
- Updated several package versions in package.json for improved stability and features, including:
- Upgraded @dotenvx/dotenvx to version 1.61.1
- Upgraded @mastra/client-js to version 1.13.5-alpha.5
- Upgraded @mastra/cloudflare to version 1.3.2-alpha.0
- Upgraded @mastra/cloudflare-d1 to version 1.0.5-alpha.0
- Upgraded @mastra/convex to version 1.0.8-alpha.0
- Upgraded @mastra/core to version 1.26.0-alpha.5
- Upgraded eslint to version 10.2.1
- Upgraded marked to version 18.0.1
- Upgraded convert-csv-to-json to version 4.36.0
- Upgraded crawlee to version 4.0.0-beta.47
- Removed unnecessary lines in package.json for better readability.
fix: modify researchAgent configurations
- Changed defaultOptions in researchAgent.ts to enable includeRawChunks and disable autoResumeSuspendedTools for better tool management.
style: update logger level
- Changed logger level from 'info' to 'debug' in logger.ts for more verbose logging during development.
refactor: clean up index.ts imports and configurations
- Removed unused imports and commented-out code in index.ts for clarity.
- Adjusted CORS headers in the mastra configuration for better API security.
refactor: enhance document chunking tool
- Updated embedding model references in document-chunking.tool.ts to use fastembed directly.
- Changed span types from TOOL_CALL to MODEL_CHUNK for better observability.
- Added experimental telemetry options for embedding functions to track inputs and outputs.
feat: implement Composio agent
- Created a new Composio agent in compsio.ts that integrates with Composio's API for enhanced task automation.
feat: add process manager for sandbox
- Introduced a new process manager in process-manager.ts to handle sandbox processes more effectively.
docs: add Weaving API documentation
- Created weavingapi.md to document the Weaving API, detailing its functionality and usage for spell casting in gaming contexts.
feat: implement Composio MCP client
- Added composio-mcp.ts to manage interactions with Composio's MCP, including OAuth handling and prompt management.1 parent 8e7e6af commit 54d4eb6
13 files changed
Lines changed: 2207 additions & 583 deletions
File tree
- memory-bank
- src/mastra
- agents
- config
- public/workspace
- tools
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
1 | 15 | | |
2 | 16 | | |
3 | 17 | | |
| |||
928 | 942 | | |
929 | 943 | | |
930 | 944 | | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
931 | 950 | | |
932 | 951 | | |
933 | 952 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
1 | 18 | | |
2 | 19 | | |
3 | 20 | | |
| |||
570 | 587 | | |
571 | 588 | | |
572 | 589 | | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
573 | 595 | | |
574 | 596 | | |
575 | 597 | | |
| |||
0 commit comments