-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathagents.json
More file actions
101 lines (101 loc) · 2.86 KB
/
agents.json
File metadata and controls
101 lines (101 loc) · 2.86 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[
{
"id": "taizi",
"name": "taizi",
"workspace": "C:\\Users\\<YOUR_USER>\\.openclaw\\workspace-taizi",
"agentDir": "C:\\Users\\<YOUR_USER>\\.openclaw\\agents\\taizi\\agent",
"subagents": {
"allowAgents": ["zhongshu"]
}
},
{
"id": "zhongshu",
"name": "zhongshu",
"workspace": "C:\\Users\\<YOUR_USER>\\.openclaw\\workspace-zhongshu",
"agentDir": "C:\\Users\\<YOUR_USER>\\.openclaw\\agents\\zhongshu\\agent",
"subagents": {
"allowAgents": ["menxia", "shangshu"]
}
},
{
"id": "menxia",
"name": "menxia",
"workspace": "C:\\Users\\<YOUR_USER>\\.openclaw\\workspace-menxia",
"agentDir": "C:\\Users\\<YOUR_USER>\\.openclaw\\agents\\menxia\\agent",
"subagents": {
"allowAgents": ["shangshu", "zhongshu"]
}
},
{
"id": "shangshu",
"name": "shangshu",
"workspace": "C:\\Users\\<YOUR_USER>\\.openclaw\\workspace-shangshu",
"agentDir": "C:\\Users\\<YOUR_USER>\\.openclaw\\agents\\shangshu\\agent",
"subagents": {
"allowAgents": ["zhongshu", "menxia", "hubu", "libu", "bingbu", "xingbu", "gongbu", "libu_hr"]
}
},
{
"id": "hubu",
"name": "hubu",
"workspace": "C:\\Users\\<YOUR_USER>\\.openclaw\\workspace-hubu",
"agentDir": "C:\\Users\\<YOUR_USER>\\.openclaw\\agents\\hubu\\agent",
"subagents": {
"allowAgents": ["shangshu"]
}
},
{
"id": "libu",
"name": "libu",
"workspace": "C:\\Users\\<YOUR_USER>\\.openclaw\\workspace-libu",
"agentDir": "C:\\Users\\<YOUR_USER>\\.openclaw\\agents\\libu\\agent",
"subagents": {
"allowAgents": ["shangshu"]
}
},
{
"id": "bingbu",
"name": "bingbu",
"workspace": "C:\\Users\\<YOUR_USER>\\.openclaw\\workspace-bingbu",
"agentDir": "C:\\Users\\<YOUR_USER>\\.openclaw\\agents\\bingbu\\agent",
"subagents": {
"allowAgents": ["shangshu"]
}
},
{
"id": "xingbu",
"name": "xingbu",
"workspace": "C:\\Users\\<YOUR_USER>\\.openclaw\\workspace-xingbu",
"agentDir": "C:\\Users\\<YOUR_USER>\\.openclaw\\agents\\xingbu\\agent",
"subagents": {
"allowAgents": ["shangshu"]
}
},
{
"id": "gongbu",
"name": "gongbu",
"workspace": "C:\\Users\\<YOUR_USER>\\.openclaw\\workspace-gongbu",
"agentDir": "C:\\Users\\<YOUR_USER>\\.openclaw\\agents\\gongbu\\agent",
"subagents": {
"allowAgents": ["shangshu"]
}
},
{
"id": "libu_hr",
"name": "libu_hr",
"workspace": "C:\\Users\\<YOUR_USER>\\.openclaw\\workspace-libu_hr",
"agentDir": "C:\\Users\\<YOUR_USER>\\.openclaw\\agents\\libu_hr\\agent",
"subagents": {
"allowAgents": ["shangshu"]
}
},
{
"id": "zaochao",
"name": "zaochao",
"workspace": "C:\\Users\\<YOUR_USER>\\.openclaw\\workspace-zaochao",
"agentDir": "C:\\Users\\<YOUR_USER>\\.openclaw\\agents\\zaochao\\agent",
"subagents": {
"allowAgents": []
}
}
]