@compilr-dev/sdk 0.10.22 → 0.10.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/team/tool-config.js +7 -0
- package/package.json +1 -1
package/dist/team/tool-config.js
CHANGED
|
@@ -173,6 +173,13 @@ export const TOOL_GROUPS = {
|
|
|
173
173
|
tier: 'direct',
|
|
174
174
|
note: 'Hand off current task to another specialist or coordinator',
|
|
175
175
|
},
|
|
176
|
+
consult: {
|
|
177
|
+
label: 'Agent Consult',
|
|
178
|
+
tools: [TOOL_NAMES.CONSULT],
|
|
179
|
+
readOnly: false,
|
|
180
|
+
tier: 'direct',
|
|
181
|
+
note: 'Ask another specialist a focused question without giving up the conversation',
|
|
182
|
+
},
|
|
176
183
|
guide: {
|
|
177
184
|
label: 'CLI Documentation',
|
|
178
185
|
tools: [TOOL_NAMES.COMPILR_GUIDE],
|