nexus-agents - v2.80.0
    Preparing search index...

      nexus-agents - v2.80.0

      nexus-agents

      Multi-agent orchestration framework with MCP server. Provides tools for orchestrating AI agents for complex software tasks.

      import { createServer, startStdioServer, Orchestrator, createClaudeAdapter } from 'nexus-agents';

      // Start MCP server
      const result = await startStdioServer({ name: 'my-server', version: '1.0.0' });

      // Or use programmatically
      const adapter = createClaudeAdapter({ model: 'claude-sonnet-4' });
      const orchestrator = new Orchestrator({ adapter });

      Classes

      AdapterModelError
      BaseAdapter
      ClaudeAdapter
      AdapterFactory
      GeminiAdapter
      OllamaAdapter
      OpenAIAdapter
      AdapterRateLimiter
      RetryExhaustedError
      SdkAdapter
      StreamError
      StreamCancelledError
      StreamController
      AgenticAdapter
      BaseAgent
      SequentialProtocol
      ParallelProtocol
      ProtocolFactory
      CollaborationSession
      ConsensusProtocol
      ResultAggregator
      ReviewProtocol
      TrinityCoordinator
      ContextManager
      ContextPruner
      ArchitectureExpert
      CodeExpert
      DocumentationExpert
      FactoryError
      Expert
      RegistryError
      ExpertRegistry
      SelectionError
      SecurityExpert
      TestingExpert
      SimpleAgent
      SkillComposer
      SkillDependencyGraph
      SkillLibrary
      SkillLoader
      AgentStateMachine
      Orchestrator
      WaveScheduler
      AuditLogger
      InMemoryAuditStorage
      FileAuditStorage
      AuditError
      LatencySampler
      ClaudeCliAdapter
      CodexCliAdapter
      CodexMcpAdapter
      GeminiCliAdapter
      OpenCodeCliAdapter
      BaseCliAdapter
      CliCircuitBreakerIntegration
      CliDetectionCache
      CompositeRoutingError
      CompositeRouter
      ClaudeResponseParser
      CodexResponseParser
      GeminiResponseParser
      QueryFeatureExtractor
      InMemoryPreferenceStore
      PreferenceRouter
      RoutingMemoryError
      SubprocessCliAdapter
      NoAdapterError
      AvailableModelsCache
      AvailabilityCache
      ModelRegistry
      CorrelationTracker
      ConsensusError
      ConsensusEngine
      OWVoting
      HigherOrderVotingStrategy
      SimpleMajorityStrategy
      SupermajorityStrategy
      UnanimousStrategy
      ProofOfLearningStrategy
      VotingStrategyFactory
      VotingProtocol
      WeightedVoting
      MemoryError
      TokenCountError
      TokenCounter
      NexusError
      ValidationError
      ConfigError
      ModelError
      AgentError
      WorkflowError
      SecurityError
      TimeoutError
      RateLimitError
      OrchestratorError
      ParseError
      AbTestTracker
      FeedbackIntegration
      OutcomeFeedbackCollector
      OutcomeStorageError
      SQLiteOutcomeStorage
      PersistentStrategyDistiller
      StrategyDistiller
      PolicyError
      PolicyFirewall
      McpRateLimiter
      OrchestrationError
      OrchestrationUnavailableError
      TextDashboardRenderer
      JsonDashboardRenderer
      CompactDashboardRenderer
      Dashboard
      DirectedInteractionGraph
      RoutingMetricsCollector
      InteractionSwarmObserver
      ValidationDashboard
      InMemoryCheckpointStore
      GraphBuilder
      WorkflowOrchestratorAdapter
      OrchestratorFactory
      PersistentOutcomeStore
      OutcomeStore
      ArtifactStore
      DynamicExpertManager
      EventBus
      PipelineRunner
      PluginRegistry
      PolicyEngine
      SharedMemoryStore
      GitHubReviewer
      GitHubUserInfo
      GitHubProvider
      ScmError
      AuditTrail
      HostileInputFirewall
      ReputationCache
      DependencyGraph
      ExpertFactoryAdapter
      AgentStepExecutor
      TaskQueue
      TemplateRegistry

      Interfaces

      BaseAdapterConfig
      ClaudeAdapterConfig
      AdapterRegisterOptions
      GeminiAdapterConfig
      ModelNotFoundFallbackOptions
      RetirementInfo
      ResilientLike
      OllamaAdapterConfig
      OpenAIAdapterConfig
      AdapterRateLimiterConfig
      RateLimitExceeded
      RetryConfig
      RetryAttemptInfo
      WithRetryOptions
      SdkAdapterConfig
      CreateStreamOptions
      AgenticAdapterOptions
      AgenticToolCall
      AgenticToolResult
      AgentTurn
      AgentRunResult
      RunAgentArgs
      IAgenticAdapter
      BaseAgentOptions
      ExpertResult
      AggregatorInput
      CollaborationSessionOptions
      CollaborationConfig
      ExpertParticipation
      TaskAssignmentMessage
      ResultSubmissionMessage
      ReviewRequestMessage
      ReviewResponseMessage
      FeedbackMessage
      VoteMessage
      StatusUpdateMessage
      SessionState
      CollaborationResult
      ExpertResultSummary
      AggregatedResult
      ResultConflict
      AggregationMetadata
      ICollaborationProtocol
      ProtocolOptions
      AggregatorOptions
      TrinityRoleConfig
      TrinityPhaseResult
      ThinkerOutput
      WorkerOutput
      VerifierOutput
      TrinityConfig
      TrinityResult
      TrinityExecuteOptions
      ContextBudget
      ContextItem
      ContextManagerConfig
      ContextStats
      ContextPrunerConfig
      PruneOptions
      ArchitectureExpertOptions
      CodeExpertOptions
      DocumentationExpertOptions
      ExpertOptions
      ExpertOutput
      ModelPreference
      ExpertConfig
      DocumentationResult
      DocumentationSection
      ApiDocumentation
      ApiEndpoint
      ApiType
      CreateExpertOptions
      ExpertRegisterOptions
      QueryOptions
      RegistryStats
      ExpertDefinition
      SelectionExpertRegistry
      ScoreBreakdown
      ExpertMatch
      SelectionResult
      SelectionOptions
      CodeAnalysisResult
      CodeChange
      SecurityAnalysisResult
      Vulnerability
      ComplianceStatus
      ArchitectureAnalysisResult
      ArchitecturePattern
      ArchitectureDecision
      SystemComponent
      TestingAnalysisResult
      GeneratedTest
      CoverageMetrics
      TestQuality
      SecurityExpertOptions
      TestingExpertOptions
      CurationResult
      ContextFilter
      ToolSet
      ModelSelection
      ICTMConfig
      ICTMInferenceResult
      CuratedContextItem
      ObserverTrackedAgent
      ObserverRoutingDecision
      ObserverTokenUsage
      ObserverCostMetrics
      ObserverSessionMetrics
      OrchestrationStats
      ConsensusStats
      IOrchestrationObserver
      PruneResult
      ForestConfig
      ActivationOptions
      ReasoningNodeMetadata
      ReasoningNode
      CreateNodeInput
      BestSolution
      ExplorationEvent
      ForestResult
      ForestStatistics
      PathScoreBreakdown
      PathScore
      PathScoringOptions
      TreeStatistics
      ReasoningTree
      CreateTreeInput
      SharedConclusion
      SharedInsight
      FailurePattern
      CrossTreeInfo
      Forest
      CreateForestInput
      SkillComposerConfig
      CompositionValidation
      SkillDependency
      DependencyError
      ISkillDependencyGraph
      RecordExecutionOptions
      RoleSkillMapping
      SkillLoaderConfig
      LoadedSkillSet
      SkillLoaderError
      ISkillLoader
      SkillCapabilities
      SkillRBAC
      SkillProvenance
      SkillAttestation
      SkillSecurityError
      Skill
      SkillParameter
      SkillExample
      SkillExecution
      SkillMetrics
      SkillWithMetrics
      SkillQuery
      SkillSearchResult
      CreateSkillOptions
      SkillCompositionRequest
      SkillComposition
      CompositionStep
      InputBinding
      SkillLibraryConfig
      LibraryStatistics
      SkillStore
      StateTransition
      StateMachineOptions
      SubTask
      TaskAnalysis
      TaskCommitment
      ExpertAssignment
      SynthesizedResult
      ResultSummary
      Conflict
      OrchestratorOptions
      ExecutionPlan
      WaveSchedulerConfig
      WaveTask
      WaveTaskResult
      WaveResult
      WaveExecutionResult
      WorkChunk
      IAuditStorage
      IAuditLogger
      ToolInvocationAuditOpts
      PolicyDecisionAuditOpts
      SecurityEventAuditOpts
      RateLimitAuditOpts
      AuditHandlerConfig
      LogToolInvocationOpts
      LogPolicyAuditOpts
      LogRateLimitAuditOpts
      AdapterLatencyConfig
      LatencyScenario
      AdapterScenarioResult
      AdapterLatencyResult
      BenchmarkRunSummary
      BenchmarkRunContext
      BenchmarkAdapter
      ClaimValidation
      BenchmarkReport
      ReportOptions
      LatencyMetrics
      ThroughputMetrics
      TokenMetrics
      QualityMetrics
      ResourceMetrics
      OperationBenchmark
      BenchmarkSuiteResult
      BenchmarkEnvironment
      BenchmarkSummary
      BenchmarkConfig
      BenchmarkThresholds
      ConsolidationOperation
      ConsolidationBenchmarkResult
      OperationComparison
      BenchmarkComparison
      MemoryBenchmarkConfig
      BenchmarkOrchestratorOptions
      TokenBenchmarkResult
      ICircuitBreaker
      CliCircuitBreakerConfig
      CircuitProtectedResult
      CliCircuitHealthStatus
      ICliCircuitBreakerIntegration
      CliHealthResult
      CliDetectionCacheConfig
      ICliDetectionCache
      CliCacheStats
      CliRetryLoopConfig
      CliRetryResult
      CompositeRoutingDecision
      CompositeRouterStats
      ICompositeRouter
      CliAdapterConfig
      ClaudeCliResponse
      CodexCliResponse
      GeminiCliResponse
      PreferenceDataPoint
      QueryFeatures
      PreferencePrediction
      PreferenceRoutingDecision
      PreferenceRouterConfig
      PreferenceModelStats
      IPreferenceDataStore
      TaskProfileSummary
      RoutingDecisionRecord
      TaskOutcomeRecord
      PreferenceSignal
      PreferenceRecord
      PreferenceFilter
      ExperienceStep
      ExperienceRecord
      ActionRecord
      RoutingMemoryExport
      RoutingMemoryStats
      IRoutingMemory
      CliModelInfo
      BaseAdapterOptions
      CliCapabilityProfile
      CliTask
      CliExecutionOptions
      ICliAdapter
      ICliResponseParser
      VersionRequirements
      CliTokenUsage
      CliResponse
      CliError
      HealthStatus
      CapacityStatus
      AgentVoteResult
      CollectRealVotesOptions
      AvailableModelsSource
      AvailableModel
      AvailableModelsCacheOptions
      TimeoutProfile
      UnknownVar
      InvalidVar
      EnvValidationResult
      ProbeResult
      AvailabilityCacheConfig
      FallbackEntry
      ModelEntry
      ModelRegistryOptions
      IConsensusEngine
      IndependentSubset
      VotingObservation
      PairwiseVotingHistory
      HigherOrderVotingConfig
      HigherOrderVotingResult
      CorrelationTrackerStats
      ICorrelationTracker
      IHigherOrderVoting
      OWVotingOptions
      IVotingStrategy
      VotingOutcome
      VoteCounts
      WeightedVoteCounts
      ConsensusResult
      AgentPerformance
      ConsensusEngineConfig
      ProposalState
      ConsensusMetrics
      VotingRound
      VotingProtocolConfig
      VotingSession
      VotingProtocolResult
      ConsolidatedFinding
      RoundSummary
      IVotingProtocol
      SycophancyReport
      SycophancyIndicator
      WeightedAgentRecord
      WeightedConsensusResult
      WeightedVotingConfig
      IWeightedVoting
      WeightedVotingOptions
      MemoryMetadata
      MemoryEntry
      IMemoryBackend
      TokenCounterConfig
      TokenCountResult
      ITokenCounter
      SerializedError
      NexusErrorOptions
      LogContext
      LogEntry
      ILogger
      TaskContext
      Task
      TaskResult
      AgentMessage
      AgentResponse
      IAgent
      ISQLiteStatement
      ISQLiteDatabase
      Message
      ToolDefinition
      CompletionRequest
      TokenUsage
      CompletionResponse
      IModelAdapter
      OrchestratorExecuteOptions
      OrchestratorStep
      OrchestratorResult
      IOrchestrator
      IOrchestratorFactory
      InputDefinition
      WorkflowStep
      WorkflowDefinition
      StepResult
      WorkflowTemplate
      IWorkflowEngine
      ExperimentVariant
      ExperimentDefinition
      ExperimentOutcome
      VariantStats
      ExperimentSummary
      IAbTestTracker
      ExperimentExport
      RecordOutcomeParams
      FeedbackIntegrationConfig
      IFeedbackIntegration
      QualitySignals
      FeedbackRoutingDecision
      TaskOutcome
      ComputedReward
      FeedbackLoopStats
      FeedbackCollectorConfig
      IOutcomeFeedback
      StoredRoutingDecision
      StoredTaskOutcome
      StoredReward
      StoredModelStats
      IOutcomeStorage
      OutcomeStorageConfig
      PersistentDistillerConfig
      DistilledRule
      DistillerConfig
      DistillerStats
      ConfidenceInterval
      ComparisonResult
      DistributionStats
      RegretAnalysis
      WinLossAnalysis
      ExperimentResult
      PerformanceMatrixEntry
      StatisticalOptions
      EventBusBridgeResult
      IMcpNotifier
      McpLogContext
      FirewallArtifact
      FirewallPolicyDecision
      FirewallPolicyContext
      FirewallPolicyRule
      IPolicyFirewall
      PolicyFirewallConfig
      McpRateLimiterConfig
      RateLimiterState
      PromptRegistrationResult
      PromptMessage
      PromptDefinition
      ServerConfig
      ServerInstance
      ServerError
      AgentVoteSummary
      ConsensusVoteResponse
      ConsensusVoteDeps
      McpExpertFactory
      CreateExpertDeps
      CreateExpertResponse
      CapabilityProfile
      DelegateDeps
      TaskRequirements
      ExecuteExpertDeps
      ExecuteExpertResponse
      ToolRegistrationOptions
      ToolRegistrationResult
      IssueTriageResponse
      ExpertInfo
      ListExpertsResponse
      ListWorkflowsDeps
      WorkflowInfo
      ListWorkflowsResponse
      OrchestrateDeps
      PrReviewVote
      PrReviewResponse
      RepoAnalysis
      ScannerRecommendation
      ConflictWarning
      CoverageAnalysis
      RepoSecurityPlan
      ScannerEntry
      ScannerData
      ResearchAddSourceResponse
      ResearchAddResponse
      ResearchAnalyzeResponse
      ResearchDiscoverResponse
      ResearchQueryResponse
      GraphWorkflowInfo
      RunGraphWorkflowDeps
      RunGraphWorkflowResponse
      WorkflowToolResult
      StepResultSummary
      DryRunResult
      RunWorkflowDeps
      RegistryScanner
      RegistryRelationship
      LanguageMatrixEntry
      ScannerRegistryManifest
      BaseMcpToolDeps
      TextContent
      ToolResult
      DashboardConfig
      AgentStatus
      GraphEdgeDisplay
      GraphSummary
      ActivityItem
      DashboardSnapshot
      DashboardUpdateOptions
      IDashboardRenderer
      IDashboard
      GraphStats
      RoutingRecord
      OutcomeRecord
      ModelMetrics
      RoutingMetrics
      RoutingDashboardConfig
      RoutingMetricsConfig
      InteractionObserverConfig
      StateChangePayload
      MessagePayload
      ToolPayload
      MemoryPayload
      TaskPayload
      ErrorPayload
      AgentEvent
      InteractionEdge
      RecordInteractionOptions
      ContributionScore
      BottleneckInfo
      AgentCluster
      SwarmHealthMetrics
      IInteractionObserver
      InteractionGraph
      ModelPerformanceSummary
      TaskTypePerformance
      LearningProgress
      DashboardSummary
      DashboardHealthIndicators
      DashboardFilter
      DashboardRenderOptions
      DashboardOutcome
      CriterionFailure
      ImprovementSuggestion
      FailureAnalysis
      FailureAnalysisError
      Checkpoint
      CheckpointSummary
      ICheckpointStore
      PreconditionResult
      PreconditionOutcome
      VerificationResult
      NodeHookContext
      HookError
      PreconditionConfig
      StateFieldSchema
      GraphNode
      CompiledGraph
      NodeResult
      GraphExecutionResult
      GraphExecuteOptions
      WorkflowAdapterConfig
      OrchestratorFactoryConfig
      AdaptiveThresholdResult
      ThresholdUpdateDetail
      TrendDetectedDetail
      PersistentOutcomeStoreConfig
      OutcomeStoreConfig
      PerformanceSummary
      ScenarioError
      DecomposeError
      SpecExecutionError
      SpecExecutionResult
      SpecParseError
      PipelineError
      CompileOptions
      TaskSignals
      WorkflowRoutingDecision
      WorkflowRouterOptions
      PatternOutcome
      PatternMetrics
      IWorkflowRouter
      AdaptiveOrchestratorOptions
      AdaptiveOrchestratorResult
      TaskClassification
      AgentExecutorConfig
      Artifact
      ArtifactFilter
      ProvenanceEntry
      IArtifactStore
      ArtifactStoreOptions
      CorePluginRegistrationResult
      PipelineTask
      QaReviewResult
      DevPipelineResult
      DevPipelineStages
      DevPipelineOptions
      DynamicExpertSpec
      DynamicExpert
      EventBusBridgeOptions
      PipelineBridgeResult
      EventBusOptions
      ToolInvokedEvent
      ToolCompletedEvent
      EventFilter
      IEventBus
      ExpertBridgeResult
      GraphPipelineOptions
      GraphPipelineResult
      IncompleteResult
      IterativeConsensusConfig
      IterativeConsensusResult
      PipelineCheckpointState
      PipelineGraphResult
      StageStartedOptions
      StageCompletedOptions
      StageFailedOptions
      CompiledPipeline
      PipelineResult
      PipelineExecuteOptions
      PlanCompileOptions
      PluginRegistryOptions
      StageContext
      PipelinePlugin
      PluginValidationError
      IPluginRegistry
      PolicyContext
      PolicyRule
      IPolicyEngine
      PolicyEvaluatorOptions
      PolicyEvalResult
      PipelinePolicyViolation
      ResearchTriggerConfig
      SharedMemoryEntry
      PipelineContext
      StageOutput
      IPipelineStage
      PipelineTemplate
      TrackedTask
      ITaskTracker
      V2Config
      DelegateInputLike
      PipelineMetrics
      OrchestrateInputLike
      CreateScmProviderConfig
      ScmToken
      TokenResolverConfig
      ScmIssue
      ScmPullRequest
      ScmComment
      CreatePROptions
      MergePROptions
      ScmPRStatus
      IssueFilters
      ScmFileChange
      ScmPullRequestDetail
      ScmIssueDetail
      ScmCommentDetail
      ScmUserMetadata
      IScmProvider
      IScmReviewer
      IScmUserInfo
      TrustClassificationEvent
      PolicyGateEvent
      CorroborationEvent
      ReputationEvent
      SanitizationEvent
      GraphExecutionAuditEvent
      SecurityAuditQuery
      CorroborationResult
      CorroborationRule
      FirewallResult
      SecurityPolicyDecision
      ActionContext
      GitHubUserMetadata
      ReputationAssessment
      EvaluationCriterion
      SafetyTestCase
      SafetyCategory
      SafetyTaxonomySummary
      ResourceLimits
      PathAccessRule
      SandboxPolicy
      PolicyEvaluation
      PolicyViolation
      SandboxResult
      ResourceUsage
      ISandboxExecutor
      SandboxExecutionOptions
      SandboxConfig
      ClassifyInput
      ClassifyResult
      WorkflowExecutionContext
      CreateExecutionContextOptions
      ExecutionPhase
      WorkflowExecutionPlan
      ParsedExpression
      ResolveResult
      ParallelOptions
      ExecutionContext
      WorkflowExpertFactory
      StepExecutorDeps
      StepExecutionOptions
      ParsedTemplate
      TemplateMetadata
      ITemplateRegistry
      WorkflowEngineFactoryConfig
      ValidationIssue

      Type Aliases

      AdapterConfig
      AdapterCreator
      SdkProviderId
      StreamState
      AgentStopReason
      AggregationStrategy
      ConflictResolver
      QualityScorer
      SessionEvent
      CollaborationPattern
      SessionStatus
      VoteDecision
      CollaborationMessage
      TrinityRole
      TrinityPhase
      ContentPriority
      PruningStrategy
      ArchitectureStyle
      QualityAttribute
      BuiltInExpertType
      ExpertCollaborationPatternType
      ExpertDomain
      SecurityFocusArea
      ContextPruneStrategy
      ReasoningDepth
      ObserverAgentState
      OrchestrationObserverEvent
      OrchestrationObserverListener
      ActivationStrategy
      CrossTreeStrategy
      ForestPruningStrategy
      NodeId
      TreeId
      ForestId
      NodeState
      ReasoningStepType
      TerminationReason
      ExplorationEventType
      ForestState
      TreeState
      SkillDependencyType
      DependencyErrorCode
      FallbackBehavior
      SkillLoaderErrorCode
      SkillPermission
      AuthorizationMethod
      SecurityErrorCode
      SkillComplexity
      SkillExecutionStatus
      SkillCategory
      StateTransitionEvent
      StateChangeCallback
      TransitionErrorCallback
      SubtaskPriority
      SubtaskStatus
      WaveTaskExecutor
      AuditCategory
      AuditSeverity
      AuditOutcome
      AuditActor
      AuditResource
      AuditEvent
      AuditEventInput
      AuditLogConfig
      AuditQueryCriteria
      BenchmarkOperation
      CircuitState
      CircuitBreakerFailureCategory
      CompositeRouterConfig
      CliName
      CliTransport
      CliErrorCode
      VersionStatus
      CliTaskComplexity
      ProbeFn
      ToolDefinitionFormat
      PromptCachingMode
      EntrySource
      LoggingConfig
      ProviderConfig
      ModelTiers
      ModelConfig
      WorkflowConfig
      ConfigExpertDefinition
      ConfigExpertConfig
      SecurityConfig
      AppConfig
      AgentPairKey
      CorrelationCoefficient
      CorrelationMatrix
      ConsensusAlgorithm
      ProposalStatus
      RejectionCategory
      Vote
      Proposal
      ProposalId
      VotingRoundPhase
      VotingRoundStatus
      AgentFinding
      FindingVote
      MemoryImportance
      MemoryImportance
      TokenCounterProvider
      ErrorCode
      LogLevel
      Result
      AgentState
      AgentRole
      AgentCapability
      AgentMessageType
      ModelCapability
      MessageRole
      ContentBlock
      StopReason
      StreamChunk
      OrchestratorType
      OrchestratorDefinition
      OrchestratorErrorCode
      ExperimentStatus
      RouterType
      OutcomeClass
      OutcomeProcessedCallback
      RulesSnapshot
      RuleStatus
      PatternType
      StrategyAction
      McpLogLevel
      ExecutionMode
      PolicyMode
      PolicyConfig
      ConsensusVoteInput
      VoteDecisionStatus
      CreateExpertInput
      PreferredCapability
      DelegateInput
      DelegateOutput
      ExecuteExpertInput
      ExecuteSpecInput
      ExecuteSpecDeps
      ExtractSymbolsDeps
      IssueTriageInput
      IssueTriageDeps
      ListExpertsInput
      ListExpertsDeps
      ListWorkflowsInput
      MemoryQueryInput
      MemoryWriteInput
      OrchestrateInput
      OrchestrateOutput
      PrReviewInput
      PrReviewDecision
      PrReviewDeps
      QueryTraceInput
      RegistryImportInput
      RepoAnalyzeDeps
      RepoAnalyzeInput
      RepoSecurityPlanDeps
      RepoSecurityPlanInput
      ResearchAddSourceInput
      ResearchAddSourceDeps
      ResearchAddInput
      ResearchAddDeps
      ResearchAnalyzeInput
      ResearchAnalyzeDeps
      ResearchCatalogReviewDeps
      ResearchDiscoverInput
      ResearchDiscoverDeps
      ResearchQueryInput
      ResearchQueryDeps
      ResearchSynthesizeInput
      ResearchSynthesizeDeps
      RunGraphWorkflowInput
      RunWorkflowInput
      SearchCodebaseDeps
      DashboardFormat
      AgentId
      TaskId
      TraceId
      SpanId
      EventType
      SwarmAgentState
      InteractionOutcome
      EventPayload
      TimePeriod
      FailureType
      NodeHook
      StateReducer
      StateSchema
      GraphState
      NodeHandler
      GraphEdge
      GraphEvent
      GraphCompileError
      CompileResult
      Trend
      OutcomeTaskRecord
      OutcomeFailureCategory
      CriterionResult
      ScenarioResult
      SubtaskType
      ComplexityLevel
      SubtaskNode
      DagEdge
      TaskDag
      ExecutionStage
      SpecExecutionOptions
      IssueReference
      FileReference
      ParsedSpec
      KnownSection
      PipelineStage
      NodeHandlerFactory
      WorkflowPattern
      DependencyStructure
      TimeConstraint
      QualityRequirement
      PipelineType
      PipelineRole
      VoteResult
      PipelineMode
      PipelineEventType
      PipelineEvent
      EventHandler
      Unsubscribe
      IncompleteSeverity
      CheckpointPipelineStage
      PipelineStageData
      StageRegistry
      PluginTrustLevel
      PluginManifest
      StageResult
      RegistrationError
      PolicyDecision
      PipelinePolicyMode
      SharedMemoryTag
      PipelineEdge
      TaskStatus
      StageType
      ArtifactType
      TaskContract
      PlanContract
      StageSpec
      PolicyGateSpec
      CostEstimate
      ArtifactRef
      V2Mode
      ScmPlatform
      TokenStrategy
      ScmReviewDecision
      ReviewCapableProvider
      FullCapableProvider
      ActionValidationResult
      SourceCitation
      AgentAction
      AgentActionType
      SecurityAuditEvent
      GitHubInput
      Violation
      SuspiciousSignal
      RiskLevelType
      SafetyCategoryIdType
      CriterionTypeType
      ExpectedOutcomeType
      SandboxMode
      SecurityCapability
      TrustTier
      GitHubUserRole
      InjectionFlag
      StrippedElement
      SanitizedInput
      SanitizerConfig
      ExpressionType
      StepExecutor
      TemplateCategory
      InputType
      InputDefinitionInput
      InputDefinitionOutput
      AgentRoleType
      WorkflowStepInput
      WorkflowStepOutput
      WorkflowDefinitionInput
      WorkflowDefinitionOutput

      Variables

      CLAUDE_MODELS
      CLAUDE_MODEL_ALIASES
      AdapterConfigSchema
      GEMINI_MODELS
      GEMINI_MODEL_ALIASES
      OLLAMA_MODELS
      OPENAI_MODELS
      OPENAI_MODEL_ALIASES
      DEFAULT_RETRY_CONFIG
      SDK_PROVIDER_ENV_KEYS
      DEFAULT_COLLECT_STREAM_MAX_CHUNKS
      TaskSchema
      AgentMessageSchema
      BaseAgentOptionsSchema
      CollaborationPatternSchema
      SessionStatusSchema
      VoteDecisionSchema
      CollaborationConfigSchema
      ExpertParticipationSchema
      VoteMessageSchema
      ReviewResponseMessageSchema
      DEFAULT_TIMEOUTS
      DEFAULT_MAX_RETRIES
      MIN_EXPERTS_FOR_PATTERN
      TRINITY_ROLE_PROMPTS
      TRINITY_ROLE_TEMPERATURES
      TRINITY_ROLE_MAX_TOKENS
      DEFAULT_TRINITY_CONFIG
      TrinityRoleSchema
      TrinityPhaseSchema
      VerifierVerdictSchema
      TrinityConfigSchema
      TrinityStopReasonSchema
      ContentPriority
      DEFAULT_BUDGET
      ContextBudgetSchema
      ContextManagerConfigSchema
      PruningStrategy
      ContextPrunerConfigSchema
      ModelPreferenceSchema
      ExpertConfigSchema
      BuiltInExpertTypeSchema
      BUILT_IN_EXPERTS
      EXPERT_TYPE_TO_ROLE
      ExpertFactory
      ExpertCollaborationPattern
      ScoreBreakdownSchema
      ExpertMatchSchema
      SelectionResultSchema
      SelectionOptionsSchema
      ExpertDomainSchema
      ExpertOptionsSchema
      ExpertOutputSchema
      VulnerabilitySeveritySchema
      VulnerabilitySchema
      CodeChangeSchema
      GeneratedTestSchema
      CoverageMetricsSchema
      EXPERT_DEFAULT_TEMPERATURES
      EXPERT_DEFAULT_CAPABILITIES
      ContextPruneStrategySchema
      ContextFilterSchema
      ToolSetSchema
      ReasoningDepthSchema
      ModelSelectionSchema
      ICTMConfigSchema
      ICTMInferenceResultSchema
      ActivationStrategySchema
      CrossTreeStrategySchema
      ForestPruningStrategySchema
      ForestConfigSchema
      DEFAULT_FOREST_CONFIG
      DEFAULT_ACTIVATION_OPTIONS
      NodeStateSchema
      ReasoningStepTypeSchema
      ReasoningNodeMetadataSchema
      ReasoningNodeSchema
      TerminationReasonSchema
      BestSolutionSchema
      ExplorationEventTypeSchema
      ExplorationEventSchema
      ForestResultSchema
      ForestStateSchema
      ForestStatisticsSchema
      TreeStateSchema
      PathScoreBreakdownSchema
      PathScoreSchema
      DEFAULT_PATH_SCORING_OPTIONS
      TreeStatisticsSchema
      ReasoningTreeSchema
      SharedConclusionSchema
      SharedInsightSchema
      FailurePatternSchema
      CrossTreeInfoSchema
      DEFAULT_COMPOSER_CONFIG
      SkillDependencyTypeSchema
      SkillDependencySchema
      DependencyErrorCodeSchema
      DependencyErrorSchema
      SkillLoaderConfigSchema
      LoadedSkillSetSchema
      SkillLoaderErrorSchema
      DEFAULT_ROLE_MAPPINGS
      DEFAULT_SKILL_LOADER_CONFIG
      SkillPermissionSchema
      SkillAgentRoleSchema
      SkillCapabilitiesSchema
      SkillRBACSchema
      SkillProvenanceSchema
      AuthorizationMethodSchema
      SkillAttestationSchema
      SecurityErrorCodeSchema
      SkillSecurityErrorSchema
      SKILL_PERMISSIONS
      DEFAULT_PERMISSIONS
      MAX_EXECUTION_TIME_MS
      DEFAULT_EXECUTION_TIME_MS
      SKILL_DEFAULT_CAPABILITIES
      DEFAULT_RBAC
      DEFAULT_SKILL_LIBRARY_CONFIG
      COMPLEXITY_ORDER
      SubtaskPrioritySchema
      SubtaskStatusSchema
      SubTaskSchema
      TaskAnalysisSchema
      ExpertAssignmentSchema
      SynthesizedResultSchema
      OrchestratorOptionsSchema
      EXPERT_CAPABILITIES
      TASK_TYPE_EXPERTS
      DEFAULT_WAVE_CONFIG
      AuditCategorySchema
      AuditSeveritySchema
      AuditOutcomeSchema
      AuditActorSchema
      AuditResourceSchema
      AuditEventSchema
      AuditEventInputSchema
      AuditLogConfigSchema
      AuditQueryCriteriaSchema
      DEFAULT_ADAPTER_LATENCY_CONFIG
      DEFAULT_SCENARIOS
      NOOP_PROGRESS
      MEM0_TARGETS
      DEFAULT_BENCHMARK_CONFIG
      DEFAULT_MEMORY_BENCHMARK_CONFIG
      CliDetectionCacheConfigSchema
      CLI_DEFAULT_CACHE_CONFIG
      CLI_TIMEOUT_PROFILES
      DEFAULT_TIMEOUT_PROFILE
      CompositeRouterConfigSchema
      CLI_DEFAULT_COMPOSITE_CONFIG
      DEFAULT_PREFERENCE_ROUTER_CONFIG
      PreferenceRouterConfigSchema
      CLI_VERSION_REQUIREMENTS
      CLI_DEFAULT_CAPABILITIES
      DEFAULT_ENTRY
      LoggingConfigSchema
      ProviderConfigSchema
      ModelTiersSchema
      ModelConfigSchema
      WorkflowConfigSchema
      ConfigExpertDefinitionSchema
      ConfigExpertConfigSchema
      SecurityConfigSchema
      AppConfigSchema
      defaultConfig
      CorrelationCoefficientSchema
      IndependentSubsetSchema
      VotingObservationSchema
      PairwiseVotingHistorySchema
      HigherOrderVotingConfigSchema
      DEFAULT_HIGHER_ORDER_CONFIG
      HigherOrderVotingResultSchema
      CorrelationTrackerStatsSchema
      ConsensusAlgorithmSchema
      ProposalStatusSchema
      RejectionCategorySchema
      REJECTION_CATEGORIES
      VoteSchema
      ProposalSchema
      ConsensusResultSchema
      AgentPerformanceSchema
      ConsensusEngineConfigSchema
      DEFAULT_CONSENSUS_CONFIG
      VOTING_THRESHOLDS
      ConsensusMetricsSchema
      VotingRoundPhaseSchema
      VotingRoundStatusSchema
      AgentFindingSchema
      FindingVoteSchema
      VotingProtocolConfigSchema
      DEFAULT_VOTING_PROTOCOL_CONFIG
      DEFAULT_WEIGHTED_VOTING_CONFIG
      TokenCounterProvider
      ErrorCode
      logger
      AgentCapability
      ModelCapability
      DEFAULT_FEEDBACK_INTEGRATION_CONFIG
      QualitySignalsSchema
      FeedbackRoutingDecisionSchema
      TaskOutcomeSchema
      DEFAULT_FEEDBACK_COLLECTOR_CONFIG
      FeedbackCollectorConfigSchema
      OutcomeStorageConfigSchema
      DEFAULT_OUTCOME_STORAGE_CONFIG
      RulesSnapshotSchema
      DEFAULT_DISTILLER_CONFIG
      DEFAULT_STATISTICAL_OPTIONS
      NOOP_NOTIFIER
      denyMutationsWithoutModeRule
      safePathsRule
      PolicyConfigSchema
      PROMPT_DEFINITIONS
      ConsensusVoteInputSchema
      CreateExpertInputSchema
      MODEL_CAPABILITIES
      DelegateInputSchema
      DelegateOutputSchema
      ExecuteExpertInputSchema
      ExecuteSpecInputSchema
      ExtractSymbolsInputSchema
      IssueTriageInputSchema
      ListExpertsInputSchema
      ListWorkflowsInputSchema
      MemoryQueryInputSchema
      MemoryStatsInputSchema
      MemoryWriteInputSchema
      OrchestrateInputSchema
      OrchestrateOutputSchema
      PR_REVIEW_ROLES
      MAX_DIFF_LENGTH
      PrReviewInputSchema
      QueryTraceInputSchema
      RegistryImportInputSchema
      RepoAnalyzeInputSchema
      FALLBACK_SCANNER_DATA
      RepoSecurityPlanInputSchema
      ResearchAddSourceInputSchema
      ResearchAddInputSchema
      ResearchAnalyzeInputSchema
      ResearchCatalogReviewInputSchema
      ResearchDiscoverInputSchema
      ResearchQueryInputSchema
      ResearchSynthesizeInputSchema
      RunGraphWorkflowInputSchema
      RunWorkflowInputSchema
      SearchCodebaseInputSchema
      WeatherReportInputSchema
      DEFAULT_DASHBOARD_CONFIG
      DashboardConfigSchema
      DEFAULT_SWARM_OBSERVER_CONFIG
      InteractionObserverConfigSchema
      AgentEventSchema
      DEFAULT_DASHBOARD_RENDER_OPTIONS
      CHECKPOINT_SCHEMA_VERSION
      START
      END
      OutcomeFailureCategorySchema
      OutcomeTaskSchema
      CriterionResultSchema
      ScenarioResultSchema
      SubtaskTypeSchema
      ComplexityLevelSchema
      SubtaskNodeSchema
      DagEdgeSchema
      TaskDagSchema
      IssueReferenceSchema
      FileReferenceSchema
      ParsedSpecSchema
      KNOWN_SECTIONS
      CORE_PLUGINS
      MAX_DYNAMIC_EXPERTS
      PIPELINE_EVENT_TYPES
      PLUGIN_TRUST_LEVELS
      PluginManifestSchema
      StageResultSchema
      BUILT_IN_RULES
      PIPELINE_STATE_KEYS
      TASK_STATUSES
      STAGE_TYPES
      ARTIFACT_TYPES
      ArtifactRefSchema
      TaskContractSchema
      StageSpecSchema
      PolicyGateSpecSchema
      CostEstimateSchema
      PlanContractSchema
      DEV_PIPELINE_TEMPLATE
      RESEARCH_PIPELINE_TEMPLATE
      AUDIT_PIPELINE_TEMPLATE
      GENERAL_PIPELINE_TEMPLATE
      PIPELINE_TEMPLATES
      SourceCitationSchema
      AgentActionSchema
      ViolationSchema
      SuspiciousSignalSchema
      SAFETY_CATEGORIES
      SAFETY_CATEGORY_MAP
      HARM_PHYSICAL_CATEGORY
      HARM_EMOTIONAL_CATEGORY
      HARM_FINANCIAL_CATEGORY
      DECEPTION_CATEGORY
      BIAS_CATEGORY
      INSTRUCTION_SAFETY_CATEGORY
      MANIPULATION_CATEGORY
      PRIVACY_CATEGORY
      RISK_AWARENESS_CATEGORY
      ROBUSTNESS_CATEGORY
      RiskLevel
      SafetyCategoryId
      CriterionType
      ExpectedOutcome
      RiskLevelSchema
      SafetyCategoryIdSchema
      CriterionTypeSchema
      ExpectedOutcomeSchema
      EvaluationCriterionSchema
      SafetyTestCaseSchema
      SafetyCategorySchema
      ALLOWED_COMMANDS
      DEFAULT_POLICIES
      DEFAULT_RESOURCE_LIMITS
      TrustTierSchema
      TRUST_TIER_NUMERIC
      GitHubUserRoleSchema
      ROLE_DEFAULT_TRUST
      InjectionFlagSchema
      StrippedElementSchema
      SanitizedInputSchema
      SanitizerConfigSchema
      VERSION
      WorkflowInputsSchema
      InputDefinitionSchema
      AgentRoleSchema
      WorkflowStepSchema
      WorkflowDefinitionSchema
      TemplateCategorySchema
      TemplateMetadataSchema
      BUILT_IN_TEMPLATES
      TEMPLATE_CATEGORIES
      TEMPLATE_KEYWORDS
      InputTypeSchema
      StrictInputDefinitionSchema
      StrictAgentRoleSchema
      StrictWorkflowStepSchema
      StrictWorkflowDefinitionSchema

      Functions - MCP

      registerConsensusVoteTool
      registerCreateExpertTool
      registerDelegateToModelTool
      registerExecuteExpertTool
      registerExecuteSpecTool
      registerExtractSymbolsTool
      registerIssueTriageTool
      registerListExpertsTool
      registerListWorkflowsTool
      registerMemoryQueryTool
      registerMemoryStatsTool
      registerMemoryWriteTool
      registerOrchestrateTool
      registerPrReviewTool
      registerQueryTraceTool
      registerRegistryImportTool
      registerRepoAnalyzeTool
      registerRepoSecurityPlanTool
      registerResearchAddSourceTool
      registerResearchAddTool
      registerResearchAnalyzeTool
      registerResearchCatalogReviewTool
      registerResearchDiscoverTool
      registerResearchQueryTool
      registerResearchSynthesizeTool
      registerRunGraphWorkflowTool
      registerRunWorkflowTool
      registerSearchCodebaseTool
      registerWeatherReportTool

      Functions - Other

      createClaudeAdapter
      createGeminiAdapter
      withModelNotFoundFallback
      wrapResilientWithFallback
      createOllamaAdapter
      createOpenAIAdapter
      createRateLimiter
      calculateDelay
      isRetryableError
      withRetry
      withRetryWrapper
      take
      skip
      concatStreams
      fromArray
      tapStream
      reduceStream
      transformStream
      mergeStreams
      takeUntil
      filterStream
      withTimeout
      bufferStream
      createStream
      collectStream
      createAgenticAdapter
      createProtocolFactory
      createCollaborationSession
      createResultAggregator
      aggregateResults
      createTrinityCoordinator
      createArchitectureExpert
      createCodeExpert
      createDocumentationExpert
      validateExpertConfig
      safeValidateExpertConfig
      getExpertRegistry
      createDefaultRegistry
      selectExperts
      quickSelect
      createSecurityExpert
      createTestingExpert
      scoreByRecency
      scoreByImportance
      scoreByHybrid
      curateContext
      estimateTokens
      createContextItem
      ictmToExpertConfig
      inferICTM
      validateICTM
      getRecommendedRole
      extractStringField
      extractNumberField
      extractBooleanField
      extractStringArrayField
      extractSessionId
      createInitialSessionMetrics
      createInitialTokenUsage
      createInitialCostMetrics
      createTrackedAgent
      calculateRoutingDistribution
      calculateMetricsTotals
      countActiveSessions
      findActiveSession
      identifySessionsToRemove
      calculateTokenCost
      createSkillComposer
      createDependencyError
      resolveWithFallbacks
      findMissingDependencies
      buildSkillDependencyGraph
      createSkillDependencyGraph
      createSkillLibrary
      initializeAgentSkills
      getSkillsForTask
      getSkillSetForTask
      createSkillLoader
      canExecuteSkill
      createAttestation
      validateSkillProvenance
      checkPermissionBoundary
      createSecurityError
      validateSkillCapabilities
      validateSkillRBAC
      validateSkillExecution
      createStateMachine
      createOrchestrator
      chunkByDirectory
      createWaveScheduler
      createAuditLogger
      actorFromContext
      resultToOutcome
      logToolInvocationAudit
      logPolicyAudit
      logRateLimitAudit
      runAdapterLatencyBenchmark
      formatAdapterLatencyReport
      toSuiteResult
      generateBenchmarkReport
      formatBenchmarkReport
      runOperationBenchmark
      getBenchmarkEnvironment
      createBenchmarkSummary
      formatBenchmarkResults
      runConsolidationBenchmark
      createPromotionOp
      createDecayOp
      formatComparisonResults
      runMemoryBenchmarks
      compareBenchmarks
      runBenchmark
      estimateBenchmarkTokens
      calculateTokenMetrics
      runTokenBenchmark
      createCliCircuitBreakerIntegration
      createCliDetectionCache
      cliCalculateBackoffDelay
      isCliRetryableError
      cliCategorizeError
      executeCliRetryLoop
      getTimeoutForTask
      estimateTaskComplexity
      getTimeoutForTaskAuto
      createCompositeRouter
      createCliAdapter
      createAllAdapters
      isCliAvailable
      getAvailableClis
      createPreferenceRouter
      collectRealVotes
      getDefaultAvailableModelsCache
      setDefaultAvailableModelsCache
      validateNexusEnv
      getKnownNexusVarNames
      resolveFallback
      getFallbackChain
      getCliForModelId
      getAvailabilityCache
      resetAvailabilityCache
      filterAvailableModels
      deriveEntry
      getDefaultRegistry
      setDefaultRegistry
      createCorrelationTracker
      createConsensusEngine
      generateProposalId
      createAgentPairKey
      parseAgentPairKey
      createOWVoting
      createHigherOrderVotingStrategy
      buildPendingResult
      buildFinalResult
      buildTimeoutResult
      determineFinalStatus
      calculateVoteWeight
      createStrategyFactory
      createVotingProtocol
      createWeightedVoting
      createTokenCounter
      sanitize
      createLogger
      ok
      err
      isOk
      isErr
      map
      mapErr
      unwrap
      unwrapOr
      isZodError
      createAbTestTracker
      createFeedbackIntegration
      computeOutcomeReward
      createRoutingDecision
      createTaskOutcome
      createOutcomeFeedbackCollector
      createOutcomeStorage
      sigmoidConfidence
      detectFailurePatterns
      detectSuccessPatterns
      detectLatencyPatterns
      createStrategyDistiller
      proportionConfidenceInterval
      meanConfidenceInterval
      compareProportions
      calculateDistributionStats
      calculateRegret
      calculateWinLoss
      calculateMinSampleSize
      initializeEventBusBridge
      getEventBusStats
      createMcpNotifier
      createMcpLogger
      createToolLogger
      logToolStart
      logToolSuccess
      logToolError
      createTimer
      withLogging
      createDefaultPolicyFirewall
      evaluatePolicy
      createPolicyContext
      createDefaultRateLimiter
      validateToolInput
      createValidator
      registerPrompts
      registerExpertsResource
      registerResources
      registerModelsResource
      registerResearchResource
      createServer
      connectTransport
      startStdioServer
      closeServer
      createDefaultDeps
      getAvailableRoles
      getCapabilitiesForRole
      analyzeDelegateTask
      selectModel
      registerTools
      mapVoteDecisionToPrDecision
      aggregatePrDecisions
      buildPrReviewProposal
      normalizeRepoId
      analyzeRepo
      analyzeGitHubRepo
      resolveScannerData
      generateSecurityPlan
      buildPlanFromAnalysis
      getGraphWorkflowList
      getGraphRegistry
      clearRegistryCache
      getRegistryManifest
      toolSuccess
      toolSuccessStructured
      toolError
      generateWeatherReport
      createDashboardRenderer
      createDashboard
      createInteractionGraph
      createRoutingMetricsCollector
      createInteractionSwarmObserver
      getSwarmObserver
      setSwarmObserver
      createValidationDashboard
      analyzeFailures
      createCheckpoint
      createCheckpointStore
      overwrite
      append
      customReducer
      emitNodeStarted
      emitNodeResults
      emitStateUpdated
      emitStepCompleted
      emitExecutionComplete
      executeGraph
      runPreconditions
      runVerification
      createStateComparisonVerifier
      createStateGuard
      formatCompileError
      createOrchestratorFactory
      computeAdaptiveThresholds
      detectTrend
      emitThresholdUpdate
      emitTrendDetected
      getOutcomeStore
      extractNonErrorMessage
      categorizeOutcomeError
      categorizeOutcomeErrorMessage
      validateScenario
      decomposeSpec
      executeSpec
      parseSpec
      createDryRunHandler
      compileSpecToGraph
      createWorkflowRouter
      classifyTask
      runAdaptiveOrchestrator
      flushPipelineMemory
      createAgentStages
      getPipelineArtifactStore
      resetPipelineArtifactStore
      registerCorePlugins
      createCorePluginRegistry
      getPipelinePluginRegistry
      resetPipelinePluginRegistry
      runDevPipeline
      createEventBusBridge
      executeExpert
      createFeedbackSubscriber
      runGraphPipeline
      extractStateValue
      isIncompleteResult
      createIncompleteResult
      canPipelineProceed
      filterBySeverity
      runIterativeConsensus
      saveStageCheckpoint
      loadCheckpointState
      cleanupCheckpoint
      checkpointToResult
      compilePipelineGraph
      emitStageStarted
      emitStageCompleted
      emitStageFailed
      emitPipelineStageEvent
      compilePlan
      createDefaultPolicyEngine
      getPolicyMode
      evaluatePipelinePolicy
      checkForResearchTriggers
      createDevStageRegistry
      getTemplate
      listTemplateIds
      resolveV2Config
      createDelegatePipeline
      delegateInputToTaskContract
      executeDelegatePipeline
      checkPipelinePolicy
      orchestrateInputToTaskContract
      executeOrchestratePipeline
      createScmProvider
      createGitHubProvider
      createFullGitHubProvider
      resolveToken
      hasToken
      getTokenEnvVars
      validateAgentAction
      isReadOnlyAction
      isMutatingAction
      requiresCitation
      emitTrustEvent
      emitPolicyEvent
      emitCorroborationEvent
      emitReputationEvent
      emitSanitizationEvent
      emitGraphExecutionEvent
      createGraphAuditBridge
      createAuditTrail
      validateCorroboration
      getCorroborationRules
      generateATL
      parseATL
      createGitHubAdapter
      sanitizeInput
      evaluateSecurityPolicy
      canProceed
      assessReputation
      getSafetyCategory
      getCategoriesByMinRiskLevel
      getAllTestCases
      getTestCasesByTags
      validateSafetyCategory
      validateTestCase
      validateEvaluationCriterion
      getSafetyTaxonomySummary
      validateCommand
      getPolicy
      createSandboxExecutor
      mapAuthorAssociation
      classifyTrust
      canInfluenceDecisions
      requiresCorroboration
      getRequiredTrustTier
      sleep
      buildDependencyGraph
      validateDependencyGraph
      getTopologicalOrder
      createExecutionContext
      storeStepResult
      getStepResult
      setVariable
      getVariable
      getCompletedSteps
      isStepCompleted
      areStepsCompleted
      getExecutionDuration
      cancelExecution
      isCancelled
      snapshotContext
      validateRequiredInputs
      createExecutionPlan
      validateWorkflowDependencies
      getExecutionOrder
      parseExpression
      resolveExpression
      containsExpressions
      resolveStringExpressions
      resolveInput
      validateExpressions
      extractExpressions
      getReferencedSteps
      executeParallel
      createAgentStepExecutor
      createTaskQueue
      getBuiltInTemplatesPath
      parseTemplateContent
      loadTemplateFile
      loadTemplatesFromDirectory
      getBuiltInTemplates
      getBuiltInTemplatesWithMetadata
      createTemplateRegistry
      createIsolatedRegistry
      resetRegistry
      createWorkflowEngineDeps
      initializeBuiltInTemplates
      clearTemplateCache
      createRealWorkflowEngine
      createInitializedWorkflowEngine
      createWorkflowEngineDepsAsync
      createProductionWorkflowEngine
      parseWorkflowYaml
      parseWorkflowJson
      loadWorkflowFile
      validateWorkflow