@codedrifters/configulator 0.0.304 → 0.0.305
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/lib/index.js +5 -0
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +5 -0
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -12158,6 +12158,11 @@ function buildMeetingAnalysisBundle(tier = AGENT_MODEL.BALANCED) {
|
|
|
12158
12158
|
skills: [processMeetingSkill],
|
|
12159
12159
|
subAgents: [buildMeetingAnalystSubAgent(tier)],
|
|
12160
12160
|
labels: [
|
|
12161
|
+
{
|
|
12162
|
+
name: "type:meeting-processing",
|
|
12163
|
+
color: "5319E7",
|
|
12164
|
+
description: "Meeting transcript processing pipeline"
|
|
12165
|
+
},
|
|
12161
12166
|
{
|
|
12162
12167
|
name: "meeting:extract",
|
|
12163
12168
|
color: "C5DEF5",
|