Merge remote-tracking branch 'origin/main' into gsxdsm/workflowbuilder
This commit is contained in:
@@ -73,10 +73,17 @@ export {
|
||||
evaluateBranchGroupPromotion,
|
||||
evaluateBranchGroupCompletion,
|
||||
promoteBranchGroup,
|
||||
reconcileBranchGroupPr,
|
||||
type BranchGroupMergeRouting,
|
||||
type BranchGroupPromotionDecision,
|
||||
type BranchGroupCompletionStatus,
|
||||
type BranchGroupPromotionResult,
|
||||
type PromoteBranchGroupInput,
|
||||
type ReconcileBranchGroupPrResult,
|
||||
type CreateGroupPrFn,
|
||||
type SyncGroupPrFn,
|
||||
type CloseGroupPrFn,
|
||||
type GroupPrReconcileResult,
|
||||
} from "./group-merge-coordinator.js";
|
||||
export {
|
||||
resolveMergeIntegrationRoot,
|
||||
@@ -131,6 +138,7 @@ export {
|
||||
type InteractiveAgentResult,
|
||||
type InteractiveAgentFactory,
|
||||
} from "./interactive-ai-session.js";
|
||||
export { selectPermanentAgentForTask, listEligibleExecutorAgents } from "./agent-assignment.js";
|
||||
|
||||
// Register createFnAgent into core's loader so consumers in @fusion/core
|
||||
// (e.g. ai-summarize, memory-compaction) can resolve it without a circular
|
||||
|
||||
Reference in New Issue
Block a user