-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "agent-kit",
"version": "0.0.1",
"private": true,
"description": "A collection of AI agent tools and components",
"scripts": {
"build": "pnpm -r build",
"dev": "pnpm -r dev",
"lint": "pnpm -r lint",
"test": "pnpm -r test",
"clean": "pnpm -r clean",
"toolkit:build": "pnpm -F @agent-labs/agent-toolkit build",
"toolkit:release": "pnpm -F @agent-labs/agent-toolkit release",
"dev:chat": "pnpm --filter @agent-labs/agent-chat dev",
"playground": "pnpm --filter @agent-labs/agent-chat playground",
"dev:server": "pnpm --filter @agent-labs/ag-ui-server dev",
"dev:demo": "pnpm --filter agentic-app-demo dev",
"build:chat": "pnpm --filter @agent-labs/agent-chat build",
"build:server": "pnpm --filter @agent-labs/agent-server build",
"build:demo": "pnpm --filter agentic-app-demo build"
},
"keywords": [
"ai",
"agent",
"chat",
"react",
"typescript"
],
"author": "Agent Labs",
"license": "MIT",
"devDependencies": {
"bumpp": "^10.1.1"
}
}