You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added focused multi-agent orchestration coverage in packages/patterns/tests/multi-agent/agent-system.test.ts, agent-register-workers.test.ts, agent-tools.test.ts, and agent-builder.test.ts
Added story documentation in docs/st09051-multi-agent-agent-modularization.md capturing the runtime split, validation evidence, and no-regression explicit-any outcome
Reduced packages/patterns/src/multi-agent/agent.ts from a mixed-responsibility 535 line implementation to a 155 line public facade below the 300 line planning cutoff
Extracted focused internal modules in packages/patterns/src/multi-agent/agent-graph.ts, agent-runtime.ts, agent-workers.ts, agent-builder.ts, and agent-types.ts
Preserved createMultiAgentSystem, registerWorkers, createWorkersRegistry, and MultiAgentSystemBuilder behavior and export paths while making graph assembly, worker normalization, and runtime injection reviewable in smaller seams
Fixed
@agentforge/patterns - Multi-Agent Review and Logging Follow-Up
Replaced the 655 line packages/patterns/tests/multi-agent/agent.test.ts monolith with focused suites that mirror system creation, compiled-system registration, tool-name mapping, stream wrapping, and builder registration boundaries
Routed the deprecated compiled-system registerWorkers() warning through the shared patterns logger instead of console.warn so framework logging stays filterable and consistent with repo standards
Kept multi-agent behavior and the explicit-any baseline stable at workspace 84/289 and patterns 2/28
Published
All packages published to npm registry at version 0.16.38: