mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 13:54:05 +01:00
feat: integrate new AI tools and enhance API functionality
- Added '@nuxtjs/mdc' module to nuxt.config.ts for improved UI components. - Configured MDC settings to disable anchor links for headings. - Updated API proxy settings to include '/api/uses' and a general '/api/' endpoint. - Introduced new dependencies for AI SDKs and tools in package.json. - Created a new chat API endpoint to handle AI interactions with various tools. - Implemented utility functions for activity tracking, resource reading, resume retrieval, statistics, status monitoring, and categorized tool usage. - Updated social links in types/index.ts to redirect through a custom domain. - Updated worker configuration to include AI binding for Cloudflare.
This commit is contained in:
16
package.json
16
package.json
@@ -11,20 +11,26 @@
|
||||
"cf-typegen": "wrangler types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/mcp": "^0.0.12",
|
||||
"@ai-sdk/vue": "^2.0.115",
|
||||
"@libsql/client": "^0.15.15",
|
||||
"@modelcontextprotocol/sdk": "^1.25.1",
|
||||
"@nuxt/content": "3.9.0",
|
||||
"@nuxt/eslint": "1.12.1",
|
||||
"@nuxt/ui": "4.3.0",
|
||||
"@nuxthub/core": "0.10.3",
|
||||
"@nuxtjs/i18n": "10.2.1",
|
||||
"@nuxt/ui": "^4.3.0",
|
||||
"@nuxthub/core": "^0.10.3",
|
||||
"@nuxtjs/mdc": "^0.19.1",
|
||||
"@vueuse/core": "^14.1.0",
|
||||
"@vueuse/math": "^14.1.0",
|
||||
"ai": "5.0.115",
|
||||
"drizzle-kit": "^0.31.8",
|
||||
"drizzle-orm": "^0.45.1",
|
||||
"nuxt": "4.2.2",
|
||||
"nuxt-studio": "1.0.0-alpha.4",
|
||||
"vue": "3.5.25",
|
||||
"vue": "3.5.26",
|
||||
"vue-router": "4.6.4",
|
||||
"zod": "4.2.1"
|
||||
"workers-ai-provider": "^2.0.0",
|
||||
"zod": "^4.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/devicon": "1.2.53",
|
||||
|
||||
Reference in New Issue
Block a user