erosolar-cli 2.1.249 → 2.1.252
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/agents/general.rules.json +10 -133
- package/agents/general.rules.json.bak +278 -0
- package/agents/general.rules.json.bak2 +306 -0
- package/dist/bin/erosolar.js +9 -5
- package/dist/bin/erosolar.js.map +1 -1
- package/dist/capabilities/bidirectionalAuditCapability.d.ts +26 -0
- package/dist/capabilities/bidirectionalAuditCapability.d.ts.map +1 -0
- package/dist/capabilities/bidirectionalAuditCapability.js +44 -0
- package/dist/capabilities/bidirectionalAuditCapability.js.map +1 -0
- package/dist/capabilities/globCapability.d.ts +3 -6
- package/dist/capabilities/globCapability.d.ts.map +1 -1
- package/dist/capabilities/globCapability.js +6 -10
- package/dist/capabilities/globCapability.js.map +1 -1
- package/dist/capabilities/index.d.ts +1 -18
- package/dist/capabilities/index.d.ts.map +1 -1
- package/dist/capabilities/index.js +1 -18
- package/dist/capabilities/index.js.map +1 -1
- package/dist/capabilities/orchestrationCapability.d.ts +2 -0
- package/dist/capabilities/orchestrationCapability.d.ts.map +1 -1
- package/dist/capabilities/orchestrationCapability.js +980 -2
- package/dist/capabilities/orchestrationCapability.js.map +1 -1
- package/dist/capabilities/searchCapability.d.ts +8 -2
- package/dist/capabilities/searchCapability.d.ts.map +1 -1
- package/dist/capabilities/searchCapability.js +11 -6
- package/dist/capabilities/searchCapability.js.map +1 -1
- package/dist/contracts/tools.schema.json +9 -133
- package/dist/core/aiErrorFixer.d.ts +1 -14
- package/dist/core/aiErrorFixer.d.ts.map +1 -1
- package/dist/core/aiErrorFixer.js +51 -239
- package/dist/core/aiErrorFixer.js.map +1 -1
- package/dist/core/alphaZeroEngine.d.ts +16 -256
- package/dist/core/alphaZeroEngine.d.ts.map +1 -1
- package/dist/core/alphaZeroEngine.js +22 -513
- package/dist/core/alphaZeroEngine.js.map +1 -1
- package/dist/core/completeAttackOrchestrator.d.ts +102 -0
- package/dist/core/completeAttackOrchestrator.d.ts.map +1 -0
- package/dist/core/completeAttackOrchestrator.js +293 -0
- package/dist/core/completeAttackOrchestrator.js.map +1 -0
- package/dist/core/defensiveSecurityToolkit.d.ts +373 -0
- package/dist/core/defensiveSecurityToolkit.d.ts.map +1 -0
- package/dist/core/defensiveSecurityToolkit.js +1304 -0
- package/dist/core/defensiveSecurityToolkit.js.map +1 -0
- package/dist/core/errors/errorTypes.d.ts +30 -57
- package/dist/core/errors/errorTypes.d.ts.map +1 -1
- package/dist/core/errors/errorTypes.js +51 -228
- package/dist/core/errors/errorTypes.js.map +1 -1
- package/dist/core/errors/safetyValidator.d.ts +19 -3
- package/dist/core/errors/safetyValidator.d.ts.map +1 -1
- package/dist/core/errors/safetyValidator.js +33 -71
- package/dist/core/errors/safetyValidator.js.map +1 -1
- package/dist/core/failureRecovery.d.ts +4 -100
- package/dist/core/failureRecovery.d.ts.map +1 -1
- package/dist/core/failureRecovery.js +16 -440
- package/dist/core/failureRecovery.js.map +1 -1
- package/dist/core/intelligentTargetResearcher.d.ts +142 -0
- package/dist/core/intelligentTargetResearcher.d.ts.map +1 -0
- package/dist/core/intelligentTargetResearcher.js +367 -0
- package/dist/core/intelligentTargetResearcher.js.map +1 -0
- package/dist/core/intelligentTestFlows.d.ts +26 -107
- package/dist/core/intelligentTestFlows.d.ts.map +1 -1
- package/dist/core/intelligentTestFlows.js +15 -659
- package/dist/core/intelligentTestFlows.js.map +1 -1
- package/dist/core/learningPersistence.d.ts +45 -132
- package/dist/core/learningPersistence.d.ts.map +1 -1
- package/dist/core/learningPersistence.js +32 -463
- package/dist/core/learningPersistence.js.map +1 -1
- package/dist/core/metricsTracker.d.ts +22 -139
- package/dist/core/metricsTracker.d.ts.map +1 -1
- package/dist/core/metricsTracker.js +51 -241
- package/dist/core/metricsTracker.js.map +1 -1
- package/dist/core/performanceMonitor.d.ts +15 -109
- package/dist/core/performanceMonitor.d.ts.map +1 -1
- package/dist/core/performanceMonitor.js +27 -184
- package/dist/core/performanceMonitor.js.map +1 -1
- package/dist/core/resultVerification.d.ts +6 -100
- package/dist/core/resultVerification.d.ts.map +1 -1
- package/dist/core/resultVerification.js +31 -400
- package/dist/core/resultVerification.js.map +1 -1
- package/dist/core/selfEvolution.d.ts +32 -126
- package/dist/core/selfEvolution.d.ts.map +1 -1
- package/dist/core/selfEvolution.js +24 -967
- package/dist/core/selfEvolution.js.map +1 -1
- package/dist/core/selfImprovement.d.ts +50 -109
- package/dist/core/selfImprovement.d.ts.map +1 -1
- package/dist/core/selfImprovement.js +14 -689
- package/dist/core/selfImprovement.js.map +1 -1
- package/dist/core/sourceCodeManager.d.ts +89 -0
- package/dist/core/sourceCodeManager.d.ts.map +1 -0
- package/dist/core/sourceCodeManager.js +332 -0
- package/dist/core/sourceCodeManager.js.map +1 -0
- package/dist/core/unifiedOrchestrator.d.ts +88 -0
- package/dist/core/unifiedOrchestrator.d.ts.map +1 -0
- package/dist/core/unifiedOrchestrator.js +284 -0
- package/dist/core/unifiedOrchestrator.js.map +1 -0
- package/dist/core/userDefenseOrchestrator.d.ts +202 -0
- package/dist/core/userDefenseOrchestrator.d.ts.map +1 -0
- package/dist/core/userDefenseOrchestrator.js +1006 -0
- package/dist/core/userDefenseOrchestrator.js.map +1 -0
- package/dist/plugins/index.d.ts +1 -1
- package/dist/plugins/index.d.ts.map +1 -1
- package/dist/plugins/index.js +36 -26
- package/dist/plugins/index.js.map +1 -1
- package/dist/plugins/tools/bidirectionalAudit/bidirectionalAuditPlugin.d.ts +8 -0
- package/dist/plugins/tools/bidirectionalAudit/bidirectionalAuditPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/bidirectionalAudit/bidirectionalAuditPlugin.js +17 -0
- package/dist/plugins/tools/bidirectionalAudit/bidirectionalAuditPlugin.js.map +1 -0
- package/dist/plugins/tools/nodeDefaults.d.ts +14 -0
- package/dist/plugins/tools/nodeDefaults.d.ts.map +1 -1
- package/dist/plugins/tools/nodeDefaults.js +17 -54
- package/dist/plugins/tools/nodeDefaults.js.map +1 -1
- package/dist/plugins/tools/orchestration/orchestrationPlugin.d.ts +9 -0
- package/dist/plugins/tools/orchestration/orchestrationPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/orchestration/orchestrationPlugin.js +18 -0
- package/dist/plugins/tools/orchestration/orchestrationPlugin.js.map +1 -0
- package/dist/shell/interactiveShell.d.ts +97 -2
- package/dist/shell/interactiveShell.d.ts.map +1 -1
- package/dist/shell/interactiveShell.js +1001 -6
- package/dist/shell/interactiveShell.js.map +1 -1
- package/dist/tools/appleExposureTools.d.ts +108 -0
- package/dist/tools/appleExposureTools.d.ts.map +1 -0
- package/dist/tools/appleExposureTools.js +850 -0
- package/dist/tools/appleExposureTools.js.map +1 -0
- package/dist/tools/bidirectionalAuditTools.d.ts +104 -0
- package/dist/tools/bidirectionalAuditTools.d.ts.map +1 -0
- package/dist/tools/bidirectionalAuditTools.js +1280 -0
- package/dist/tools/bidirectionalAuditTools.js.map +1 -0
- package/dist/tools/defensiveSecurityTools.d.ts +152 -0
- package/dist/tools/defensiveSecurityTools.d.ts.map +1 -0
- package/dist/tools/defensiveSecurityTools.js +576 -0
- package/dist/tools/defensiveSecurityTools.js.map +1 -0
- package/dist/tools/forwardAttackChainTracer.d.ts +73 -0
- package/dist/tools/forwardAttackChainTracer.d.ts.map +1 -0
- package/dist/tools/forwardAttackChainTracer.js +604 -0
- package/dist/tools/forwardAttackChainTracer.js.map +1 -0
- package/dist/tools/localExplore.d.ts +12 -199
- package/dist/tools/localExplore.d.ts.map +1 -1
- package/dist/tools/localExplore.js +18 -1352
- package/dist/tools/localExplore.js.map +1 -1
- package/dist/tools/offensiveTransparencyTools.d.ts +188 -0
- package/dist/tools/offensiveTransparencyTools.d.ts.map +1 -0
- package/dist/tools/offensiveTransparencyTools.js +890 -0
- package/dist/tools/offensiveTransparencyTools.js.map +1 -0
- package/dist/tools/planningTools.d.ts +8 -17
- package/dist/tools/planningTools.d.ts.map +1 -1
- package/dist/tools/planningTools.js +31 -141
- package/dist/tools/planningTools.js.map +1 -1
- package/dist/tools/searchTools.d.ts +9 -0
- package/dist/tools/searchTools.d.ts.map +1 -1
- package/dist/tools/searchTools.js +305 -189
- package/dist/tools/searchTools.js.map +1 -1
- package/dist/tools/skillTools.d.ts +7 -5
- package/dist/tools/skillTools.d.ts.map +1 -1
- package/dist/tools/skillTools.js +13 -155
- package/dist/tools/skillTools.js.map +1 -1
- package/dist/tools/threatIntelligenceTools.d.ts +128 -0
- package/dist/tools/threatIntelligenceTools.d.ts.map +1 -0
- package/dist/tools/threatIntelligenceTools.js +712 -0
- package/dist/tools/threatIntelligenceTools.js.map +1 -0
- package/dist/ui/PromptController.d.ts +4 -0
- package/dist/ui/PromptController.d.ts.map +1 -1
- package/dist/ui/PromptController.js +32 -11
- package/dist/ui/PromptController.js.map +1 -1
- package/dist/ui/UnifiedUIRenderer.d.ts +20 -0
- package/dist/ui/UnifiedUIRenderer.d.ts.map +1 -1
- package/dist/ui/UnifiedUIRenderer.js +235 -28
- package/dist/ui/UnifiedUIRenderer.js.map +1 -1
- package/dist/ui/animatedStatus.d.ts +2 -0
- package/dist/ui/animatedStatus.d.ts.map +1 -1
- package/dist/ui/animatedStatus.js +36 -2
- package/dist/ui/animatedStatus.js.map +1 -1
- package/dist/ui/orchestration/StatusOrchestrator.d.ts +10 -0
- package/dist/ui/orchestration/StatusOrchestrator.d.ts.map +1 -1
- package/dist/ui/orchestration/StatusOrchestrator.js +36 -4
- package/dist/ui/orchestration/StatusOrchestrator.js.map +1 -1
- package/package.json +1 -1
- package/dist/capabilities/advancedTestGenerationCapability.d.ts +0 -17
- package/dist/capabilities/advancedTestGenerationCapability.d.ts.map +0 -1
- package/dist/capabilities/advancedTestGenerationCapability.js +0 -28
- package/dist/capabilities/advancedTestGenerationCapability.js.map +0 -1
- package/dist/capabilities/browserAutomationCapability.d.ts +0 -37
- package/dist/capabilities/browserAutomationCapability.d.ts.map +0 -1
- package/dist/capabilities/browserAutomationCapability.js +0 -49
- package/dist/capabilities/browserAutomationCapability.js.map +0 -1
- package/dist/capabilities/buildCapability.d.ts +0 -24
- package/dist/capabilities/buildCapability.d.ts.map +0 -1
- package/dist/capabilities/buildCapability.js +0 -25
- package/dist/capabilities/buildCapability.js.map +0 -1
- package/dist/capabilities/cloudCapability.d.ts +0 -13
- package/dist/capabilities/cloudCapability.d.ts.map +0 -1
- package/dist/capabilities/cloudCapability.js +0 -38
- package/dist/capabilities/cloudCapability.js.map +0 -1
- package/dist/capabilities/codeAnalysisCapability.d.ts +0 -13
- package/dist/capabilities/codeAnalysisCapability.d.ts.map +0 -1
- package/dist/capabilities/codeAnalysisCapability.js +0 -24
- package/dist/capabilities/codeAnalysisCapability.js.map +0 -1
- package/dist/capabilities/codeQualityCapability.d.ts +0 -13
- package/dist/capabilities/codeQualityCapability.d.ts.map +0 -1
- package/dist/capabilities/codeQualityCapability.js +0 -25
- package/dist/capabilities/codeQualityCapability.js.map +0 -1
- package/dist/capabilities/dependencySecurityCapability.d.ts +0 -13
- package/dist/capabilities/dependencySecurityCapability.d.ts.map +0 -1
- package/dist/capabilities/dependencySecurityCapability.js +0 -24
- package/dist/capabilities/dependencySecurityCapability.js.map +0 -1
- package/dist/capabilities/devCapability.d.ts +0 -13
- package/dist/capabilities/devCapability.d.ts.map +0 -1
- package/dist/capabilities/devCapability.js +0 -24
- package/dist/capabilities/devCapability.js.map +0 -1
- package/dist/capabilities/emailCapability.d.ts +0 -12
- package/dist/capabilities/emailCapability.d.ts.map +0 -1
- package/dist/capabilities/emailCapability.js +0 -22
- package/dist/capabilities/emailCapability.js.map +0 -1
- package/dist/capabilities/enhancedAnalysisCapability.d.ts +0 -13
- package/dist/capabilities/enhancedAnalysisCapability.d.ts.map +0 -1
- package/dist/capabilities/enhancedAnalysisCapability.js +0 -20
- package/dist/capabilities/enhancedAnalysisCapability.js.map +0 -1
- package/dist/capabilities/enhancedCodeIntelligenceCapability.d.ts +0 -17
- package/dist/capabilities/enhancedCodeIntelligenceCapability.d.ts.map +0 -1
- package/dist/capabilities/enhancedCodeIntelligenceCapability.js +0 -28
- package/dist/capabilities/enhancedCodeIntelligenceCapability.js.map +0 -1
- package/dist/capabilities/enhancedDevWorkflowCapability.d.ts +0 -17
- package/dist/capabilities/enhancedDevWorkflowCapability.d.ts.map +0 -1
- package/dist/capabilities/enhancedDevWorkflowCapability.js +0 -28
- package/dist/capabilities/enhancedDevWorkflowCapability.js.map +0 -1
- package/dist/capabilities/frontendTestingCapability.d.ts +0 -13
- package/dist/capabilities/frontendTestingCapability.d.ts.map +0 -1
- package/dist/capabilities/frontendTestingCapability.js +0 -28
- package/dist/capabilities/frontendTestingCapability.js.map +0 -1
- package/dist/capabilities/interactionCapability.d.ts +0 -12
- package/dist/capabilities/interactionCapability.d.ts.map +0 -1
- package/dist/capabilities/interactionCapability.js +0 -22
- package/dist/capabilities/interactionCapability.js.map +0 -1
- package/dist/capabilities/learnCapability.d.ts +0 -22
- package/dist/capabilities/learnCapability.d.ts.map +0 -1
- package/dist/capabilities/learnCapability.js +0 -37
- package/dist/capabilities/learnCapability.js.map +0 -1
- package/dist/capabilities/notebookCapability.d.ts +0 -17
- package/dist/capabilities/notebookCapability.d.ts.map +0 -1
- package/dist/capabilities/notebookCapability.js +0 -27
- package/dist/capabilities/notebookCapability.js.map +0 -1
- package/dist/capabilities/planningCapability.d.ts +0 -16
- package/dist/capabilities/planningCapability.d.ts.map +0 -1
- package/dist/capabilities/planningCapability.js +0 -26
- package/dist/capabilities/planningCapability.js.map +0 -1
- package/dist/capabilities/refactoringCapability.d.ts +0 -13
- package/dist/capabilities/refactoringCapability.d.ts.map +0 -1
- package/dist/capabilities/refactoringCapability.js +0 -25
- package/dist/capabilities/refactoringCapability.js.map +0 -1
- package/dist/capabilities/repoChecksCapability.d.ts +0 -10
- package/dist/capabilities/repoChecksCapability.d.ts.map +0 -1
- package/dist/capabilities/repoChecksCapability.js +0 -24
- package/dist/capabilities/repoChecksCapability.js.map +0 -1
- package/dist/capabilities/taskManagementCapability.d.ts +0 -12
- package/dist/capabilities/taskManagementCapability.d.ts.map +0 -1
- package/dist/capabilities/taskManagementCapability.js +0 -22
- package/dist/capabilities/taskManagementCapability.js.map +0 -1
- package/dist/capabilities/testingCapability.d.ts +0 -13
- package/dist/capabilities/testingCapability.d.ts.map +0 -1
- package/dist/capabilities/testingCapability.js +0 -25
- package/dist/capabilities/testingCapability.js.map +0 -1
- package/dist/capabilities/validationCapability.d.ts +0 -13
- package/dist/capabilities/validationCapability.d.ts.map +0 -1
- package/dist/capabilities/validationCapability.js +0 -24
- package/dist/capabilities/validationCapability.js.map +0 -1
- package/dist/capabilities/webCapability.d.ts +0 -12
- package/dist/capabilities/webCapability.d.ts.map +0 -1
- package/dist/capabilities/webCapability.js +0 -22
- package/dist/capabilities/webCapability.js.map +0 -1
- package/dist/core/deepBugAnalyzer.d.ts +0 -128
- package/dist/core/deepBugAnalyzer.d.ts.map +0 -1
- package/dist/core/deepBugAnalyzer.js +0 -406
- package/dist/core/deepBugAnalyzer.js.map +0 -1
- package/dist/core/hypothesisEngine.d.ts +0 -113
- package/dist/core/hypothesisEngine.d.ts.map +0 -1
- package/dist/core/hypothesisEngine.js +0 -264
- package/dist/core/hypothesisEngine.js.map +0 -1
- package/dist/core/productTestHarness.d.ts +0 -113
- package/dist/core/productTestHarness.d.ts.map +0 -1
- package/dist/core/productTestHarness.js +0 -351
- package/dist/core/productTestHarness.js.map +0 -1
- package/dist/core/validationRunner.d.ts +0 -106
- package/dist/core/validationRunner.d.ts.map +0 -1
- package/dist/core/validationRunner.js +0 -892
- package/dist/core/validationRunner.js.map +0 -1
- package/dist/plugins/tools/browser/browserAutomationPlugin.d.ts +0 -14
- package/dist/plugins/tools/browser/browserAutomationPlugin.d.ts.map +0 -1
- package/dist/plugins/tools/browser/browserAutomationPlugin.js +0 -26
- package/dist/plugins/tools/browser/browserAutomationPlugin.js.map +0 -1
- package/dist/plugins/tools/checks/localRepoChecksPlugin.d.ts +0 -3
- package/dist/plugins/tools/checks/localRepoChecksPlugin.d.ts.map +0 -1
- package/dist/plugins/tools/checks/localRepoChecksPlugin.js +0 -14
- package/dist/plugins/tools/checks/localRepoChecksPlugin.js.map +0 -1
- package/dist/plugins/tools/cloud/cloudPlugin.d.ts +0 -3
- package/dist/plugins/tools/cloud/cloudPlugin.d.ts.map +0 -1
- package/dist/plugins/tools/cloud/cloudPlugin.js +0 -14
- package/dist/plugins/tools/cloud/cloudPlugin.js.map +0 -1
- package/dist/plugins/tools/codeAnalysis/codeAnalysisPlugin.d.ts +0 -3
- package/dist/plugins/tools/codeAnalysis/codeAnalysisPlugin.d.ts.map +0 -1
- package/dist/plugins/tools/codeAnalysis/codeAnalysisPlugin.js +0 -14
- package/dist/plugins/tools/codeAnalysis/codeAnalysisPlugin.js.map +0 -1
- package/dist/plugins/tools/codeQuality/codeQualityPlugin.d.ts +0 -3
- package/dist/plugins/tools/codeQuality/codeQualityPlugin.d.ts.map +0 -1
- package/dist/plugins/tools/codeQuality/codeQualityPlugin.js +0 -14
- package/dist/plugins/tools/codeQuality/codeQualityPlugin.js.map +0 -1
- package/dist/plugins/tools/dependency/dependencyPlugin.d.ts +0 -3
- package/dist/plugins/tools/dependency/dependencyPlugin.d.ts.map +0 -1
- package/dist/plugins/tools/dependency/dependencyPlugin.js +0 -12
- package/dist/plugins/tools/dependency/dependencyPlugin.js.map +0 -1
- package/dist/plugins/tools/development/devPlugin.d.ts +0 -3
- package/dist/plugins/tools/development/devPlugin.d.ts.map +0 -1
- package/dist/plugins/tools/development/devPlugin.js +0 -14
- package/dist/plugins/tools/development/devPlugin.js.map +0 -1
- package/dist/plugins/tools/email/emailPlugin.d.ts +0 -3
- package/dist/plugins/tools/email/emailPlugin.d.ts.map +0 -1
- package/dist/plugins/tools/email/emailPlugin.js +0 -12
- package/dist/plugins/tools/email/emailPlugin.js.map +0 -1
- package/dist/plugins/tools/enhancedAnalysis/enhancedAnalysisPlugin.d.ts +0 -3
- package/dist/plugins/tools/enhancedAnalysis/enhancedAnalysisPlugin.d.ts.map +0 -1
- package/dist/plugins/tools/enhancedAnalysis/enhancedAnalysisPlugin.js +0 -14
- package/dist/plugins/tools/enhancedAnalysis/enhancedAnalysisPlugin.js.map +0 -1
- package/dist/plugins/tools/enhancedCodeIntelligence/enhancedCodeIntelligencePlugin.d.ts +0 -3
- package/dist/plugins/tools/enhancedCodeIntelligence/enhancedCodeIntelligencePlugin.d.ts.map +0 -1
- package/dist/plugins/tools/enhancedCodeIntelligence/enhancedCodeIntelligencePlugin.js +0 -12
- package/dist/plugins/tools/enhancedCodeIntelligence/enhancedCodeIntelligencePlugin.js.map +0 -1
- package/dist/plugins/tools/enhancedDevWorkflow/enhancedDevWorkflowPlugin.d.ts +0 -3
- package/dist/plugins/tools/enhancedDevWorkflow/enhancedDevWorkflowPlugin.d.ts.map +0 -1
- package/dist/plugins/tools/enhancedDevWorkflow/enhancedDevWorkflowPlugin.js +0 -12
- package/dist/plugins/tools/enhancedDevWorkflow/enhancedDevWorkflowPlugin.js.map +0 -1
- package/dist/plugins/tools/frontendTesting/frontendTestingPlugin.d.ts +0 -3
- package/dist/plugins/tools/frontendTesting/frontendTestingPlugin.d.ts.map +0 -1
- package/dist/plugins/tools/frontendTesting/frontendTestingPlugin.js +0 -14
- package/dist/plugins/tools/frontendTesting/frontendTestingPlugin.js.map +0 -1
- package/dist/plugins/tools/interaction/interactionPlugin.d.ts +0 -3
- package/dist/plugins/tools/interaction/interactionPlugin.d.ts.map +0 -1
- package/dist/plugins/tools/interaction/interactionPlugin.js +0 -12
- package/dist/plugins/tools/interaction/interactionPlugin.js.map +0 -1
- package/dist/plugins/tools/learn/learnPlugin.d.ts +0 -3
- package/dist/plugins/tools/learn/learnPlugin.d.ts.map +0 -1
- package/dist/plugins/tools/learn/learnPlugin.js +0 -14
- package/dist/plugins/tools/learn/learnPlugin.js.map +0 -1
- package/dist/plugins/tools/notebook/notebookPlugin.d.ts +0 -9
- package/dist/plugins/tools/notebook/notebookPlugin.d.ts.map +0 -1
- package/dist/plugins/tools/notebook/notebookPlugin.js +0 -15
- package/dist/plugins/tools/notebook/notebookPlugin.js.map +0 -1
- package/dist/plugins/tools/planning/planningPlugin.d.ts +0 -9
- package/dist/plugins/tools/planning/planningPlugin.d.ts.map +0 -1
- package/dist/plugins/tools/planning/planningPlugin.js +0 -15
- package/dist/plugins/tools/planning/planningPlugin.js.map +0 -1
- package/dist/plugins/tools/refactoring/refactoringPlugin.d.ts +0 -3
- package/dist/plugins/tools/refactoring/refactoringPlugin.d.ts.map +0 -1
- package/dist/plugins/tools/refactoring/refactoringPlugin.js +0 -12
- package/dist/plugins/tools/refactoring/refactoringPlugin.js.map +0 -1
- package/dist/plugins/tools/taskManagement/taskManagementPlugin.d.ts +0 -3
- package/dist/plugins/tools/taskManagement/taskManagementPlugin.d.ts.map +0 -1
- package/dist/plugins/tools/taskManagement/taskManagementPlugin.js +0 -12
- package/dist/plugins/tools/taskManagement/taskManagementPlugin.js.map +0 -1
- package/dist/plugins/tools/testing/testingPlugin.d.ts +0 -3
- package/dist/plugins/tools/testing/testingPlugin.d.ts.map +0 -1
- package/dist/plugins/tools/testing/testingPlugin.js +0 -12
- package/dist/plugins/tools/testing/testingPlugin.js.map +0 -1
- package/dist/plugins/tools/validation/validationPlugin.d.ts +0 -3
- package/dist/plugins/tools/validation/validationPlugin.d.ts.map +0 -1
- package/dist/plugins/tools/validation/validationPlugin.js +0 -14
- package/dist/plugins/tools/validation/validationPlugin.js.map +0 -1
- package/dist/plugins/tools/web/webPlugin.d.ts +0 -3
- package/dist/plugins/tools/web/webPlugin.d.ts.map +0 -1
- package/dist/plugins/tools/web/webPlugin.js +0 -12
- package/dist/plugins/tools/web/webPlugin.js.map +0 -1
- package/dist/tools/advancedTestGenerationTools.d.ts +0 -21
- package/dist/tools/advancedTestGenerationTools.d.ts.map +0 -1
- package/dist/tools/advancedTestGenerationTools.js +0 -304
- package/dist/tools/advancedTestGenerationTools.js.map +0 -1
- package/dist/tools/browserAutomationTools.d.ts +0 -23
- package/dist/tools/browserAutomationTools.d.ts.map +0 -1
- package/dist/tools/browserAutomationTools.js +0 -916
- package/dist/tools/browserAutomationTools.js.map +0 -1
- package/dist/tools/buildTools.d.ts +0 -9
- package/dist/tools/buildTools.d.ts.map +0 -1
- package/dist/tools/buildTools.js +0 -346
- package/dist/tools/buildTools.js.map +0 -1
- package/dist/tools/cloudTools.d.ts +0 -49
- package/dist/tools/cloudTools.d.ts.map +0 -1
- package/dist/tools/cloudTools.js +0 -1258
- package/dist/tools/cloudTools.js.map +0 -1
- package/dist/tools/codeAnalysisTools.d.ts +0 -74
- package/dist/tools/codeAnalysisTools.d.ts.map +0 -1
- package/dist/tools/codeAnalysisTools.js +0 -664
- package/dist/tools/codeAnalysisTools.js.map +0 -1
- package/dist/tools/codeGenerationTools.d.ts +0 -3
- package/dist/tools/codeGenerationTools.d.ts.map +0 -1
- package/dist/tools/codeGenerationTools.js +0 -439
- package/dist/tools/codeGenerationTools.js.map +0 -1
- package/dist/tools/codeQualityTools.d.ts +0 -3
- package/dist/tools/codeQualityTools.d.ts.map +0 -1
- package/dist/tools/codeQualityTools.js +0 -297
- package/dist/tools/codeQualityTools.js.map +0 -1
- package/dist/tools/dependencyTools.d.ts +0 -3
- package/dist/tools/dependencyTools.d.ts.map +0 -1
- package/dist/tools/dependencyTools.js +0 -284
- package/dist/tools/dependencyTools.js.map +0 -1
- package/dist/tools/devTools.d.ts +0 -10
- package/dist/tools/devTools.d.ts.map +0 -1
- package/dist/tools/devTools.js +0 -2126
- package/dist/tools/devTools.js.map +0 -1
- package/dist/tools/emailTools.d.ts +0 -21
- package/dist/tools/emailTools.d.ts.map +0 -1
- package/dist/tools/emailTools.js +0 -449
- package/dist/tools/emailTools.js.map +0 -1
- package/dist/tools/enhancedAnalysisTools.d.ts +0 -9
- package/dist/tools/enhancedAnalysisTools.d.ts.map +0 -1
- package/dist/tools/enhancedAnalysisTools.js +0 -370
- package/dist/tools/enhancedAnalysisTools.js.map +0 -1
- package/dist/tools/enhancedCodeIntelligenceTools.d.ts +0 -7
- package/dist/tools/enhancedCodeIntelligenceTools.d.ts.map +0 -1
- package/dist/tools/enhancedCodeIntelligenceTools.js +0 -540
- package/dist/tools/enhancedCodeIntelligenceTools.js.map +0 -1
- package/dist/tools/enhancedDevWorkflowTools.d.ts +0 -7
- package/dist/tools/enhancedDevWorkflowTools.d.ts.map +0 -1
- package/dist/tools/enhancedDevWorkflowTools.js +0 -432
- package/dist/tools/enhancedDevWorkflowTools.js.map +0 -1
- package/dist/tools/frontendTestingTools.d.ts +0 -35
- package/dist/tools/frontendTestingTools.d.ts.map +0 -1
- package/dist/tools/frontendTestingTools.js +0 -1258
- package/dist/tools/frontendTestingTools.js.map +0 -1
- package/dist/tools/globTools.d.ts +0 -15
- package/dist/tools/globTools.d.ts.map +0 -1
- package/dist/tools/globTools.js +0 -174
- package/dist/tools/globTools.js.map +0 -1
- package/dist/tools/grepTools.d.ts +0 -19
- package/dist/tools/grepTools.d.ts.map +0 -1
- package/dist/tools/grepTools.js +0 -411
- package/dist/tools/grepTools.js.map +0 -1
- package/dist/tools/interactionTools.d.ts +0 -6
- package/dist/tools/interactionTools.d.ts.map +0 -1
- package/dist/tools/interactionTools.js +0 -209
- package/dist/tools/interactionTools.js.map +0 -1
- package/dist/tools/learnTools.d.ts +0 -164
- package/dist/tools/learnTools.d.ts.map +0 -1
- package/dist/tools/learnTools.js +0 -2098
- package/dist/tools/learnTools.js.map +0 -1
- package/dist/tools/notebookEditTools.d.ts +0 -15
- package/dist/tools/notebookEditTools.d.ts.map +0 -1
- package/dist/tools/notebookEditTools.js +0 -197
- package/dist/tools/notebookEditTools.js.map +0 -1
- package/dist/tools/refactoringTools.d.ts +0 -3
- package/dist/tools/refactoringTools.d.ts.map +0 -1
- package/dist/tools/refactoringTools.js +0 -294
- package/dist/tools/refactoringTools.js.map +0 -1
- package/dist/tools/repoChecksTools.d.ts +0 -3
- package/dist/tools/repoChecksTools.d.ts.map +0 -1
- package/dist/tools/repoChecksTools.js +0 -276
- package/dist/tools/repoChecksTools.js.map +0 -1
- package/dist/tools/taskManagementTools.d.ts +0 -10
- package/dist/tools/taskManagementTools.d.ts.map +0 -1
- package/dist/tools/taskManagementTools.js +0 -133
- package/dist/tools/taskManagementTools.js.map +0 -1
- package/dist/tools/testingTools.d.ts +0 -3
- package/dist/tools/testingTools.d.ts.map +0 -1
- package/dist/tools/testingTools.js +0 -237
- package/dist/tools/testingTools.js.map +0 -1
- package/dist/tools/validationTools.d.ts +0 -7
- package/dist/tools/validationTools.d.ts.map +0 -1
- package/dist/tools/validationTools.js +0 -344
- package/dist/tools/validationTools.js.map +0 -1
- package/dist/tools/webTools.d.ts +0 -3
- package/dist/tools/webTools.d.ts.map +0 -1
- package/dist/tools/webTools.js +0 -502
- package/dist/tools/webTools.js.map +0 -1
|
@@ -1,523 +1,32 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* AlphaZero-
|
|
3
|
-
*
|
|
4
|
-
* Implements self-play concepts for code generation:
|
|
5
|
-
* 1. Dual Response Generation - Generate 2 responses, pick the best
|
|
6
|
-
* 2. Self-Critique Loop - Critique and improve responses
|
|
7
|
-
* 3. Solution Quality Scoring - Multi-dimensional evaluation
|
|
8
|
-
* 4. Tool Pattern Learning - Learn optimal tool sequences
|
|
9
|
-
*
|
|
10
|
-
* Principal Investigator: Bo Shang
|
|
2
|
+
* AlphaZero Engine - Minimal stub for backward compatibility
|
|
11
3
|
*/
|
|
12
|
-
export
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
temperatureB: 0.7, // Creative
|
|
16
|
-
minQualityDifference: 0.1,
|
|
17
|
-
timeoutMs: 60000,
|
|
18
|
-
};
|
|
19
|
-
/**
|
|
20
|
-
* Generates evaluation prompt for comparing two responses
|
|
21
|
-
*/
|
|
22
|
-
export function buildEvaluationPrompt(userQuery, responseA, responseB) {
|
|
23
|
-
return `You are an expert code reviewer evaluating two AI assistant responses.
|
|
24
|
-
|
|
25
|
-
USER QUERY:
|
|
26
|
-
${userQuery}
|
|
27
|
-
|
|
28
|
-
RESPONSE A:
|
|
29
|
-
---
|
|
30
|
-
${responseA.slice(0, 4000)}
|
|
31
|
-
---
|
|
32
|
-
|
|
33
|
-
RESPONSE B:
|
|
34
|
-
---
|
|
35
|
-
${responseB.slice(0, 4000)}
|
|
36
|
-
---
|
|
37
|
-
|
|
38
|
-
Evaluate both responses on these dimensions (0-100 each):
|
|
39
|
-
1. Correctness - Is the solution correct and bug-free?
|
|
40
|
-
2. Completeness - Does it fully address the user's request?
|
|
41
|
-
3. Efficiency - Is the code/approach efficient?
|
|
42
|
-
4. Code Quality - Is the code clean, readable, well-structured?
|
|
43
|
-
5. Tool Usage - Are tools used appropriately and effectively?
|
|
44
|
-
|
|
45
|
-
Return JSON only:
|
|
46
|
-
{
|
|
47
|
-
"winner": "A" | "B" | "tie",
|
|
48
|
-
"scores": {
|
|
49
|
-
"correctness": { "a": 0-100, "b": 0-100 },
|
|
50
|
-
"completeness": { "a": 0-100, "b": 0-100 },
|
|
51
|
-
"efficiency": { "a": 0-100, "b": 0-100 },
|
|
52
|
-
"codeQuality": { "a": 0-100, "b": 0-100 },
|
|
53
|
-
"toolUsage": { "a": 0-100, "b": 0-100 }
|
|
54
|
-
},
|
|
55
|
-
"reasoning": "brief explanation",
|
|
56
|
-
"confidence": 0-100
|
|
57
|
-
}`;
|
|
58
|
-
}
|
|
59
|
-
/**
|
|
60
|
-
* Parse evaluation response from LLM
|
|
61
|
-
*/
|
|
62
|
-
export function parseEvaluationResponse(response) {
|
|
63
|
-
try {
|
|
64
|
-
const match = response.match(/\{[\s\S]*\}/);
|
|
65
|
-
if (!match)
|
|
66
|
-
return null;
|
|
67
|
-
const parsed = JSON.parse(match[0]);
|
|
68
|
-
const qualityA = (parsed.scores.correctness.a +
|
|
69
|
-
parsed.scores.completeness.a +
|
|
70
|
-
parsed.scores.efficiency.a +
|
|
71
|
-
parsed.scores.codeQuality.a +
|
|
72
|
-
parsed.scores.toolUsage.a) / 5;
|
|
73
|
-
const qualityB = (parsed.scores.correctness.b +
|
|
74
|
-
parsed.scores.completeness.b +
|
|
75
|
-
parsed.scores.efficiency.b +
|
|
76
|
-
parsed.scores.codeQuality.b +
|
|
77
|
-
parsed.scores.toolUsage.b) / 5;
|
|
78
|
-
return {
|
|
79
|
-
qualityScoreA: qualityA,
|
|
80
|
-
qualityScoreB: qualityB,
|
|
81
|
-
dimensions: {
|
|
82
|
-
correctness: parsed.scores.correctness,
|
|
83
|
-
completeness: parsed.scores.completeness,
|
|
84
|
-
efficiency: parsed.scores.efficiency,
|
|
85
|
-
codeQuality: parsed.scores.codeQuality,
|
|
86
|
-
toolUsage: parsed.scores.toolUsage,
|
|
87
|
-
},
|
|
88
|
-
reasoning: parsed.reasoning,
|
|
89
|
-
confidence: parsed.confidence,
|
|
90
|
-
};
|
|
91
|
-
}
|
|
92
|
-
catch {
|
|
93
|
-
return null;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
// ============================================================================
|
|
97
|
-
// SELF-CRITIQUE ENGINE
|
|
98
|
-
// ============================================================================
|
|
99
|
-
/**
|
|
100
|
-
* Generates self-critique prompt
|
|
101
|
-
*/
|
|
102
|
-
export function buildCritiquePrompt(userQuery, response, toolCalls) {
|
|
103
|
-
const toolSummary = toolCalls.length > 0
|
|
104
|
-
? toolCalls.map(t => `- ${t.name}: ${t.success ? 'success' : 'failed'}`).join('\n')
|
|
105
|
-
: 'No tools used';
|
|
106
|
-
return `You are a critical code reviewer. Analyze this AI assistant response for issues.
|
|
107
|
-
|
|
108
|
-
USER QUERY:
|
|
109
|
-
${userQuery}
|
|
110
|
-
|
|
111
|
-
RESPONSE:
|
|
112
|
-
---
|
|
113
|
-
${response.slice(0, 6000)}
|
|
114
|
-
---
|
|
115
|
-
|
|
116
|
-
TOOLS USED:
|
|
117
|
-
${toolSummary}
|
|
118
|
-
|
|
119
|
-
Find issues in these categories:
|
|
120
|
-
- correctness: bugs, logic errors, wrong approaches
|
|
121
|
-
- completeness: missing features, partial solutions
|
|
122
|
-
- efficiency: performance issues, unnecessary operations
|
|
123
|
-
- style: code style, readability problems
|
|
124
|
-
- security: potential vulnerabilities
|
|
125
|
-
|
|
126
|
-
Return JSON only:
|
|
127
|
-
{
|
|
128
|
-
"issues": [
|
|
129
|
-
{
|
|
130
|
-
"category": "correctness|completeness|efficiency|style|security",
|
|
131
|
-
"severity": "critical|major|minor",
|
|
132
|
-
"description": "what's wrong",
|
|
133
|
-
"suggestion": "how to fix",
|
|
134
|
-
"location": "where in code (if applicable)"
|
|
135
|
-
}
|
|
136
|
-
],
|
|
137
|
-
"overallQuality": 0-100,
|
|
138
|
-
"needsImprovement": true|false,
|
|
139
|
-
"improvementPriority": ["issue indices in order of importance"]
|
|
140
|
-
}`;
|
|
141
|
-
}
|
|
142
|
-
/**
|
|
143
|
-
* Parse critique response
|
|
144
|
-
*/
|
|
145
|
-
export function parseCritiqueResponse(response) {
|
|
146
|
-
try {
|
|
147
|
-
const match = response.match(/\{[\s\S]*\}/);
|
|
148
|
-
if (!match)
|
|
149
|
-
return [];
|
|
150
|
-
const parsed = JSON.parse(match[0]);
|
|
151
|
-
return parsed.issues || [];
|
|
152
|
-
}
|
|
153
|
-
catch {
|
|
154
|
-
return [];
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
/**
|
|
158
|
-
* Build improvement prompt based on critique
|
|
159
|
-
*/
|
|
160
|
-
export function buildImprovementPrompt(userQuery, originalResponse, issues) {
|
|
161
|
-
const issueList = issues
|
|
162
|
-
.map((i, idx) => `${idx + 1}. [${i.severity.toUpperCase()}] ${i.category}: ${i.description}${i.suggestion ? ` → ${i.suggestion}` : ''}`)
|
|
163
|
-
.join('\n');
|
|
164
|
-
return `Improve your previous response by fixing these issues:
|
|
165
|
-
|
|
166
|
-
ORIGINAL QUERY:
|
|
167
|
-
${userQuery}
|
|
168
|
-
|
|
169
|
-
ISSUES FOUND:
|
|
170
|
-
${issueList}
|
|
171
|
-
|
|
172
|
-
ORIGINAL RESPONSE:
|
|
173
|
-
---
|
|
174
|
-
${originalResponse.slice(0, 4000)}
|
|
175
|
-
---
|
|
176
|
-
|
|
177
|
-
Generate an improved response that addresses ALL issues listed above.
|
|
178
|
-
Focus especially on critical and major issues.
|
|
179
|
-
Maintain what was good about the original response.`;
|
|
180
|
-
}
|
|
181
|
-
// ============================================================================
|
|
182
|
-
// TOOL PATTERN LEARNING
|
|
183
|
-
// ============================================================================
|
|
184
|
-
/**
|
|
185
|
-
* Tool pattern tracker for learning optimal sequences
|
|
186
|
-
*/
|
|
187
|
-
export class ToolPatternTracker {
|
|
188
|
-
patterns = new Map();
|
|
189
|
-
currentSequence = [];
|
|
190
|
-
currentTaskType = 'general';
|
|
191
|
-
sequenceStartTime = 0;
|
|
192
|
-
/**
|
|
193
|
-
* Start tracking a new task
|
|
194
|
-
*/
|
|
195
|
-
startTask(taskType) {
|
|
196
|
-
this.currentTaskType = taskType;
|
|
197
|
-
this.currentSequence = [];
|
|
198
|
-
this.sequenceStartTime = Date.now();
|
|
199
|
-
}
|
|
200
|
-
/**
|
|
201
|
-
* Record a tool use
|
|
202
|
-
*/
|
|
203
|
-
recordToolUse(toolName, _success) {
|
|
204
|
-
this.currentSequence.push(toolName);
|
|
205
|
-
}
|
|
206
|
-
/**
|
|
207
|
-
* Complete the current task and record the pattern
|
|
208
|
-
*/
|
|
209
|
-
completeTask(success) {
|
|
210
|
-
if (this.currentSequence.length === 0)
|
|
211
|
-
return;
|
|
212
|
-
const duration = Date.now() - this.sequenceStartTime;
|
|
213
|
-
const patternKey = this.currentSequence.join('→');
|
|
214
|
-
let patterns = this.patterns.get(this.currentTaskType);
|
|
215
|
-
if (!patterns) {
|
|
216
|
-
patterns = [];
|
|
217
|
-
this.patterns.set(this.currentTaskType, patterns);
|
|
218
|
-
}
|
|
219
|
-
// Find existing pattern or create new
|
|
220
|
-
const existing = patterns.find(p => p.toolSequence.join('→') === patternKey);
|
|
221
|
-
if (existing) {
|
|
222
|
-
// Update statistics
|
|
223
|
-
existing.occurrences++;
|
|
224
|
-
existing.successRate = (existing.successRate * (existing.occurrences - 1) + (success ? 1 : 0)) / existing.occurrences;
|
|
225
|
-
existing.avgDuration = (existing.avgDuration * (existing.occurrences - 1) + duration) / existing.occurrences;
|
|
226
|
-
}
|
|
227
|
-
else {
|
|
228
|
-
// Create new pattern
|
|
229
|
-
patterns.push({
|
|
230
|
-
taskType: this.currentTaskType,
|
|
231
|
-
toolSequence: [...this.currentSequence],
|
|
232
|
-
successRate: success ? 1 : 0,
|
|
233
|
-
avgDuration: duration,
|
|
234
|
-
occurrences: 1,
|
|
235
|
-
});
|
|
236
|
-
}
|
|
237
|
-
// Sort by success rate
|
|
238
|
-
patterns.sort((a, b) => b.successRate - a.successRate);
|
|
239
|
-
// Keep top 10 patterns per task type
|
|
240
|
-
if (patterns.length > 10) {
|
|
241
|
-
patterns.length = 10;
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
/**
|
|
245
|
-
* Get recommended tool sequence for a task type
|
|
246
|
-
*/
|
|
247
|
-
getRecommendedSequence(taskType) {
|
|
248
|
-
const patterns = this.patterns.get(taskType);
|
|
249
|
-
if (!patterns || patterns.length === 0)
|
|
250
|
-
return null;
|
|
251
|
-
// Return the most successful pattern with enough occurrences
|
|
252
|
-
const reliable = patterns.find(p => p.occurrences >= 3 && p.successRate >= 0.7);
|
|
253
|
-
return reliable?.toolSequence ?? patterns[0]?.toolSequence ?? null;
|
|
254
|
-
}
|
|
255
|
-
/**
|
|
256
|
-
* Get all learned patterns
|
|
257
|
-
*/
|
|
258
|
-
getAllPatterns() {
|
|
259
|
-
return new Map(this.patterns);
|
|
260
|
-
}
|
|
261
|
-
/**
|
|
262
|
-
* Export patterns for persistence
|
|
263
|
-
*/
|
|
264
|
-
exportPatterns() {
|
|
265
|
-
const result = {};
|
|
266
|
-
for (const [key, value] of this.patterns) {
|
|
267
|
-
result[key] = value;
|
|
268
|
-
}
|
|
269
|
-
return result;
|
|
270
|
-
}
|
|
271
|
-
/**
|
|
272
|
-
* Import patterns from persistence
|
|
273
|
-
*/
|
|
274
|
-
importPatterns(data) {
|
|
275
|
-
this.patterns.clear();
|
|
276
|
-
for (const [key, value] of Object.entries(data)) {
|
|
277
|
-
this.patterns.set(key, value);
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
/**
|
|
282
|
-
* Quick heuristic-based quality scoring (no LLM needed)
|
|
283
|
-
*/
|
|
284
|
-
export function quickQualityScore(response, toolCalls) {
|
|
285
|
-
let correctness = 50;
|
|
286
|
-
let completeness = 50;
|
|
287
|
-
let efficiency = 50;
|
|
288
|
-
let maintainability = 50;
|
|
289
|
-
let security = 50;
|
|
290
|
-
// Tool call success rate affects correctness
|
|
291
|
-
if (toolCalls.length > 0) {
|
|
292
|
-
const successRate = toolCalls.filter(t => t.success).length / toolCalls.length;
|
|
293
|
-
correctness = Math.round(50 + successRate * 40);
|
|
294
|
-
}
|
|
295
|
-
// Response length indicates completeness
|
|
296
|
-
if (response.length > 1000)
|
|
297
|
-
completeness += 15;
|
|
298
|
-
if (response.length > 3000)
|
|
299
|
-
completeness += 10;
|
|
300
|
-
if (response.length < 200)
|
|
301
|
-
completeness -= 20;
|
|
302
|
-
// Code blocks indicate actual implementation
|
|
303
|
-
const codeBlocks = (response.match(/```/g) || []).length / 2;
|
|
304
|
-
if (codeBlocks >= 1)
|
|
305
|
-
completeness += 10;
|
|
306
|
-
if (codeBlocks >= 3)
|
|
307
|
-
completeness += 5;
|
|
308
|
-
// Check for common patterns
|
|
309
|
-
if (/error|exception|try.*catch/i.test(response)) {
|
|
310
|
-
maintainability += 10; // Error handling
|
|
311
|
-
}
|
|
312
|
-
if (/\bconst\b|\blet\b/.test(response)) {
|
|
313
|
-
maintainability += 5; // Modern JS
|
|
314
|
-
}
|
|
315
|
-
if (/async|await|Promise/.test(response)) {
|
|
316
|
-
efficiency += 5; // Async patterns
|
|
317
|
-
}
|
|
318
|
-
// Security indicators
|
|
319
|
-
if (/validate|sanitize|escape/i.test(response))
|
|
320
|
-
security += 10;
|
|
321
|
-
if (/sql\s*injection|xss|csrf/i.test(response.toLowerCase()))
|
|
322
|
-
security -= 10; // Mentions vulnerabilities without fixing
|
|
323
|
-
// Bound scores
|
|
324
|
-
const bound = (n) => Math.max(0, Math.min(100, n));
|
|
325
|
-
correctness = bound(correctness);
|
|
326
|
-
completeness = bound(completeness);
|
|
327
|
-
efficiency = bound(efficiency);
|
|
328
|
-
maintainability = bound(maintainability);
|
|
329
|
-
security = bound(security);
|
|
330
|
-
const overall = Math.round(correctness * 0.3 +
|
|
331
|
-
completeness * 0.25 +
|
|
332
|
-
efficiency * 0.2 +
|
|
333
|
-
maintainability * 0.15 +
|
|
334
|
-
security * 0.1);
|
|
335
|
-
const breakdown = [
|
|
336
|
-
`Correctness: ${correctness}`,
|
|
337
|
-
`Completeness: ${completeness}`,
|
|
338
|
-
`Efficiency: ${efficiency}`,
|
|
339
|
-
`Maintainability: ${maintainability}`,
|
|
340
|
-
`Security: ${security}`,
|
|
341
|
-
].join(' | ');
|
|
342
|
-
return {
|
|
343
|
-
overall,
|
|
344
|
-
correctness,
|
|
345
|
-
completeness,
|
|
346
|
-
efficiency,
|
|
347
|
-
maintainability,
|
|
348
|
-
security,
|
|
349
|
-
breakdown,
|
|
350
|
-
};
|
|
351
|
-
}
|
|
352
|
-
// ============================================================================
|
|
353
|
-
// TASK TYPE CLASSIFICATION
|
|
354
|
-
// ============================================================================
|
|
355
|
-
/**
|
|
356
|
-
* Classify task type from user query for pattern matching
|
|
357
|
-
*/
|
|
358
|
-
export function classifyTaskType(query) {
|
|
359
|
-
const q = query.toLowerCase();
|
|
360
|
-
if (/\b(bug|fix|error|issue|broken|doesn't work|not working)\b/.test(q)) {
|
|
4
|
+
export function classifyTaskType(userMessage) {
|
|
5
|
+
const msg = userMessage.toLowerCase();
|
|
6
|
+
if (/fix|bug|error|issue|broken|crash/.test(msg))
|
|
361
7
|
return 'bug-fix';
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
}
|
|
366
|
-
if (/\b(refactor|clean|improve|optimize|simplify)\b/.test(q)) {
|
|
8
|
+
if (/add|implement|create|build|feature|new/.test(msg))
|
|
9
|
+
return 'feature';
|
|
10
|
+
if (/refactor|clean|improve|optimize/.test(msg))
|
|
367
11
|
return 'refactor';
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
if (
|
|
373
|
-
return '
|
|
374
|
-
|
|
375
|
-
if (/\b(review|check|analyze|audit)\b/.test(q)) {
|
|
376
|
-
return 'review';
|
|
377
|
-
}
|
|
378
|
-
if (/\b(deploy|release|publish|ship)\b/.test(q)) {
|
|
379
|
-
return 'deployment';
|
|
380
|
-
}
|
|
381
|
-
if (/\b(config|setup|install|configure)\b/.test(q)) {
|
|
382
|
-
return 'configuration';
|
|
383
|
-
}
|
|
384
|
-
return 'general';
|
|
12
|
+
if (/test|spec|coverage/.test(msg))
|
|
13
|
+
return 'test';
|
|
14
|
+
if (/doc|readme|comment|explain/.test(msg))
|
|
15
|
+
return 'docs';
|
|
16
|
+
if (/config|setup|install|configure/.test(msg))
|
|
17
|
+
return 'config';
|
|
18
|
+
return 'unknown';
|
|
385
19
|
}
|
|
386
|
-
export
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
minQualityThreshold: 60,
|
|
391
|
-
maxCritiqueIterations: 2,
|
|
392
|
-
};
|
|
393
|
-
/**
|
|
394
|
-
* Main AlphaZero Engine coordinating all components
|
|
395
|
-
*/
|
|
396
|
-
export class AlphaZeroEngine {
|
|
397
|
-
config;
|
|
398
|
-
patternTracker;
|
|
399
|
-
sessionStats;
|
|
400
|
-
constructor(config = {}) {
|
|
401
|
-
this.config = { ...DEFAULT_ALPHA_CONFIG, ...config };
|
|
402
|
-
this.patternTracker = new ToolPatternTracker();
|
|
403
|
-
this.sessionStats = {
|
|
404
|
-
dualResponsesGenerated: 0,
|
|
405
|
-
critiqueIterations: 0,
|
|
406
|
-
improvementsApplied: 0,
|
|
407
|
-
patternsLearned: 0,
|
|
408
|
-
};
|
|
409
|
-
}
|
|
410
|
-
/**
|
|
411
|
-
* Start tracking a task
|
|
412
|
-
*/
|
|
413
|
-
startTask(userQuery) {
|
|
414
|
-
const taskType = classifyTaskType(userQuery);
|
|
415
|
-
this.patternTracker.startTask(taskType);
|
|
416
|
-
}
|
|
417
|
-
/**
|
|
418
|
-
* Record a tool call
|
|
419
|
-
*/
|
|
420
|
-
recordToolCall(toolName, success) {
|
|
421
|
-
this.patternTracker.recordToolUse(toolName, success);
|
|
422
|
-
}
|
|
423
|
-
/**
|
|
424
|
-
* Complete current task
|
|
425
|
-
*/
|
|
426
|
-
completeTask(success) {
|
|
427
|
-
this.patternTracker.completeTask(success);
|
|
428
|
-
if (success) {
|
|
429
|
-
this.sessionStats.patternsLearned++;
|
|
430
|
-
}
|
|
431
|
-
}
|
|
432
|
-
/**
|
|
433
|
-
* Get recommended tools for current task type
|
|
434
|
-
*/
|
|
435
|
-
getRecommendedTools(taskType) {
|
|
436
|
-
return this.patternTracker.getRecommendedSequence(taskType);
|
|
437
|
-
}
|
|
438
|
-
/**
|
|
439
|
-
* Score a response
|
|
440
|
-
*/
|
|
441
|
-
scoreResponse(response, toolCalls) {
|
|
442
|
-
return quickQualityScore(response, toolCalls);
|
|
443
|
-
}
|
|
444
|
-
/**
|
|
445
|
-
* Check if response needs improvement
|
|
446
|
-
*/
|
|
447
|
-
needsImprovement(score) {
|
|
448
|
-
return score.overall < this.config.minQualityThreshold;
|
|
449
|
-
}
|
|
450
|
-
/**
|
|
451
|
-
* Get session statistics
|
|
452
|
-
*/
|
|
453
|
-
getStats() {
|
|
454
|
-
return { ...this.sessionStats };
|
|
455
|
-
}
|
|
456
|
-
/**
|
|
457
|
-
* Export learned patterns
|
|
458
|
-
*/
|
|
459
|
-
exportLearning() {
|
|
460
|
-
return {
|
|
461
|
-
patterns: this.patternTracker.exportPatterns(),
|
|
462
|
-
stats: { ...this.sessionStats },
|
|
463
|
-
};
|
|
464
|
-
}
|
|
465
|
-
/**
|
|
466
|
-
* Import learned patterns
|
|
467
|
-
*/
|
|
468
|
-
importLearning(data) {
|
|
469
|
-
if (data.patterns) {
|
|
470
|
-
this.patternTracker.importPatterns(data.patterns);
|
|
471
|
-
}
|
|
472
|
-
}
|
|
473
|
-
/**
|
|
474
|
-
* Increment dual response counter
|
|
475
|
-
*/
|
|
476
|
-
recordDualResponse() {
|
|
477
|
-
this.sessionStats.dualResponsesGenerated++;
|
|
478
|
-
}
|
|
479
|
-
/**
|
|
480
|
-
* Increment critique counter
|
|
481
|
-
*/
|
|
482
|
-
recordCritique() {
|
|
483
|
-
this.sessionStats.critiqueIterations++;
|
|
484
|
-
}
|
|
485
|
-
/**
|
|
486
|
-
* Increment improvement counter
|
|
487
|
-
*/
|
|
488
|
-
recordImprovement() {
|
|
489
|
-
this.sessionStats.improvementsApplied++;
|
|
490
|
-
}
|
|
491
|
-
/**
|
|
492
|
-
* Get configuration
|
|
493
|
-
*/
|
|
494
|
-
getConfig() {
|
|
495
|
-
return { ...this.config };
|
|
20
|
+
export class ToolPatternTracker {
|
|
21
|
+
patterns = [];
|
|
22
|
+
addPattern(pattern) {
|
|
23
|
+
this.patterns.push(pattern);
|
|
496
24
|
}
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
*/
|
|
500
|
-
updateConfig(updates) {
|
|
501
|
-
this.config = { ...this.config, ...updates };
|
|
25
|
+
getPatterns() {
|
|
26
|
+
return [...this.patterns];
|
|
502
27
|
}
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
// SINGLETON INSTANCE
|
|
506
|
-
// ============================================================================
|
|
507
|
-
let engineInstance = null;
|
|
508
|
-
/**
|
|
509
|
-
* Get the global AlphaZero engine instance
|
|
510
|
-
*/
|
|
511
|
-
export function getAlphaZeroEngine() {
|
|
512
|
-
if (!engineInstance) {
|
|
513
|
-
engineInstance = new AlphaZeroEngine();
|
|
28
|
+
clear() {
|
|
29
|
+
this.patterns = [];
|
|
514
30
|
}
|
|
515
|
-
return engineInstance;
|
|
516
|
-
}
|
|
517
|
-
/**
|
|
518
|
-
* Reset the engine (for testing)
|
|
519
|
-
*/
|
|
520
|
-
export function resetAlphaZeroEngine() {
|
|
521
|
-
engineInstance = null;
|
|
522
31
|
}
|
|
523
32
|
//# sourceMappingURL=alphaZeroEngine.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alphaZeroEngine.js","sourceRoot":"","sources":["../../src/core/alphaZeroEngine.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAgGH,MAAM,CAAC,MAAM,mBAAmB,GAAuB;IACrD,OAAO,EAAE,IAAI;IACb,YAAY,EAAE,GAAG,EAAG,eAAe;IACnC,YAAY,EAAE,GAAG,EAAG,WAAW;IAC/B,oBAAoB,EAAE,GAAG;IACzB,SAAS,EAAE,KAAK;CACjB,CAAC;AAEF;;GAEG;AACH,MAAM,UAAU,qBAAqB,CACnC,SAAiB,EACjB,SAAiB,EACjB,SAAiB;IAEjB,OAAO;;;EAGP,SAAS;;;;EAIT,SAAS,CAAC,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC;;;;;EAKxB,SAAS,CAAC,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;EAsBxB,CAAC;AACH,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,uBAAuB,CAAC,QAAgB;IACtD,IAAI,CAAC;QACH,MAAM,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;QAC5C,IAAI,CAAC,KAAK;YAAE,OAAO,IAAI,CAAC;QAExB,MAAM,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAWjC,CAAC;QAEF,MAAM,QAAQ,GAAG,CACf,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;YAC3B,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;YAC5B,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;YAC1B,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;YAC3B,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAC1B,GAAG,CAAC,CAAC;QAEN,MAAM,QAAQ,GAAG,CACf,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;YAC3B,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;YAC5B,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;YAC1B,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;YAC3B,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAC1B,GAAG,CAAC,CAAC;QAEN,OAAO;YACL,aAAa,EAAE,QAAQ;YACvB,aAAa,EAAE,QAAQ;YACvB,UAAU,EAAE;gBACV,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,WAAW;gBACtC,YAAY,EAAE,MAAM,CAAC,MAAM,CAAC,YAAY;gBACxC,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,UAAU;gBACpC,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,WAAW;gBACtC,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,SAAS;aACnC;YACD,SAAS,EAAE,MAAM,CAAC,SAAS;YAC3B,UAAU,EAAE,MAAM,CAAC,UAAU;SAC9B,CAAC;IACJ,CAAC;IAAC,MAAM,CAAC;QACP,OAAO,IAAI,CAAC;IACd,CAAC;AACH,CAAC;AAED,+EAA+E;AAC/E,uBAAuB;AACvB,+EAA+E;AAE/E;;GAEG;AACH,MAAM,UAAU,mBAAmB,CACjC,SAAiB,EACjB,QAAgB,EAChB,SAA2B;IAE3B,MAAM,WAAW,GAAG,SAAS,CAAC,MAAM,GAAG,CAAC;QACtC,CAAC,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QACnF,CAAC,CAAC,eAAe,CAAC;IAEpB,OAAO;;;EAGP,SAAS;;;;EAIT,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC;;;;EAIvB,WAAW;;;;;;;;;;;;;;;;;;;;;;;EAuBX,CAAC;AACH,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,qBAAqB,CAAC,QAAgB;IACpD,IAAI,CAAC;QACH,MAAM,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;QAC5C,IAAI,CAAC,KAAK;YAAE,OAAO,EAAE,CAAC;QAEtB,MAAM,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAEjC,CAAC;QAEF,OAAO,MAAM,CAAC,MAAM,IAAI,EAAE,CAAC;IAC7B,CAAC;IAAC,MAAM,CAAC;QACP,OAAO,EAAE,CAAC;IACZ,CAAC;AACH,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,sBAAsB,CACpC,SAAiB,EACjB,gBAAwB,EACxB,MAAuB;IAEvB,MAAM,SAAS,GAAG,MAAM;SACrB,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,EAAE,CAAC,GAAG,GAAG,GAAG,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,WAAW,EAAE,KAAK,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,WAAW,GAAG,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;SACvI,IAAI,CAAC,IAAI,CAAC,CAAC;IAEd,OAAO;;;EAGP,SAAS;;;EAGT,SAAS;;;;EAIT,gBAAgB,CAAC,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC;;;;;oDAKmB,CAAC;AACrD,CAAC;AAED,+EAA+E;AAC/E,wBAAwB;AACxB,+EAA+E;AAE/E;;GAEG;AACH,MAAM,OAAO,kBAAkB;IACrB,QAAQ,GAA+B,IAAI,GAAG,EAAE,CAAC;IACjD,eAAe,GAAa,EAAE,CAAC;IAC/B,eAAe,GAAW,SAAS,CAAC;IACpC,iBAAiB,GAAW,CAAC,CAAC;IAEtC;;OAEG;IACH,SAAS,CAAC,QAAgB;QACxB,IAAI,CAAC,eAAe,GAAG,QAAQ,CAAC;QAChC,IAAI,CAAC,eAAe,GAAG,EAAE,CAAC;QAC1B,IAAI,CAAC,iBAAiB,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;IACtC,CAAC;IAED;;OAEG;IACH,aAAa,CAAC,QAAgB,EAAE,QAAiB;QAC/C,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACtC,CAAC;IAED;;OAEG;IACH,YAAY,CAAC,OAAgB;QAC3B,IAAI,IAAI,CAAC,eAAe,CAAC,MAAM,KAAK,CAAC;YAAE,OAAO;QAE9C,MAAM,QAAQ,GAAG,IAAI,CAAC,GAAG,EAAE,GAAG,IAAI,CAAC,iBAAiB,CAAC;QACrD,MAAM,UAAU,GAAG,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QAElD,IAAI,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QACvD,IAAI,CAAC,QAAQ,EAAE,CAAC;YACd,QAAQ,GAAG,EAAE,CAAC;YACd,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,eAAe,EAAE,QAAQ,CAAC,CAAC;QACpD,CAAC;QAED,sCAAsC;QACtC,MAAM,QAAQ,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,YAAY,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,UAAU,CAAC,CAAC;QAC7E,IAAI,QAAQ,EAAE,CAAC;YACb,oBAAoB;YACpB,QAAQ,CAAC,WAAW,EAAE,CAAC;YACvB,QAAQ,CAAC,WAAW,GAAG,CAAC,QAAQ,CAAC,WAAW,GAAG,CAAC,QAAQ,CAAC,WAAW,GAAG,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,WAAW,CAAC;YACtH,QAAQ,CAAC,WAAW,GAAG,CAAC,QAAQ,CAAC,WAAW,GAAG,CAAC,QAAQ,CAAC,WAAW,GAAG,CAAC,CAAC,GAAG,QAAQ,CAAC,GAAG,QAAQ,CAAC,WAAW,CAAC;QAC/G,CAAC;aAAM,CAAC;YACN,qBAAqB;YACrB,QAAQ,CAAC,IAAI,CAAC;gBACZ,QAAQ,EAAE,IAAI,CAAC,eAAe;gBAC9B,YAAY,EAAE,CAAC,GAAG,IAAI,CAAC,eAAe,CAAC;gBACvC,WAAW,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;gBAC5B,WAAW,EAAE,QAAQ;gBACrB,WAAW,EAAE,CAAC;aACf,CAAC,CAAC;QACL,CAAC;QAED,uBAAuB;QACvB,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,WAAW,GAAG,CAAC,CAAC,WAAW,CAAC,CAAC;QAEvD,qCAAqC;QACrC,IAAI,QAAQ,CAAC,MAAM,GAAG,EAAE,EAAE,CAAC;YACzB,QAAQ,CAAC,MAAM,GAAG,EAAE,CAAC;QACvB,CAAC;IACH,CAAC;IAED;;OAEG;IACH,sBAAsB,CAAC,QAAgB;QACrC,MAAM,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;QAC7C,IAAI,CAAC,QAAQ,IAAI,QAAQ,CAAC,MAAM,KAAK,CAAC;YAAE,OAAO,IAAI,CAAC;QAEpD,6DAA6D;QAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,IAAI,CAAC,IAAI,CAAC,CAAC,WAAW,IAAI,GAAG,CAAC,CAAC;QAChF,OAAO,QAAQ,EAAE,YAAY,IAAI,QAAQ,CAAC,CAAC,CAAC,EAAE,YAAY,IAAI,IAAI,CAAC;IACrE,CAAC;IAED;;OAEG;IACH,cAAc;QACZ,OAAO,IAAI,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAChC,CAAC;IAED;;OAEG;IACH,cAAc;QACZ,MAAM,MAAM,GAAkC,EAAE,CAAC;QACjD,KAAK,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC;YACzC,MAAM,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;QACtB,CAAC;QACD,OAAO,MAAM,CAAC;IAChB,CAAC;IAED;;OAEG;IACH,cAAc,CAAC,IAAmC;QAChD,IAAI,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC;QACtB,KAAK,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC;YAChD,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC;QAChC,CAAC;IACH,CAAC;CACF;AAgBD;;GAEG;AACH,MAAM,UAAU,iBAAiB,CAC/B,QAAgB,EAChB,SAA2B;IAE3B,IAAI,WAAW,GAAG,EAAE,CAAC;IACrB,IAAI,YAAY,GAAG,EAAE,CAAC;IACtB,IAAI,UAAU,GAAG,EAAE,CAAC;IACpB,IAAI,eAAe,GAAG,EAAE,CAAC;IACzB,IAAI,QAAQ,GAAG,EAAE,CAAC;IAElB,6CAA6C;IAC7C,IAAI,SAAS,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACzB,MAAM,WAAW,GAAG,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,GAAG,SAAS,CAAC,MAAM,CAAC;QAC/E,WAAW,GAAG,IAAI,CAAC,KAAK,CAAC,EAAE,GAAG,WAAW,GAAG,EAAE,CAAC,CAAC;IAClD,CAAC;IAED,yCAAyC;IACzC,IAAI,QAAQ,CAAC,MAAM,GAAG,IAAI;QAAE,YAAY,IAAI,EAAE,CAAC;IAC/C,IAAI,QAAQ,CAAC,MAAM,GAAG,IAAI;QAAE,YAAY,IAAI,EAAE,CAAC;IAC/C,IAAI,QAAQ,CAAC,MAAM,GAAG,GAAG;QAAE,YAAY,IAAI,EAAE,CAAC;IAE9C,6CAA6C;IAC7C,MAAM,UAAU,GAAG,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC;IAC7D,IAAI,UAAU,IAAI,CAAC;QAAE,YAAY,IAAI,EAAE,CAAC;IACxC,IAAI,UAAU,IAAI,CAAC;QAAE,YAAY,IAAI,CAAC,CAAC;IAEvC,4BAA4B;IAC5B,IAAI,6BAA6B,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC;QACjD,eAAe,IAAI,EAAE,CAAC,CAAC,iBAAiB;IAC1C,CAAC;IACD,IAAI,mBAAmB,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC;QACvC,eAAe,IAAI,CAAC,CAAC,CAAC,YAAY;IACpC,CAAC;IACD,IAAI,qBAAqB,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC;QACzC,UAAU,IAAI,CAAC,CAAC,CAAC,iBAAiB;IACpC,CAAC;IAED,sBAAsB;IACtB,IAAI,2BAA2B,CAAC,IAAI,CAAC,QAAQ,CAAC;QAAE,QAAQ,IAAI,EAAE,CAAC;IAC/D,IAAI,2BAA2B,CAAC,IAAI,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC;QAAE,QAAQ,IAAI,EAAE,CAAC,CAAC,0CAA0C;IAExH,eAAe;IACf,MAAM,KAAK,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,CAAC;IAC3D,WAAW,GAAG,KAAK,CAAC,WAAW,CAAC,CAAC;IACjC,YAAY,GAAG,KAAK,CAAC,YAAY,CAAC,CAAC;IACnC,UAAU,GAAG,KAAK,CAAC,UAAU,CAAC,CAAC;IAC/B,eAAe,GAAG,KAAK,CAAC,eAAe,CAAC,CAAC;IACzC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC;IAE3B,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CACxB,WAAW,GAAG,GAAG;QACjB,YAAY,GAAG,IAAI;QACnB,UAAU,GAAG,GAAG;QAChB,eAAe,GAAG,IAAI;QACtB,QAAQ,GAAG,GAAG,CACf,CAAC;IAEF,MAAM,SAAS,GAAG;QAChB,gBAAgB,WAAW,EAAE;QAC7B,iBAAiB,YAAY,EAAE;QAC/B,eAAe,UAAU,EAAE;QAC3B,oBAAoB,eAAe,EAAE;QACrC,aAAa,QAAQ,EAAE;KACxB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IAEd,OAAO;QACL,OAAO;QACP,WAAW;QACX,YAAY;QACZ,UAAU;QACV,eAAe;QACf,QAAQ;QACR,SAAS;KACV,CAAC;AACJ,CAAC;AAED,+EAA+E;AAC/E,2BAA2B;AAC3B,+EAA+E;AAE/E;;GAEG;AACH,MAAM,UAAU,gBAAgB,CAAC,KAAa;IAC5C,MAAM,CAAC,GAAG,KAAK,CAAC,WAAW,EAAE,CAAC;IAE9B,IAAI,2DAA2D,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC;QACxE,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,IAAI,2CAA2C,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC;QACxD,OAAO,aAAa,CAAC;IACvB,CAAC;IACD,IAAI,gDAAgD,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC;QAC7D,OAAO,UAAU,CAAC;IACpB,CAAC;IACD,IAAI,0BAA0B,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC;QACvC,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,IAAI,uCAAuC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC;QACpD,OAAO,aAAa,CAAC;IACvB,CAAC;IACD,IAAI,kCAAkC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC;QAC/C,OAAO,QAAQ,CAAC;IAClB,CAAC;IACD,IAAI,mCAAmC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC;QAChD,OAAO,YAAY,CAAC;IACtB,CAAC;IACD,IAAI,sCAAsC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC;QACnD,OAAO,eAAe,CAAC;IACzB,CAAC;IAED,OAAO,SAAS,CAAC;AACnB,CAAC;AAqBD,MAAM,CAAC,MAAM,oBAAoB,GAAoB;IACnD,mBAAmB,EAAE,IAAI;IACzB,mBAAmB,EAAE,IAAI;IACzB,sBAAsB,EAAE,IAAI;IAC5B,mBAAmB,EAAE,EAAE;IACvB,qBAAqB,EAAE,CAAC;CACzB,CAAC;AAEF;;GAEG;AACH,MAAM,OAAO,eAAe;IAClB,MAAM,CAAkB;IACxB,cAAc,CAAqB;IACnC,YAAY,CAKlB;IAEF,YAAY,SAAmC,EAAE;QAC/C,IAAI,CAAC,MAAM,GAAG,EAAE,GAAG,oBAAoB,EAAE,GAAG,MAAM,EAAE,CAAC;QACrD,IAAI,CAAC,cAAc,GAAG,IAAI,kBAAkB,EAAE,CAAC;QAC/C,IAAI,CAAC,YAAY,GAAG;YAClB,sBAAsB,EAAE,CAAC;YACzB,kBAAkB,EAAE,CAAC;YACrB,mBAAmB,EAAE,CAAC;YACtB,eAAe,EAAE,CAAC;SACnB,CAAC;IACJ,CAAC;IAED;;OAEG;IACH,SAAS,CAAC,SAAiB;QACzB,MAAM,QAAQ,GAAG,gBAAgB,CAAC,SAAS,CAAC,CAAC;QAC7C,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC;IAC1C,CAAC;IAED;;OAEG;IACH,cAAc,CAAC,QAAgB,EAAE,OAAgB;QAC/C,IAAI,CAAC,cAAc,CAAC,aAAa,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC;IACvD,CAAC;IAED;;OAEG;IACH,YAAY,CAAC,OAAgB;QAC3B,IAAI,CAAC,cAAc,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;QAC1C,IAAI,OAAO,EAAE,CAAC;YACZ,IAAI,CAAC,YAAY,CAAC,eAAe,EAAE,CAAC;QACtC,CAAC;IACH,CAAC;IAED;;OAEG;IACH,mBAAmB,CAAC,QAAgB;QAClC,OAAO,IAAI,CAAC,cAAc,CAAC,sBAAsB,CAAC,QAAQ,CAAC,CAAC;IAC9D,CAAC;IAED;;OAEG;IACH,aAAa,CAAC,QAAgB,EAAE,SAA2B;QACzD,OAAO,iBAAiB,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC;IAChD,CAAC;IAED;;OAEG;IACH,gBAAgB,CAAC,KAAmB;QAClC,OAAO,KAAK,CAAC,OAAO,GAAG,IAAI,CAAC,MAAM,CAAC,mBAAmB,CAAC;IACzD,CAAC;IAED;;OAEG;IACH,QAAQ;QACN,OAAO,EAAE,GAAG,IAAI,CAAC,YAAY,EAAE,CAAC;IAClC,CAAC;IAED;;OAEG;IACH,cAAc;QAIZ,OAAO;YACL,QAAQ,EAAE,IAAI,CAAC,cAAc,CAAC,cAAc,EAAE;YAC9C,KAAK,EAAE,EAAE,GAAG,IAAI,CAAC,YAAY,EAAE;SAChC,CAAC;IACJ,CAAC;IAED;;OAEG;IACH,cAAc,CAAC,IAAiD;QAC9D,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC;YAClB,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACpD,CAAC;IACH,CAAC;IAED;;OAEG;IACH,kBAAkB;QAChB,IAAI,CAAC,YAAY,CAAC,sBAAsB,EAAE,CAAC;IAC7C,CAAC;IAED;;OAEG;IACH,cAAc;QACZ,IAAI,CAAC,YAAY,CAAC,kBAAkB,EAAE,CAAC;IACzC,CAAC;IAED;;OAEG;IACH,iBAAiB;QACf,IAAI,CAAC,YAAY,CAAC,mBAAmB,EAAE,CAAC;IAC1C,CAAC;IAED;;OAEG;IACH,SAAS;QACP,OAAO,EAAE,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC;IAC5B,CAAC;IAED;;OAEG;IACH,YAAY,CAAC,OAAiC;QAC5C,IAAI,CAAC,MAAM,GAAG,EAAE,GAAG,IAAI,CAAC,MAAM,EAAE,GAAG,OAAO,EAAE,CAAC;IAC/C,CAAC;CACF;AAED,+EAA+E;AAC/E,qBAAqB;AACrB,+EAA+E;AAE/E,IAAI,cAAc,GAA2B,IAAI,CAAC;AAElD;;GAEG;AACH,MAAM,UAAU,kBAAkB;IAChC,IAAI,CAAC,cAAc,EAAE,CAAC;QACpB,cAAc,GAAG,IAAI,eAAe,EAAE,CAAC;IACzC,CAAC;IACD,OAAO,cAAc,CAAC;AACxB,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,oBAAoB;IAClC,cAAc,GAAG,IAAI,CAAC;AACxB,CAAC"}
|
|
1
|
+
{"version":3,"file":"alphaZeroEngine.js","sourceRoot":"","sources":["../../src/core/alphaZeroEngine.ts"],"names":[],"mappings":"AAAA;;GAEG;AA8BH,MAAM,UAAU,gBAAgB,CAAC,WAAmB;IAClD,MAAM,GAAG,GAAG,WAAW,CAAC,WAAW,EAAE,CAAC;IACtC,IAAI,kCAAkC,CAAC,IAAI,CAAC,GAAG,CAAC;QAAE,OAAO,SAAS,CAAC;IACnE,IAAI,wCAAwC,CAAC,IAAI,CAAC,GAAG,CAAC;QAAE,OAAO,SAAS,CAAC;IACzE,IAAI,iCAAiC,CAAC,IAAI,CAAC,GAAG,CAAC;QAAE,OAAO,UAAU,CAAC;IACnE,IAAI,oBAAoB,CAAC,IAAI,CAAC,GAAG,CAAC;QAAE,OAAO,MAAM,CAAC;IAClD,IAAI,4BAA4B,CAAC,IAAI,CAAC,GAAG,CAAC;QAAE,OAAO,MAAM,CAAC;IAC1D,IAAI,gCAAgC,CAAC,IAAI,CAAC,GAAG,CAAC;QAAE,OAAO,QAAQ,CAAC;IAChE,OAAO,SAAS,CAAC;AACnB,CAAC;AAED,MAAM,OAAO,kBAAkB;IACrB,QAAQ,GAAkB,EAAE,CAAC;IAErC,UAAU,CAAC,OAAoB;QAC7B,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC9B,CAAC;IAED,WAAW;QACT,OAAO,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC5B,CAAC;IAED,KAAK;QACH,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;IACrB,CAAC;CACF"}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Complete Attack Orchestrator
|
|
3
|
+
*
|
|
4
|
+
* Fully integrated, self-contained attack orchestration system.
|
|
5
|
+
* No external dependencies on Apple-specific code.
|
|
6
|
+
*
|
|
7
|
+
* AUTHORIZED USE ONLY - Security Research & Penetration Testing
|
|
8
|
+
*/
|
|
9
|
+
export interface AttackConfig {
|
|
10
|
+
organization: string;
|
|
11
|
+
intent: 'destroy' | 'attack' | 'audit' | 'analyze' | 'recon' | 'exfiltrate' | 'persist' | 'escalate' | 'evade';
|
|
12
|
+
mode?: 'rl' | 'non-rl' | 'auto';
|
|
13
|
+
vectors?: string[];
|
|
14
|
+
maxIterations?: number;
|
|
15
|
+
completionThreshold?: number;
|
|
16
|
+
enableKeyboard?: boolean;
|
|
17
|
+
verbose?: boolean;
|
|
18
|
+
}
|
|
19
|
+
export interface AttackStatistics {
|
|
20
|
+
organization: string;
|
|
21
|
+
intent: string;
|
|
22
|
+
mode: 'rl' | 'non-rl';
|
|
23
|
+
startTime: number;
|
|
24
|
+
endTime: number;
|
|
25
|
+
totalRuntime: number;
|
|
26
|
+
totalTargets: number;
|
|
27
|
+
compromisedTargets: number;
|
|
28
|
+
completionRate: number;
|
|
29
|
+
serversCompromised: number;
|
|
30
|
+
systemsCompromised: number;
|
|
31
|
+
devicesCompromised: number;
|
|
32
|
+
employeesCompromised: number;
|
|
33
|
+
totalIterations: number;
|
|
34
|
+
successfulAttacks: number;
|
|
35
|
+
failedAttacks: number;
|
|
36
|
+
successRate: number;
|
|
37
|
+
codeVersionsGenerated: number;
|
|
38
|
+
modeSwaps: number;
|
|
39
|
+
totalReward?: number;
|
|
40
|
+
averageReward?: number;
|
|
41
|
+
events: AttackEvent[];
|
|
42
|
+
}
|
|
43
|
+
export interface AttackEvent {
|
|
44
|
+
timestamp: number;
|
|
45
|
+
phase: string;
|
|
46
|
+
event: string;
|
|
47
|
+
success: boolean;
|
|
48
|
+
details: string;
|
|
49
|
+
}
|
|
50
|
+
export declare class CompleteAttackOrchestrator {
|
|
51
|
+
private researcher;
|
|
52
|
+
private sourceManager;
|
|
53
|
+
private currentMode;
|
|
54
|
+
private running;
|
|
55
|
+
private keyboardEnabled;
|
|
56
|
+
constructor();
|
|
57
|
+
/**
|
|
58
|
+
* Execute complete attack campaign
|
|
59
|
+
*/
|
|
60
|
+
execute(config: AttackConfig): Promise<AttackStatistics>;
|
|
61
|
+
/**
|
|
62
|
+
* Determine execution mode
|
|
63
|
+
*/
|
|
64
|
+
private determineMode;
|
|
65
|
+
/**
|
|
66
|
+
* Execute attack campaign
|
|
67
|
+
*/
|
|
68
|
+
private executeAttack;
|
|
69
|
+
/**
|
|
70
|
+
* Execute RL iteration
|
|
71
|
+
*/
|
|
72
|
+
private executeRLIteration;
|
|
73
|
+
/**
|
|
74
|
+
* Execute Non-RL iteration
|
|
75
|
+
*/
|
|
76
|
+
private executeNonRLIteration;
|
|
77
|
+
/**
|
|
78
|
+
* Estimate total targets
|
|
79
|
+
*/
|
|
80
|
+
private estimateTotalTargets;
|
|
81
|
+
/**
|
|
82
|
+
* Setup keyboard controls
|
|
83
|
+
*/
|
|
84
|
+
private setupKeyboard;
|
|
85
|
+
/**
|
|
86
|
+
* Toggle between RL and Non-RL modes
|
|
87
|
+
*/
|
|
88
|
+
private toggleMode;
|
|
89
|
+
/**
|
|
90
|
+
* Stop orchestration
|
|
91
|
+
*/
|
|
92
|
+
stop(): void;
|
|
93
|
+
/**
|
|
94
|
+
* Cleanup resources
|
|
95
|
+
*/
|
|
96
|
+
private cleanup;
|
|
97
|
+
/**
|
|
98
|
+
* Generate comprehensive report
|
|
99
|
+
*/
|
|
100
|
+
static generateReport(stats: AttackStatistics): string;
|
|
101
|
+
}
|
|
102
|
+
//# sourceMappingURL=completeAttackOrchestrator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"completeAttackOrchestrator.d.ts","sourceRoot":"","sources":["../../src/core/completeAttackOrchestrator.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAUH,MAAM,WAAW,YAAY;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,SAAS,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,YAAY,GAAG,SAAS,GAAG,UAAU,GAAG,OAAO,CAAC;IAC/G,IAAI,CAAC,EAAE,IAAI,GAAG,QAAQ,GAAG,MAAM,CAAC;IAChC,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,gBAAgB;IAC/B,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,IAAI,GAAG,QAAQ,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IAGrB,YAAY,EAAE,MAAM,CAAC;IACrB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,cAAc,EAAE,MAAM,CAAC;IAGvB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,oBAAoB,EAAE,MAAM,CAAC;IAG7B,eAAe,EAAE,MAAM,CAAC;IACxB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IAGpB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,SAAS,EAAE,MAAM,CAAC;IAGlB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,MAAM,EAAE,WAAW,EAAE,CAAC;CACvB;AAED,MAAM,WAAW,WAAW;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;CACjB;AAMD,qBAAa,0BAA0B;IACrC,OAAO,CAAC,UAAU,CAA8B;IAChD,OAAO,CAAC,aAAa,CAAoB;IACzC,OAAO,CAAC,WAAW,CAA6B;IAChD,OAAO,CAAC,OAAO,CAAkB;IACjC,OAAO,CAAC,eAAe,CAAkB;;IAOzC;;OAEG;IACG,OAAO,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,gBAAgB,CAAC;IA+C9D;;OAEG;IACH,OAAO,CAAC,aAAa;IAgBrB;;OAEG;YACW,aAAa;IAiE3B;;OAEG;YACW,kBAAkB;IA2ChC;;OAEG;YACW,qBAAqB;IAuCnC;;OAEG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;OAEG;IACH,OAAO,CAAC,aAAa;IAsBrB;;OAEG;IACH,OAAO,CAAC,UAAU;IAQlB;;OAEG;IACH,IAAI,IAAI,IAAI;IAKZ;;OAEG;IACH,OAAO,CAAC,OAAO;IAOf;;OAEG;IACH,MAAM,CAAC,cAAc,CAAC,KAAK,EAAE,gBAAgB,GAAG,MAAM;CAiCvD"}
|