Commit 5c68af4
authored
✨ Skill ability enhancement and bug fix (#3017)
* ✨ Support skill params config
* ✨ Add frontend official skill install wizard, which could be triggered by tenant creation or admin management
♻️ Remove terminal skill installation in deploy.sh
✨ Users can now manage skills in tenant resource page
* ♻️ Remove terminal skill installation in deploy.sh
♻️ Change default skill install directory to $ROOT_DIR/nexent-data
* ✨ Supports tenant-level separation of skills
🐛 Bugfix: code retrieved from knowledge base would falsely be executed
* ♻️ Now constraint and few shot tab would remain empty when generating agent prompt
♻️ Add backend support to skill-tenant management and official skill installation
* ✨ Agent export/import now includes skills
* 🐛 Bugfix: frontend syntax error
* 🐛 Bugfix: frontend syntax error
🧪 Add unit tests
* ♻️ Refactor: remove redundant code
🧪 Add unit tests
* 🐛 Bugfix: frontend syntax error
* 🧪 Fix test files
* 🐛 Bugfix: frontend syntax error
* 🐛 Bugfix: frontend syntax error
* 🧪 Fix test files
* 🐛 Bugfix: SU skill resource management with wrong scope
* 🐛 Bugfix: SU skill resource management with wrong scope1 parent 8ad3cb6 commit 5c68af4
82 files changed
Lines changed: 10672 additions & 3293 deletions
File tree
- backend
- apps
- consts
- database
- services
- docker
- official-skills-zip
- sql
- frontend
- app/[locale]
- agents/components
- agentConfig
- skill
- tool
- agentInfo
- market
- space
- tenant-resources/components
- resources
- components
- agent
- skill
- tool-config
- hooks
- agent
- lib
- public/locales
- en
- zh
- services
- types
- sdk/nexent
- core/agents
- skills
- test
- backend
- app
- database
- services
- sdk
- core/agents
- skills
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
167 | 171 | | |
168 | 172 | | |
169 | 173 | | |
170 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
171 | 178 | | |
172 | 179 | | |
173 | | - | |
174 | | - | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
175 | 192 | | |
176 | 193 | | |
177 | 194 | | |
| |||
181 | 198 | | |
182 | 199 | | |
183 | 200 | | |
184 | | - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
185 | 206 | | |
186 | 207 | | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
192 | 221 | | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
193 | 227 | | |
194 | 228 | | |
195 | 229 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments