@girardmedia/bootspring 2.0.36 → 2.0.37

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.
@@ -18,6 +18,7 @@ const workflowComposer = require('./workflow-composer');
18
18
  const agentCollab = require('./agent-collab');
19
19
  const contentGen = require('./content-gen');
20
20
  const crossProject = require('./cross-project');
21
+ const agentRouter = require('./agent-router');
21
22
 
22
23
  module.exports = {
23
24
  // Orchestrator functions
@@ -260,6 +261,15 @@ module.exports = {
260
261
  agentCollab,
261
262
  contentGen,
262
263
  crossProject,
264
+ agentRouter,
265
+
266
+ // Agent Router - Intelligent task routing
267
+ routeTask: agentRouter.IntelligentAgentRouter.prototype.route,
268
+ createAgentRouter: (options) => new agentRouter.IntelligentAgentRouter(options),
269
+ IntelligentAgentRouter: agentRouter.IntelligentAgentRouter,
270
+ EXPERTISE_DOMAINS: agentRouter.EXPERTISE_DOMAINS,
271
+ COMPLEXITY_FACTORS: agentRouter.COMPLEXITY_FACTORS,
272
+ COLLABORATION_PATTERNS: agentRouter.COLLABORATION_PATTERNS,
263
273
 
264
274
  // Constants
265
275
  PHASE_AGENTS: orchestrator.PHASE_AGENTS,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "contractVersion": "v1",
3
3
  "packageName": "@girardmedia/bootspring",
4
- "packageVersion": "2.0.36",
4
+ "packageVersion": "2.0.37",
5
5
  "tools": [
6
6
  {
7
7
  "name": "bootspring_assist",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girardmedia/bootspring",
3
- "version": "2.0.36",
3
+ "version": "2.0.37",
4
4
  "description": "Development scaffolding with intelligence - AI-powered context, agents, and workflows for any MCP-compatible assistant",
5
5
  "keywords": [
6
6
  "ai",