@agentforge/patterns 0.16.30 → 0.16.32

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/index.d.cts CHANGED
@@ -3387,15 +3387,6 @@ interface RoutingStrategyImpl {
3387
3387
  route: (state: MultiAgentStateType, config: SupervisorConfig) => Promise<RoutingDecision>;
3388
3388
  }
3389
3389
 
3390
- /**
3391
- * Routing Strategy Implementations for Multi-Agent Pattern
3392
- *
3393
- * This module implements various routing strategies for distributing tasks
3394
- * among worker agents.
3395
- *
3396
- * @module patterns/multi-agent/routing
3397
- */
3398
-
3399
3390
  /**
3400
3391
  * Default system prompt for LLM-based routing
3401
3392
  */
package/dist/index.d.ts CHANGED
@@ -3387,15 +3387,6 @@ interface RoutingStrategyImpl {
3387
3387
  route: (state: MultiAgentStateType, config: SupervisorConfig) => Promise<RoutingDecision>;
3388
3388
  }
3389
3389
 
3390
- /**
3391
- * Routing Strategy Implementations for Multi-Agent Pattern
3392
- *
3393
- * This module implements various routing strategies for distributing tasks
3394
- * among worker agents.
3395
- *
3396
- * @module patterns/multi-agent/routing
3397
- */
3398
-
3399
3390
  /**
3400
3391
  * Default system prompt for LLM-based routing
3401
3392
  */