agentic-qe 2.1.0 → 2.1.2

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.
Files changed (101) hide show
  1. package/CHANGELOG.md +128 -0
  2. package/README.md +37 -11
  3. package/dist/agents/QXPartnerAgent.d.ts +40 -1
  4. package/dist/agents/QXPartnerAgent.d.ts.map +1 -1
  5. package/dist/agents/QXPartnerAgent.js +918 -19
  6. package/dist/agents/QXPartnerAgent.js.map +1 -1
  7. package/dist/core/MemoryManager.d.ts.map +1 -1
  8. package/dist/core/MemoryManager.js +4 -0
  9. package/dist/core/MemoryManager.js.map +1 -1
  10. package/dist/core/memory/ReflexionMemoryAdapter.d.ts +109 -0
  11. package/dist/core/memory/ReflexionMemoryAdapter.d.ts.map +1 -0
  12. package/dist/core/memory/ReflexionMemoryAdapter.js +306 -0
  13. package/dist/core/memory/ReflexionMemoryAdapter.js.map +1 -0
  14. package/dist/core/memory/RuVectorPatternStore.d.ts +33 -1
  15. package/dist/core/memory/RuVectorPatternStore.d.ts.map +1 -1
  16. package/dist/core/memory/RuVectorPatternStore.js +113 -1
  17. package/dist/core/memory/RuVectorPatternStore.js.map +1 -1
  18. package/dist/core/memory/SparseVectorSearch.d.ts +55 -0
  19. package/dist/core/memory/SparseVectorSearch.d.ts.map +1 -0
  20. package/dist/core/memory/SparseVectorSearch.js +130 -0
  21. package/dist/core/memory/SparseVectorSearch.js.map +1 -0
  22. package/dist/core/memory/TieredCompression.d.ts +81 -0
  23. package/dist/core/memory/TieredCompression.d.ts.map +1 -0
  24. package/dist/core/memory/TieredCompression.js +270 -0
  25. package/dist/core/memory/TieredCompression.js.map +1 -0
  26. package/dist/core/memory/index.d.ts +6 -0
  27. package/dist/core/memory/index.d.ts.map +1 -1
  28. package/dist/core/memory/index.js +29 -1
  29. package/dist/core/memory/index.js.map +1 -1
  30. package/dist/mcp/handlers/advanced/index.d.ts +3 -2
  31. package/dist/mcp/handlers/advanced/index.d.ts.map +1 -1
  32. package/dist/mcp/handlers/advanced/index.js +4 -5
  33. package/dist/mcp/handlers/advanced/index.js.map +1 -1
  34. package/dist/mcp/handlers/analysis/coverageAnalyzeSublinear.d.ts +1 -0
  35. package/dist/mcp/handlers/analysis/coverageAnalyzeSublinear.d.ts.map +1 -1
  36. package/dist/mcp/handlers/analysis/coverageAnalyzeSublinear.js +3 -0
  37. package/dist/mcp/handlers/analysis/coverageAnalyzeSublinear.js.map +1 -1
  38. package/dist/mcp/handlers/analysis/coverageGapsDetect.d.ts +1 -0
  39. package/dist/mcp/handlers/analysis/coverageGapsDetect.d.ts.map +1 -1
  40. package/dist/mcp/handlers/analysis/coverageGapsDetect.js +3 -0
  41. package/dist/mcp/handlers/analysis/coverageGapsDetect.js.map +1 -1
  42. package/dist/mcp/handlers/analysis/index.d.ts +0 -2
  43. package/dist/mcp/handlers/analysis/index.d.ts.map +1 -1
  44. package/dist/mcp/handlers/analysis/index.js +2 -3
  45. package/dist/mcp/handlers/analysis/index.js.map +1 -1
  46. package/dist/mcp/handlers/analysis/performanceMonitorRealtime.d.ts +1 -0
  47. package/dist/mcp/handlers/analysis/performanceMonitorRealtime.d.ts.map +1 -1
  48. package/dist/mcp/handlers/analysis/performanceMonitorRealtime.js +3 -0
  49. package/dist/mcp/handlers/analysis/performanceMonitorRealtime.js.map +1 -1
  50. package/dist/mcp/handlers/chaos/chaos-inject-failure.d.ts +5 -0
  51. package/dist/mcp/handlers/chaos/chaos-inject-failure.d.ts.map +1 -1
  52. package/dist/mcp/handlers/chaos/chaos-inject-failure.js +36 -2
  53. package/dist/mcp/handlers/chaos/chaos-inject-failure.js.map +1 -1
  54. package/dist/mcp/handlers/chaos/chaos-inject-latency.d.ts +5 -0
  55. package/dist/mcp/handlers/chaos/chaos-inject-latency.d.ts.map +1 -1
  56. package/dist/mcp/handlers/chaos/chaos-inject-latency.js +36 -2
  57. package/dist/mcp/handlers/chaos/chaos-inject-latency.js.map +1 -1
  58. package/dist/mcp/handlers/prediction/flaky-test-detect.d.ts.map +1 -1
  59. package/dist/mcp/handlers/prediction/flaky-test-detect.js +2 -0
  60. package/dist/mcp/handlers/prediction/flaky-test-detect.js.map +1 -1
  61. package/dist/mcp/handlers/prediction/index.d.ts +0 -2
  62. package/dist/mcp/handlers/prediction/index.d.ts.map +1 -1
  63. package/dist/mcp/handlers/prediction/index.js +2 -3
  64. package/dist/mcp/handlers/prediction/index.js.map +1 -1
  65. package/dist/mcp/handlers/security/index.d.ts +0 -30
  66. package/dist/mcp/handlers/security/index.d.ts.map +1 -1
  67. package/dist/mcp/handlers/security/index.js +5 -31
  68. package/dist/mcp/handlers/security/index.js.map +1 -1
  69. package/dist/mcp/lazy-loader.d.ts +156 -0
  70. package/dist/mcp/lazy-loader.d.ts.map +1 -0
  71. package/dist/mcp/lazy-loader.js +327 -0
  72. package/dist/mcp/lazy-loader.js.map +1 -0
  73. package/dist/mcp/server-instructions.d.ts +18 -0
  74. package/dist/mcp/server-instructions.d.ts.map +1 -0
  75. package/dist/mcp/server-instructions.js +133 -0
  76. package/dist/mcp/server-instructions.js.map +1 -0
  77. package/dist/mcp/server.d.ts.map +1 -1
  78. package/dist/mcp/server.js +236 -49
  79. package/dist/mcp/server.js.map +1 -1
  80. package/dist/mcp/tool-categories.d.ts +105 -0
  81. package/dist/mcp/tool-categories.d.ts.map +1 -0
  82. package/dist/mcp/tool-categories.js +463 -0
  83. package/dist/mcp/tool-categories.js.map +1 -0
  84. package/dist/mcp/tools.d.ts +3 -19
  85. package/dist/mcp/tools.d.ts.map +1 -1
  86. package/dist/mcp/tools.js +260 -647
  87. package/dist/mcp/tools.js.map +1 -1
  88. package/dist/types/qx.d.ts +74 -0
  89. package/dist/types/qx.d.ts.map +1 -1
  90. package/dist/types/qx.js.map +1 -1
  91. package/dist/utils/IntervalRegistry.d.ts +110 -0
  92. package/dist/utils/IntervalRegistry.d.ts.map +1 -0
  93. package/dist/utils/IntervalRegistry.js +190 -0
  94. package/dist/utils/IntervalRegistry.js.map +1 -0
  95. package/dist/utils/index.d.ts +1 -0
  96. package/dist/utils/index.d.ts.map +1 -1
  97. package/dist/utils/index.js +5 -1
  98. package/dist/utils/index.js.map +1 -1
  99. package/docs/reference/agents.md +33 -0
  100. package/docs/reference/usage.md +60 -0
  101. package/package.json +5 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,134 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.1.2] - 2025-12-06
