Files
core/packages/compiled/package.json
Innei 46704d2498 feat: update ai integration (#2422)
* init

Signed-off-by: Innei <tukon479@gmail.com>

* update

Signed-off-by: Innei <tukon479@gmail.com>

* chore: update package dependencies and remove unused code

- Updated package manager version in package.json to pnpm@10.10.0.
- Removed references to `@modelcontextprotocol/sdk` from core application files.
- Deleted unused `mcp.controller.ts` and cleaned up related imports in `mcp.module.ts`.
- Adjusted optional dependencies in pnpm-lock.yaml.

Signed-off-by: Innei <tukon479@gmail.com>

* refactor: update AI summary and writer services to use new tools parser

- Replaced `JsonOutputFunctionsParser` with `JsonOutputToolsParser` in both `ai-summary.service.ts` and `ai-writer.service.ts`.
- Updated function definitions to align with the new tools structure, including changes to how functions are defined and invoked.
- Enhanced error handling to return empty objects when no results are found.

Signed-off-by: Innei <tukon479@gmail.com>

---------

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-05 20:50:52 +08:00

21 lines
420 B
JSON

{
"name": "@mx-space/compiled",
"private": true,
"type": "module",
"main": "dist/index.cjs",
"exports": {
".": "./dist/index.cjs",
"./zx-global": "./zx-global.cjs",
"./auth": "./dist/auth.cjs",
"./zod": "./dist/zod.cjs"
},
"scripts": {
"build": "tsup"
},
"devDependencies": {
"better-auth": "catalog:",
"nanoid": "catalog:",
"zod": "catalog:",
"zx": "catalog:"
}
}