Skip to content

Commit bdbdc3b

Browse files
author
linyuan.yang
committed
agenda 系统改为 插件引入
1 parent 862a4fd commit bdbdc3b

59 files changed

Lines changed: 489 additions & 484 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packageManager": "pnpm@10.33.0",
55
"scripts": {
66
"test": "pnpm -r --if-present run test",
7-
"build:core": "pnpm --filter scorpio.di run build && pnpm --filter scorpio.ai run build && pnpm --filter sbot.plugin run build && pnpm --filter sbot.commons run build",
7+
"build:core": "pnpm --filter scorpio.di run build && pnpm --filter scorpio.ai run build && pnpm --filter agent.agenda run build && pnpm --filter sbot.plugin run build && pnpm --filter sbot.commons run build",
88
"build:wiki": "pnpm --filter wiki.base run build && pnpm --filter wiki.local run build && pnpm --filter wiki.gdrive run build",
99
"build:channel": "pnpm --filter channel.base run build && pnpm --filter channel.lark run build && pnpm --filter channel.slack run build && pnpm --filter channel.wecom run build && pnpm --filter channel.wechat run build && pnpm --filter channel.onebot run build && pnpm --filter channel.xiaoai run build && pnpm --filter channel.dingtalk run build && pnpm --filter channel.qq run build && pnpm --filter channel.yuanbao run build && pnpm --filter channel.remote-agent run build",
1010
"build:deps": "pnpm run build:core && pnpm run build:wiki && pnpm run build:channel",
@@ -60,9 +60,6 @@
6060
"protobufjs",
6161
"sqlite3",
6262
"sharp"
63-
],
64-
"patchedDependencies": {
65-
"@modelcontextprotocol/sdk": "patches/@modelcontextprotocol__sdk.patch"
66-
}
63+
]
6764
}
6865
}

packages/agent.agenda/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/node_modules
2+
/dist
3+
/package-lock.json
4+
/tsconfig.tsbuildinfo

packages/agent.agenda/package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "agent.agenda",
3+
"version": "0.0.1",
4+
"description": "Agenda capability plugin for Scorpio agents",
5+
"main": "dist/index.js",
6+
"types": "dist/index.d.ts",
7+
"scripts": {
8+
"build": "rimraf dist && tsc -b --force && node scripts/copy-assets.cjs"
9+
},
10+
"dependencies": {
11+
"@langchain/core": "catalog:",
12+
"better-sqlite3": "catalog:",
13+
"scorpio.ai": "workspace:*",
14+
"scorpio.di": "workspace:*",
15+
"zod": "catalog:"
16+
},
17+
"devDependencies": {
18+
"@types/better-sqlite3": "catalog:",
19+
"@types/node": "catalog:",
20+
"rimraf": "catalog:",
21+
"typescript": "catalog:"
22+
},
23+
"private": true
24+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)