11
+
12
+ ### 🚀 MCP Tools Optimization - 87% Context Reduction (Issue #115)
13
+
14
+ This release delivers major MCP tool optimization with hierarchical lazy loading, achieving 87% context reduction for AI interactions. Legacy tools have been removed and consolidated into modern Phase 3 domain tools.
15
+
16
+ ### Added
17
+
18
+ #### Hierarchical Tool Loading System
19
+ - **`tools_discover` meta-tool**: Explore available tool domains without loading them
20
+ - **`tools_load_domain` meta-tool**: On-demand domain loading for specific tool categories
21
+ - **`LazyToolLoader` class** (`src/mcp/lazy-loader.ts`): Dynamic tool management with usage tracking
22
+ - **Domain-based categorization** (`src/mcp/tool-categories.ts`):
23
+ - Core tools (always loaded): fleet management, memory, workflow
24
+ - Domain tools: coverage, flaky, performance, security, visual, quality-gates
25
+ - Specialized tools: api-contract, test-data, regression, requirements, code-quality
26
+ - **Keyword-based auto-detection**: Intelligent domain loading from message content
27
+ - **Usage analytics**: Track tool and domain usage for optimization insights
28
+
29
+ #### Documentation
30
+ - **Migration guide**: `docs/migration/issue-115-tool-optimization.md`
31
+ - **Updated agent reference**: `docs/reference/agents.md` with tool discovery system
32
+ - **Updated usage guide**: `docs/reference/usage.md` with lazy loading examples
33
+
34
+ ### Changed
35
+
36
+ #### MCP Tools Reduction
37
+ - **Tool count**: 102 → 84 tools (18% reduction)
38
+ - **Context reduction**: 87% via lazy loading (only core tools loaded initially)
39
+ - **Description optimization**: 27% character reduction across tool descriptions
40
+ - **Consolidated duplicates**: Multiple tools merged into unified versions
41
+
42
+ #### Tool Consolidation
43
+ - Coverage tools: 7 → 4 tools (merged into Phase 3 domain tools)
44
+ - Security tools: 5 → 3 tools (consolidated into comprehensive scanner)
45
+ - Quality gate tools: 5 → 3 tools (merged into `qe_qualitygate_*`)
46
+ - Performance tools: benchmark tools merged into `performance_run_benchmark`
47
+
48
+ ### Deprecated
49
+
50
+ The following tools now show console warnings and will be removed in v3.0.0:
51
+ - `flaky_test_detect` → use `flaky_detect_statistical` or `flaky_analyze_patterns`
52
+ - `coverage_analyze_sublinear` → use `coverage_analyze_with_risk_scoring`
53
+ - `coverage_gaps_detect` → use `coverage_detect_gaps_ml`
54
+ - `performance_monitor_realtime` → use `performance_analyze_bottlenecks`
55
+
56
+ ### Removed
57
+
58
+ #### 17 Legacy Handler Files (10,433 lines of code removed)
59
+ - `test-generate.ts` → use `test_generate_enhanced`
60
+ - `quality-analyze.ts` → use `qe_qualitygate_evaluate`
61
+ - `predict-defects.ts` → use `predict_defects_ai`
62
+ - `optimize-tests.ts` → use `test_optimize_sublinear`
63
+ - `quality/quality-gate-execute.ts` → use `qe_qualitygate_evaluate`
64
+ - `quality/quality-validate-metrics.ts` → use `qe_qualitygate_validate_metrics`
65
+ - `quality/quality-risk-assess.ts` → use `qe_qualitygate_assess_risk`
66
+ - `quality/quality-decision-make.ts` → merged into `qe_qualitygate_evaluate`
67
+ - `quality/quality-policy-check.ts` → merged into `qe_qualitygate_evaluate`
68
+ - `prediction/regression-risk-analyze.ts` → use `qe_regression_analyze_risk`
69
+ - `analysis/performanceBenchmarkRun.ts` → use `performance_run_benchmark`
70
+ - `analysis/performance-benchmark-run-handler.ts`
71
+ - `advanced/requirements-validate.ts` → use `qe_requirements_validate`
72
+ - `advanced/requirements-generate-bdd.ts` → use `qe_requirements_bdd`
73
+ - `security/validate-auth.ts` → use `qe_security_detect_vulnerabilities`
74
+ - `security/check-authz.ts` → use `qe_security_detect_vulnerabilities`
75
+ - `security/scan-dependencies.ts` → use `qe_security_detect_vulnerabilities`
76
+
77
+ ### Fixed
78
+
79
+ - Cleaned up orphaned handler exports in index files
80
+ - Fixed server.ts imports for removed handlers
81
+ - Removed empty `handlers/quality/` directory
82
+
83
+ ### Security
84
+
85
+ - Bumped `jws` dependency to address security vulnerability (PR #114)
86
+
87
+ ### Performance
88
+
89
+ | Metric | Before | After | Improvement |
90
+ |--------|--------|-------|-------------|
91
+ | Tool definitions | 102 | 84 | 18% reduction |
92
+ | Initial context | All tools | Core only | 87% reduction |
93
+ | Lines of code | +10,433 | -10,433 | Cleaner codebase |
94
+
95
+ ### References
96
+
97
+ - Issue: [#115 - MCP Tools Context Optimization](https://github.com/proffesor-for-testing/agentic-qe/issues/115)
98
+ - Follow-up: [#116 - Continued Optimization](https://github.com/proffesor-for-testing/agentic-qe/issues/116)
99
+
100
+ ## [2.1.1] - 2025-12-04
101
+
102
+ ### 🎯 QX Enhancements, Memory Leak Fixes & Security Improvements
103
+
104
+ This release builds on v2.1.0 with significant QX Partner Agent enhancements, critical memory leak fixes, and security improvements.
105
+
106
+ ### Added
107
+
108
+ #### QX Partner Agent Enhancements (PR #110 by @fndlalit)
109
+ - **Creativity Analysis**: Domain-inspired testing approaches from philosophy, medicine, e-commerce, social science, and gaming
110
+ - **Design Analysis**: Three dimensions - Exactness & Clarity, Intuitive Design, Counter-intuitive Design
111
+ - **Enhanced Scoring**: Now includes creativity (15%) and design (15%) in overall QX score
112
+ - **Methodology Section**: New HTML report sections explaining QX concepts
113
+
114
+ #### Memory Adapters (Issue #109)
115
+ - **ReflexionMemoryAdapter**: Flaky test prediction with experience replay (410 lines)
116
+ - **SparseVectorSearch**: Hybrid BM25/vector search for semantic retrieval (174 lines)
117
+ - **TieredCompression**: 85% memory reduction with adaptive compression (328 lines)
118
+
119
+ #### Community Contribution
120
+ - **testability-scoring skill**: Automated testability assessment using 10 principles (by @fndlalit)
121
+
122
+ ### Fixed
123
+
124
+ #### Memory Leak Fixes (Issue #112 P0)
125
+ - **Chaos handler intervals**: Lazy initialization with `ensureCleanupInterval()`
126
+ - **Process blocking**: Added `.unref()` to prevent intervals from blocking exit
127
+ - **Test cleanup**: Added `shutdown()` exports for clean teardown
128
+
129
+ #### Security Improvements
130
+ - **Workflow permissions**: Explicit permissions in migration-validation.yml
131
+ - **CI pipeline**: jest-junit reporter configuration, FleetManager.database.test.ts flaky tests
132
+
133
+ ### Changed
134
+ - Updated skills count from 38 to 39 (added testability-scoring)
135
+ - State files now in .gitignore to prevent merge conflicts
136
+ - Cleaned up working files from root folder
137
+
10
138
  ## [2.1.0] - 2025-12-03
11
139
 
12
140
  ### 🚀 Comprehensive QX Analysis & Skills Optimization
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  <img alt="NPM Downloads" src="https://img.shields.io/npm/dw/agentic-qe">
10
10
 
11
11
 
12
- **Version 2.1.0** | [Changelog](CHANGELOG.md) | [Issues](https://github.com/proffesor-for-testing/agentic-qe/issues) | [Discussions](https://github.com/proffesor-for-testing/agentic-qe/discussions)
12
+ **Version 2.1.1** | [Changelog](CHANGELOG.md) | [Contributors](CONTRIBUTORS.md) | [Issues](https://github.com/proffesor-for-testing/agentic-qe/issues) | [Discussions](https://github.com/proffesor-for-testing/agentic-qe/discussions)
13
13
 
14
14
  > Agentic test automation with AI learning, real-time visualization, QUIC transport, testability scoring, OpenTelemetry observability, persistent event storage, constitutional AI governance, and intelligent model routing.
15
15
 
@@ -354,26 +354,25 @@ mcp__agentic_qe__coverage_analyze({
354
354
  })
355
355
  ```
356
356
 
357
- **All 102 MCP Tools Available:**
357
+ **All 84 MCP Tools Available:**
358
358
  - Fleet Management (9 tools): init, spawn, status, coordinate, orchestrate
359
- - Test Generation (4 tools): generate, enhanced, unit, integration
359
+ - Test Generation (2 tools): generate enhanced, execute
360
360
  - Test Execution (3 tools): execute, parallel, stream
361
- - Coverage Analysis (6 tools): analyze, gaps, trends, risk scoring, ML detection, recommendations
362
- - Quality Gates (5 tools): execute, validate, assess risk, policy check, generate report
363
- - Flaky Test Detection (3 tools): detect, analyze patterns, auto-stabilize
364
- - Performance Testing (4 tools): benchmark, monitor, analyze bottlenecks, generate report
365
- - Security Scanning (5 tools): comprehensive scan, vulnerabilities, auth validation, authz check, dependencies
361
+ - Coverage Analysis (4 tools): analyze with risk scoring, detect gaps ML, trends, recommendations
362
+ - Quality Gates (3 tools): execute, validate metrics, generate report
363
+ - Flaky Test Detection (2 tools): detect statistical, analyze patterns
364
+ - Performance Testing (3 tools): benchmark, analyze bottlenecks, generate report
365
+ - Security Scanning (2 tools): comprehensive scan, detect vulnerabilities
366
366
  - Visual Testing (3 tools): compare screenshots, accessibility validation, regression detection
367
367
  - API Contract Testing (3 tools): validate, breaking changes, versioning
368
368
  - Test Data Management (3 tools): generate, mask, analyze schema
369
- - Requirements Engineering (2 tools): validate, generate BDD
370
369
  - Code Quality (2 tools): complexity analysis, metrics
371
370
  - Memory & Collaboration (5 tools): store, retrieve, query, share, backup
372
371
  - Blackboard System (2 tools): post, read
373
372
  - Consensus Mechanisms (2 tools): propose, vote
374
373
  - Workflow Management (4 tools): create, execute, checkpoint, resume
375
374
  - Event System (2 tools): emit, subscribe
376
- - Regression Analysis (2 tools): risk analyze, select tests
375
+ - Regression Analysis (2 tools): analyze risk, select tests
377
376
  - Production Monitoring (2 tools): incident replay, RUM analyze
378
377
  - Mutation Testing (1 tool): execute
379
378
  - Deployment Readiness (1 tool): check
@@ -920,6 +919,33 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
920
919
 
921
920
  ---
922
921
 
922
+ ## 👥 Contributors
923
+
924
+ Thanks to all the amazing people who have contributed to Agentic QE Fleet!
925
+
926
+ <!-- ALL-CONTRIBUTORS-LIST:START -->
927
+ | <img src="https://github.com/proffesor-for-testing.png" width="60" style="border-radius:50%"/><br/>**[@proffesor-for-testing](https://github.com/proffesor-for-testing)**<br/>Project Lead | <img src="https://github.com/fndlalit.png" width="60" style="border-radius:50%"/><br/>**[@fndlalit](https://github.com/fndlalit)**<br/>QX Partner, Testability | <img src="https://github.com/shaal.png" width="60" style="border-radius:50%"/><br/>**[@shaal](https://github.com/shaal)**<br/>Core Development | <img src="https://github.com/mondweep.png" width="60" style="border-radius:50%"/><br/>**[@mondweep](https://github.com/mondweep)**<br/>Architecture |
928
+ |:---:|:---:|:---:|:---:|
929
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
930
+
931
+ [View all contributors](CONTRIBUTORS.md) | [Become a contributor](CONTRIBUTING.md)
932
+
933
+ ---
934
+
935
+ ## 💖 Support the Project
936
+
937
+ If you find Agentic QE Fleet valuable, consider supporting its development:
938
+
939
+ | | Monthly | Annual (Save $10) |
940
+ |---|:---:|:---:|
941
+ | **Price** | $5/month | $50/year |
942
+ | **Benefits** | Sponsor recognition, Priority support | All monthly + Featured in README, Roadmap input |
943
+ | **Subscribe** | [**Monthly**](https://www.paypal.com/webapps/billing/plans/subscribe?plan_id=P-88G03706DU8150205NEYZZAY) | [**Annual**](https://www.paypal.com/webapps/billing/plans/subscribe?plan_id=P-39189175UE6623540NEYZ2CI) |
944
+
945
+ [View sponsorship details](FUNDING.md)
946
+
947
+ ---
948
+
923
949
  ## 🙏 Acknowledgments
924
950
 
925
951
  - Built with TypeScript, Node.js, and better-sqlite3
@@ -933,6 +959,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
933
959
 
934
960
  **Made with ❤️ by the Agentic QE Team**
935
961
 
936
- [⭐ Star us on GitHub](https://github.com/proffesor-for-testing/agentic-qe) [🐦 Follow on Twitter](https://twitter.com/agenticqe)
962
+ [⭐ Star us on GitHub](https://github.com/proffesor-for-testing/agentic-qe) | [💖 Sponsor](FUNDING.md) | [👥 Contributors](CONTRIBUTORS.md)
937
963
 
938
964
  </div>
@@ -62,6 +62,38 @@ export declare class QXPartnerAgent extends BaseAgent {
62
62
  * Perform comprehensive QX analysis
63
63
  */
64
64
  private performFullQXAnalysis;
65
+ /**
66
+ * Generate HTML report from QX analysis
67
+ */
68
+ private generateHTMLReport;
69
+ /**
70
+ * Generate HTML content for the report
71
+ */
72
+ private generateHTMLContent;
73
+ /**
74
+ * Get CSS styles for the report
75
+ */
76
+ private getReportStyles;
77
+ /**
78
+ * Escape HTML special characters
79
+ */
80
+ private escapeHtml;
81
+ /**
82
+ * Format heuristic name for display
83
+ */
84
+ private formatHeuristicName;
85
+ /**
86
+ * Get color based on score
87
+ */
88
+ private getScoreColor;
89
+ /**
90
+ * Get score interpretation
91
+ */
92
+ private getScoreInterpretation;
93
+ /**
94
+ * Launch report in default browser
95
+ */
96
+ private launchReportInBrowser;
65
97
  /**
66
98
  * Collect QX context from target using Playwright
67
99
  */
@@ -82,6 +114,14 @@ export declare class QXPartnerAgent extends BaseAgent {
82
114
  * Analyze business needs
83
115
  */
84
116
  private analyzeBusinessNeeds;
117
+ /**
118
+ * Analyze Creativity - Drawing inspiration from diverse domains
119
+ */
120
+ private analyzeCreativity;
121
+ /**
122
+ * Analyze Design - Exactness, Intuitive, and Counter-intuitive Design
123
+ */
124
+ private analyzeDesign;
85
125
  /**
86
126
  * Detect oracle problems from analysis context
87
127
  */
@@ -98,7 +138,6 @@ export declare class QXPartnerAgent extends BaseAgent {
98
138
  * Generate QX recommendations
99
139
  */
100
140
  private generateRecommendations;
101
- private formatHeuristicName;
102
141
  /**
103
142
  * Calculate overall QX score
104
143
  */
@@ -1 +1 @@
1
- {"version":3,"file":"QXPartnerAgent.d.ts","sourceRoot":"","sources":["../../src/agents/QXPartnerAgent.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EAAE,SAAS,EAAmB,MAAM,aAAa,CAAC;AACzD,OAAO,EAAE,MAAM,EAAgC,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAC3F,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,OAAO,EAEL,eAAe,EAahB,MAAM,aAAa,CAAC;AAGrB,UAAU,MAAM;IACd,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;IAChD,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;IAChD,KAAK,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;IACjD,KAAK,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;CAClD;AAiBD,qBAAa,cAAe,SAAQ,SAAS;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkB;IACzC,SAAS,CAAC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAuB;IACxD,OAAO,CAAC,gBAAgB,CAAC,CAAqB;IAC9C,OAAO,CAAC,cAAc,CAAC,CAAiB;IACxC,OAAO,CAAC,cAAc,CAAC,CAAiB;IACxC,OAAO,CAAC,OAAO,CAAwB;IACvC,OAAO,CAAC,IAAI,CAAqB;gBAErB,MAAM,EAAE,eAAe,GAAG;QAAE,OAAO,EAAE,YAAY,CAAC;QAAC,WAAW,EAAE,WAAW,CAAC;QAAC,QAAQ,EAAE,YAAY,CAAA;KAAE;IAsCjH;;OAEG;IACH,OAAO,CAAC,MAAM,CAAC,sBAAsB;IAmCrC;;OAEG;cACa,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;IAmCrD;;OAEG;cACa,aAAa,IAAI,OAAO,CAAC,IAAI,CAAC;IA+C9C;;OAEG;cACa,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC;IAiCxC;;OAEG;cACa,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAqC3D;;OAEG;YACW,qBAAqB;IAiFnC;;OAEG;YACW,gBAAgB;IAqM9B;;OAEG;IACH,OAAO,CAAC,4BAA4B;IA4HpC;;OAEG;YACW,cAAc;IA0H5B;;OAEG;YACW,gBAAgB;IAsG9B;;OAEG;YACW,oBAAoB;IA4FlC;;OAEG;YACW,+BAA+B;IAY7C;;OAEG;YACW,aAAa;IAQ3B;;OAEG;YACW,kBAAkB;IAahC;;OAEG;YACW,uBAAuB;IAgKrC,OAAO,CAAC,mBAAmB;IAO3B;;OAEG;IACH,OAAO,CAAC,uBAAuB;IAgC/B;;OAEG;IACH,OAAO,CAAC,YAAY;IAQpB;;OAEG;YACW,oBAAoB;IASlC;;OAEG;YACW,0BAA0B;IAkBxC,OAAO,CAAC,wBAAwB;IAWhC;;OAEG;YACW,qBAAqB;IAOnC;;OAEG;YACW,sBAAsB;IAiBpC;;OAEG;YACW,yBAAyB;IAKvC;;OAEG;YACW,2BAA2B;YA2B3B,sCAAsC;YAKtC,0BAA0B;YAY1B,+BAA+B;YAW/B,WAAW;YASX,kBAAkB;YAQlB,sBAAsB;YAQtB,0BAA0B;cASxB,mBAAmB,IAAI,OAAO,CAAC,IAAI,CAAC;cAIpC,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;CAGtD"}
1
+ {"version":3,"file":"QXPartnerAgent.d.ts","sourceRoot":"","sources":["../../src/agents/QXPartnerAgent.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EAAE,SAAS,EAAmB,MAAM,aAAa,CAAC;AACzD,OAAO,EAAE,MAAM,EAAgC,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAC3F,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAMtC,OAAO,EAEL,eAAe,EAahB,MAAM,aAAa,CAAC;AAKrB,UAAU,MAAM;IACd,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;IAChD,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;IAChD,KAAK,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;IACjD,KAAK,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;CAClD;AAiBD,qBAAa,cAAe,SAAQ,SAAS;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkB;IACzC,SAAS,CAAC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAuB;IACxD,OAAO,CAAC,gBAAgB,CAAC,CAAqB;IAC9C,OAAO,CAAC,cAAc,CAAC,CAAiB;IACxC,OAAO,CAAC,cAAc,CAAC,CAAiB;IACxC,OAAO,CAAC,OAAO,CAAwB;IACvC,OAAO,CAAC,IAAI,CAAqB;gBAErB,MAAM,EAAE,eAAe,GAAG;QAAE,OAAO,EAAE,YAAY,CAAC;QAAC,WAAW,EAAE,WAAW,CAAC;QAAC,QAAQ,EAAE,YAAY,CAAA;KAAE;IAsCjH;;OAEG;IACH,OAAO,CAAC,MAAM,CAAC,sBAAsB;IAmCrC;;OAEG;cACa,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;IAmCrD;;OAEG;cACa,aAAa,IAAI,OAAO,CAAC,IAAI,CAAC;IA+C9C;;OAEG;cACa,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC;IAiCxC;;OAEG;cACa,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAqC3D;;OAEG;YACW,qBAAqB;IAwGnC;;OAEG;YACW,kBAAkB;IAmBhC;;OAEG;IACH,OAAO,CAAC,mBAAmB;IA8Z3B;;OAEG;IACH,OAAO,CAAC,eAAe;IAiGvB;;OAEG;IACH,OAAO,CAAC,UAAU;IAWlB;;OAEG;IACH,OAAO,CAAC,mBAAmB;IAO3B;;OAEG;IACH,OAAO,CAAC,aAAa;IAQrB;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAc9B;;OAEG;YACW,qBAAqB;IAsBnC;;OAEG;YACW,gBAAgB;IAqM9B;;OAEG;IACH,OAAO,CAAC,4BAA4B;IA4HpC;;OAEG;YACW,cAAc;IA0H5B;;OAEG;YACW,gBAAgB;IAsG9B;;OAEG;YACW,oBAAoB;IA4FlC;;OAEG;YACW,iBAAiB;IAuF/B;;OAEG;YACW,aAAa;IA+H3B;;OAEG;YACW,+BAA+B;IAY7C;;OAEG;YACW,aAAa;IAQ3B;;OAEG;YACW,kBAAkB;IAsEhC;;OAEG;YACW,uBAAuB;IAgKrC;;OAEG;IACH,OAAO,CAAC,uBAAuB;IAsC/B;;OAEG;IACH,OAAO,CAAC,YAAY;IAQpB;;OAEG;YACW,oBAAoB;IASlC;;OAEG;YACW,0BAA0B;IAkBxC,OAAO,CAAC,wBAAwB;IAWhC;;OAEG;YACW,qBAAqB;IAOnC;;OAEG;YACW,sBAAsB;IAiBpC;;OAEG;YACW,yBAAyB;IAKvC;;OAEG;YACW,2BAA2B;YA2B3B,sCAAsC;YAKtC,0BAA0B;YAY1B,+BAA+B;YAW/B,WAAW;YASX,kBAAkB;YAQlB,sBAAsB;YAQtB,0BAA0B;cASxB,mBAAmB,IAAI,OAAO,CAAC,IAAI,CAAC;cAIpC,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;CAGtD"}