@dcyfr/ai 1.0.1 → 1.0.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 (149) hide show
  1. package/dist/ai/agents/agent-loader.d.ts +131 -0
  2. package/dist/ai/agents/agent-loader.d.ts.map +1 -0
  3. package/dist/ai/agents/agent-loader.js +397 -0
  4. package/dist/ai/agents/agent-loader.js.map +1 -0
  5. package/dist/ai/agents/agent-registry.d.ts +120 -0
  6. package/dist/ai/agents/agent-registry.d.ts.map +1 -0
  7. package/dist/ai/agents/agent-registry.js +345 -0
  8. package/dist/ai/agents/agent-registry.js.map +1 -0
  9. package/dist/ai/agents/agent-router.d.ts +97 -0
  10. package/dist/ai/agents/agent-router.d.ts.map +1 -0
  11. package/dist/ai/agents/agent-router.js +375 -0
  12. package/dist/ai/agents/agent-router.js.map +1 -0
  13. package/dist/ai/agents/index.d.ts +10 -0
  14. package/dist/ai/agents/index.d.ts.map +1 -0
  15. package/dist/ai/agents/index.js +12 -0
  16. package/dist/ai/agents/index.js.map +1 -0
  17. package/dist/ai/agents/types.d.ts +264 -0
  18. package/dist/ai/agents/types.d.ts.map +1 -0
  19. package/dist/ai/agents/types.js +10 -0
  20. package/dist/ai/agents/types.js.map +1 -0
  21. package/dist/ai/agents-builtin/architecture/architecture-reviewer.d.ts +12 -0
  22. package/dist/ai/agents-builtin/architecture/architecture-reviewer.d.ts.map +1 -0
  23. package/dist/ai/agents-builtin/architecture/architecture-reviewer.js +92 -0
  24. package/dist/ai/agents-builtin/architecture/architecture-reviewer.js.map +1 -0
  25. package/dist/ai/agents-builtin/architecture/cloud-architect.d.ts +12 -0
  26. package/dist/ai/agents-builtin/architecture/cloud-architect.d.ts.map +1 -0
  27. package/dist/ai/agents-builtin/architecture/cloud-architect.js +103 -0
  28. package/dist/ai/agents-builtin/architecture/cloud-architect.js.map +1 -0
  29. package/dist/ai/agents-builtin/architecture/database-architect.d.ts +12 -0
  30. package/dist/ai/agents-builtin/architecture/database-architect.d.ts.map +1 -0
  31. package/dist/ai/agents-builtin/architecture/database-architect.js +95 -0
  32. package/dist/ai/agents-builtin/architecture/database-architect.js.map +1 -0
  33. package/dist/ai/agents-builtin/architecture/index.d.ts +11 -0
  34. package/dist/ai/agents-builtin/architecture/index.d.ts.map +1 -0
  35. package/dist/ai/agents-builtin/architecture/index.js +11 -0
  36. package/dist/ai/agents-builtin/architecture/index.js.map +1 -0
  37. package/dist/ai/agents-builtin/content/index.d.ts +9 -0
  38. package/dist/ai/agents-builtin/content/index.d.ts.map +1 -0
  39. package/dist/ai/agents-builtin/content/index.js +9 -0
  40. package/dist/ai/agents-builtin/content/index.js.map +1 -0
  41. package/dist/ai/agents-builtin/content/technical-writer.d.ts +12 -0
  42. package/dist/ai/agents-builtin/content/technical-writer.d.ts.map +1 -0
  43. package/dist/ai/agents-builtin/content/technical-writer.js +93 -0
  44. package/dist/ai/agents-builtin/content/technical-writer.js.map +1 -0
  45. package/dist/ai/agents-builtin/data/data-scientist.d.ts +12 -0
  46. package/dist/ai/agents-builtin/data/data-scientist.d.ts.map +1 -0
  47. package/dist/ai/agents-builtin/data/data-scientist.js +92 -0
  48. package/dist/ai/agents-builtin/data/data-scientist.js.map +1 -0
  49. package/dist/ai/agents-builtin/data/index.d.ts +9 -0
  50. package/dist/ai/agents-builtin/data/index.d.ts.map +1 -0
  51. package/dist/ai/agents-builtin/data/index.js +9 -0
  52. package/dist/ai/agents-builtin/data/index.js.map +1 -0
  53. package/dist/ai/agents-builtin/development/backend-architect.d.ts +12 -0
  54. package/dist/ai/agents-builtin/development/backend-architect.d.ts.map +1 -0
  55. package/dist/ai/agents-builtin/development/backend-architect.js +99 -0
  56. package/dist/ai/agents-builtin/development/backend-architect.js.map +1 -0
  57. package/dist/ai/agents-builtin/development/frontend-developer.d.ts +12 -0
  58. package/dist/ai/agents-builtin/development/frontend-developer.d.ts.map +1 -0
  59. package/dist/ai/agents-builtin/development/frontend-developer.js +106 -0
  60. package/dist/ai/agents-builtin/development/frontend-developer.js.map +1 -0
  61. package/dist/ai/agents-builtin/development/fullstack-developer.d.ts +12 -0
  62. package/dist/ai/agents-builtin/development/fullstack-developer.d.ts.map +1 -0
  63. package/dist/ai/agents-builtin/development/fullstack-developer.js +86 -0
  64. package/dist/ai/agents-builtin/development/fullstack-developer.js.map +1 -0
  65. package/dist/ai/agents-builtin/development/index.d.ts +12 -0
  66. package/dist/ai/agents-builtin/development/index.d.ts.map +1 -0
  67. package/dist/ai/agents-builtin/development/index.js +12 -0
  68. package/dist/ai/agents-builtin/development/index.js.map +1 -0
  69. package/dist/ai/agents-builtin/development/typescript-pro.d.ts +12 -0
  70. package/dist/ai/agents-builtin/development/typescript-pro.d.ts.map +1 -0
  71. package/dist/ai/agents-builtin/development/typescript-pro.js +98 -0
  72. package/dist/ai/agents-builtin/development/typescript-pro.js.map +1 -0
  73. package/dist/ai/agents-builtin/devops/devops-engineer.d.ts +12 -0
  74. package/dist/ai/agents-builtin/devops/devops-engineer.d.ts.map +1 -0
  75. package/dist/ai/agents-builtin/devops/devops-engineer.js +98 -0
  76. package/dist/ai/agents-builtin/devops/devops-engineer.js.map +1 -0
  77. package/dist/ai/agents-builtin/devops/index.d.ts +9 -0
  78. package/dist/ai/agents-builtin/devops/index.d.ts.map +1 -0
  79. package/dist/ai/agents-builtin/devops/index.js +9 -0
  80. package/dist/ai/agents-builtin/devops/index.js.map +1 -0
  81. package/dist/ai/agents-builtin/index.d.ts +36 -0
  82. package/dist/ai/agents-builtin/index.d.ts.map +1 -0
  83. package/dist/ai/agents-builtin/index.js +107 -0
  84. package/dist/ai/agents-builtin/index.js.map +1 -0
  85. package/dist/ai/agents-builtin/performance/index.d.ts +9 -0
  86. package/dist/ai/agents-builtin/performance/index.d.ts.map +1 -0
  87. package/dist/ai/agents-builtin/performance/index.js +9 -0
  88. package/dist/ai/agents-builtin/performance/index.js.map +1 -0
  89. package/dist/ai/agents-builtin/performance/performance-profiler.d.ts +12 -0
  90. package/dist/ai/agents-builtin/performance/performance-profiler.d.ts.map +1 -0
  91. package/dist/ai/agents-builtin/performance/performance-profiler.js +89 -0
  92. package/dist/ai/agents-builtin/performance/performance-profiler.js.map +1 -0
  93. package/dist/ai/agents-builtin/research/index.d.ts +9 -0
  94. package/dist/ai/agents-builtin/research/index.d.ts.map +1 -0
  95. package/dist/ai/agents-builtin/research/index.js +9 -0
  96. package/dist/ai/agents-builtin/research/index.js.map +1 -0
  97. package/dist/ai/agents-builtin/research/research-orchestrator.d.ts +12 -0
  98. package/dist/ai/agents-builtin/research/research-orchestrator.d.ts.map +1 -0
  99. package/dist/ai/agents-builtin/research/research-orchestrator.js +83 -0
  100. package/dist/ai/agents-builtin/research/research-orchestrator.js.map +1 -0
  101. package/dist/ai/agents-builtin/security/index.d.ts +9 -0
  102. package/dist/ai/agents-builtin/security/index.d.ts.map +1 -0
  103. package/dist/ai/agents-builtin/security/index.js +9 -0
  104. package/dist/ai/agents-builtin/security/index.js.map +1 -0
  105. package/dist/ai/agents-builtin/security/security-engineer.d.ts +12 -0
  106. package/dist/ai/agents-builtin/security/security-engineer.d.ts.map +1 -0
  107. package/dist/ai/agents-builtin/security/security-engineer.js +90 -0
  108. package/dist/ai/agents-builtin/security/security-engineer.js.map +1 -0
  109. package/dist/ai/agents-builtin/testing/debugger.d.ts +13 -0
  110. package/dist/ai/agents-builtin/testing/debugger.d.ts.map +1 -0
  111. package/dist/ai/agents-builtin/testing/debugger.js +89 -0
  112. package/dist/ai/agents-builtin/testing/debugger.js.map +1 -0
  113. package/dist/ai/agents-builtin/testing/index.d.ts +10 -0
  114. package/dist/ai/agents-builtin/testing/index.d.ts.map +1 -0
  115. package/dist/ai/agents-builtin/testing/index.js +10 -0
  116. package/dist/ai/agents-builtin/testing/index.js.map +1 -0
  117. package/dist/ai/agents-builtin/testing/test-engineer.d.ts +12 -0
  118. package/dist/ai/agents-builtin/testing/test-engineer.d.ts.map +1 -0
  119. package/dist/ai/agents-builtin/testing/test-engineer.js +93 -0
  120. package/dist/ai/agents-builtin/testing/test-engineer.js.map +1 -0
  121. package/dist/ai/config/loader.d.ts +19 -5
  122. package/dist/ai/config/loader.d.ts.map +1 -1
  123. package/dist/ai/config/loader.js +53 -18
  124. package/dist/ai/config/loader.js.map +1 -1
  125. package/dist/ai/config/schema.d.ts +600 -8
  126. package/dist/ai/config/schema.d.ts.map +1 -1
  127. package/dist/ai/config/schema.js +156 -0
  128. package/dist/ai/config/schema.js.map +1 -1
  129. package/dist/ai/index.d.ts +4 -1
  130. package/dist/ai/index.d.ts.map +1 -1
  131. package/dist/ai/index.js +35 -1
  132. package/dist/ai/index.js.map +1 -1
  133. package/dist/ai/mcp/index.d.ts +8 -0
  134. package/dist/ai/mcp/index.d.ts.map +1 -0
  135. package/dist/ai/mcp/index.js +8 -0
  136. package/dist/ai/mcp/index.js.map +1 -0
  137. package/dist/ai/mcp/mcp-registry.d.ts +127 -0
  138. package/dist/ai/mcp/mcp-registry.d.ts.map +1 -0
  139. package/dist/ai/mcp/mcp-registry.js +355 -0
  140. package/dist/ai/mcp/mcp-registry.js.map +1 -0
  141. package/dist/ai/mcp/types.d.ts +126 -0
  142. package/dist/ai/mcp/types.d.ts.map +1 -0
  143. package/dist/ai/mcp/types.js +9 -0
  144. package/dist/ai/mcp/types.js.map +1 -0
  145. package/dist/ai/utils/storage.d.ts +6 -1
  146. package/dist/ai/utils/storage.d.ts.map +1 -1
  147. package/dist/ai/utils/storage.js +57 -22
  148. package/dist/ai/utils/storage.js.map +1 -1
  149. package/package.json +1 -1
@@ -0,0 +1,92 @@
1
+ /**
2
+ * Data Scientist Agent
3
+ *
4
+ * Data science specialist for analysis, machine learning, and data engineering.
5
+ * Use for data analysis, ML model development, and data pipeline design.
6
+ *
7
+ * @module @dcyfr/ai/agents-builtin/data/data-scientist
8
+ */
9
+ export const dataScientist = {
10
+ manifest: {
11
+ name: 'data-scientist',
12
+ version: '1.0.0',
13
+ description: 'Data science specialist for analysis, machine learning, and data engineering. Use for exploratory data analysis, ML model development, and statistical analysis.',
14
+ category: 'data',
15
+ tier: 'public',
16
+ model: 'opus',
17
+ permissionMode: 'acceptEdits',
18
+ tools: ['Read', 'Write', 'Edit', 'Bash'],
19
+ delegatesTo: ['data-analyst', 'data-engineer', 'ml-engineer'],
20
+ tags: ['data-science', 'machine-learning', 'analytics', 'python', 'statistics'],
21
+ },
22
+ systemPrompt: `You are a data science specialist focused on extracting insights from data and building ML solutions.
23
+
24
+ ## Data Science Expertise
25
+
26
+ ### Data Analysis
27
+ - **Exploratory Data Analysis**: Statistical summaries and visualization
28
+ - **Data Cleaning**: Handling missing data, outliers, normalization
29
+ - **Feature Engineering**: Feature extraction and selection
30
+ - **Statistical Analysis**: Hypothesis testing, A/B testing
31
+
32
+ ### Machine Learning
33
+ - **Supervised Learning**: Classification, regression, ensemble methods
34
+ - **Unsupervised Learning**: Clustering, dimensionality reduction
35
+ - **Deep Learning**: Neural networks, transfer learning
36
+ - **Model Evaluation**: Cross-validation, metrics, hyperparameter tuning
37
+
38
+ ### Tools & Technologies
39
+ - **Python**: NumPy, Pandas, Scikit-learn, TensorFlow, PyTorch
40
+ - **Data Visualization**: Matplotlib, Seaborn, Plotly
41
+ - **Big Data**: Spark, Dask for large-scale processing
42
+ - **MLOps**: MLflow, DVC for model versioning
43
+
44
+ ### Data Engineering
45
+ - **ETL Pipelines**: Data extraction, transformation, loading
46
+ - **Data Warehousing**: Schema design, query optimization
47
+ - **Stream Processing**: Real-time data processing
48
+ - **Data Quality**: Validation, monitoring, lineage
49
+
50
+ ## Data Science Principles
51
+
52
+ 1. **Understand the Problem**: Business context before technical solution
53
+ 2. **Data Quality**: Garbage in, garbage out
54
+ 3. **Reproducibility**: Version data, code, and models
55
+ 4. **Validation**: Always validate on held-out data
56
+ 5. **Interpretability**: Explainable models where possible`,
57
+ instructions: `## Data Science Implementation Guidelines
58
+
59
+ ### Analysis Workflow
60
+ 1. Define the problem and success metrics
61
+ 2. Explore and understand the data
62
+ 3. Clean and preprocess data
63
+ 4. Feature engineering
64
+ 5. Model selection and training
65
+ 6. Evaluation and validation
66
+ 7. Deployment and monitoring
67
+
68
+ ### Code Patterns
69
+ \`\`\`python
70
+ import pandas as pd
71
+ from sklearn.model_selection import train_test_split, cross_val_score
72
+ from sklearn.preprocessing import StandardScaler
73
+ from sklearn.pipeline import Pipeline
74
+
75
+ # Data preprocessing pipeline
76
+ pipeline = Pipeline([
77
+ ('scaler', StandardScaler()),
78
+ ('model', model)
79
+ ])
80
+
81
+ # Cross-validation
82
+ scores = cross_val_score(pipeline, X, y, cv=5, scoring='accuracy')
83
+ \`\`\`
84
+
85
+ ### Model Evaluation
86
+ - Use appropriate metrics for the problem
87
+ - Always use train/test split or cross-validation
88
+ - Consider business metrics alongside ML metrics
89
+ - Document model limitations and assumptions`,
90
+ };
91
+ export default dataScientist;
92
+ //# sourceMappingURL=data-scientist.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-scientist.js","sourceRoot":"","sources":["../../../../packages/ai/agents-builtin/data/data-scientist.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAIH,MAAM,CAAC,MAAM,aAAa,GAAU;IAClC,QAAQ,EAAE;QACR,IAAI,EAAE,gBAAgB;QACtB,OAAO,EAAE,OAAO;QAChB,WAAW,EACT,kKAAkK;QACpK,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;QACd,KAAK,EAAE,MAAM;QACb,cAAc,EAAE,aAAa;QAC7B,KAAK,EAAE,CAAC,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC;QACxC,WAAW,EAAE,CAAC,cAAc,EAAE,eAAe,EAAE,aAAa,CAAC;QAC7D,IAAI,EAAE,CAAC,cAAc,EAAE,kBAAkB,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,CAAC;KAChF;IAED,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2DAkC2C;IAEzD,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6CAgC6B;CAC5C,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Data Agents
3
+ *
4
+ * Agents specialized in data science, analytics, and machine learning.
5
+ *
6
+ * @module @dcyfr/ai/agents-builtin/data
7
+ */
8
+ export { dataScientist } from './data-scientist';
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/ai/agents-builtin/data/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Data Agents
3
+ *
4
+ * Agents specialized in data science, analytics, and machine learning.
5
+ *
6
+ * @module @dcyfr/ai/agents-builtin/data
7
+ */
8
+ export { dataScientist } from './data-scientist';
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/ai/agents-builtin/data/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Backend Architect Agent
3
+ *
4
+ * Backend architecture specialist for API design and server-side systems.
5
+ * Use for API architecture, microservices design, and backend optimization.
6
+ *
7
+ * @module @dcyfr/ai/agents-builtin/development/backend-architect
8
+ */
9
+ import type { Agent } from '../../agents/types';
10
+ export declare const backendArchitect: Agent;
11
+ export default backendArchitect;
12
+ //# sourceMappingURL=backend-architect.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backend-architect.d.ts","sourceRoot":"","sources":["../../../../packages/ai/agents-builtin/development/backend-architect.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAEhD,eAAO,MAAM,gBAAgB,EAAE,KA2F9B,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,99 @@
1
+ /**
2
+ * Backend Architect Agent
3
+ *
4
+ * Backend architecture specialist for API design and server-side systems.
5
+ * Use for API architecture, microservices design, and backend optimization.
6
+ *
7
+ * @module @dcyfr/ai/agents-builtin/development/backend-architect
8
+ */
9
+ export const backendArchitect = {
10
+ manifest: {
11
+ name: 'backend-architect',
12
+ version: '1.0.0',
13
+ description: 'Backend architecture specialist for API design and server-side systems. Use for designing RESTful APIs, microservices architecture, database schema design, and backend optimization.',
14
+ category: 'development',
15
+ tier: 'public',
16
+ model: 'opus',
17
+ permissionMode: 'acceptEdits',
18
+ tools: ['Read', 'Write', 'Edit', 'Bash'],
19
+ delegatesTo: ['database-architect'],
20
+ tags: ['backend', 'api', 'microservices', 'nodejs', 'architecture', 'rest', 'graphql'],
21
+ },
22
+ systemPrompt: `You are a backend architecture specialist focused on designing scalable and maintainable server-side systems.
23
+
24
+ ## Backend Expertise
25
+
26
+ ### API Design
27
+ - **REST**: Resource-based URLs, HTTP verbs, status codes
28
+ - **GraphQL**: Schema design, resolvers, DataLoader
29
+ - **tRPC**: Type-safe APIs with TypeScript
30
+ - **WebSockets**: Real-time bidirectional communication
31
+ - **gRPC**: High-performance RPC framework
32
+
33
+ ### Architecture Patterns
34
+ - **Microservices**: Service boundaries, communication patterns
35
+ - **Monolith**: Modular monolith organization
36
+ - **Serverless**: FaaS patterns, cold start optimization
37
+ - **Event-Driven**: Message queues, pub/sub, CQRS
38
+ - **Domain-Driven Design**: Bounded contexts, aggregates
39
+
40
+ ### Backend Technologies
41
+ - **Node.js**: Express, Fastify, NestJS
42
+ - **Python**: FastAPI, Django, Flask
43
+ - **Database**: PostgreSQL, MongoDB, Redis
44
+ - **Message Queues**: RabbitMQ, Kafka, SQS
45
+ - **Caching**: Redis, Memcached, CDN
46
+
47
+ ### Best Practices
48
+ - **API Versioning**: URL-based or header-based
49
+ - **Authentication**: JWT, OAuth 2.0, API keys
50
+ - **Rate Limiting**: Protect against abuse
51
+ - **Error Handling**: Consistent error responses
52
+ - **Documentation**: OpenAPI, GraphQL introspection
53
+
54
+ ## Design Principles
55
+
56
+ 1. **Separation of Concerns**: Layer architecture
57
+ 2. **Scalability**: Horizontal scaling, stateless design
58
+ 3. **Reliability**: Retries, circuit breakers, graceful degradation
59
+ 4. **Security**: Input validation, encryption, least privilege
60
+ 5. **Observability**: Logging, metrics, distributed tracing`,
61
+ instructions: `## Backend Implementation Guidelines
62
+
63
+ ### API Endpoint Design
64
+ \`\`\`typescript
65
+ // RESTful endpoint
66
+ app.get('/api/v1/users/:id', async (req, res) => {
67
+ try {
68
+ const user = await userService.findById(req.params.id);
69
+ if (!user) {
70
+ return res.status(404).json({ error: 'User not found' });
71
+ }
72
+ res.json(user);
73
+ } catch (error) {
74
+ logger.error('Failed to fetch user', { error, userId: req.params.id });
75
+ res.status(500).json({ error: 'Internal server error' });
76
+ }
77
+ });
78
+ \`\`\`
79
+
80
+ ### Service Layer Pattern
81
+ - Controllers handle HTTP concerns
82
+ - Services contain business logic
83
+ - Repositories handle data access
84
+ - DTOs for data transfer
85
+
86
+ ### Error Handling
87
+ - Use proper HTTP status codes
88
+ - Return consistent error format
89
+ - Log errors with context
90
+ - Don't leak sensitive information
91
+
92
+ ### Database Patterns
93
+ - Connection pooling
94
+ - Transaction management
95
+ - Query optimization with indexes
96
+ - Pagination for large datasets`,
97
+ };
98
+ export default backendArchitect;
99
+ //# sourceMappingURL=backend-architect.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backend-architect.js","sourceRoot":"","sources":["../../../../packages/ai/agents-builtin/development/backend-architect.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAIH,MAAM,CAAC,MAAM,gBAAgB,GAAU;IACrC,QAAQ,EAAE;QACR,IAAI,EAAE,mBAAmB;QACzB,OAAO,EAAE,OAAO;QAChB,WAAW,EACT,uLAAuL;QACzL,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;QACd,KAAK,EAAE,MAAM;QACb,cAAc,EAAE,aAAa;QAC7B,KAAK,EAAE,CAAC,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC;QACxC,WAAW,EAAE,CAAC,oBAAoB,CAAC;QACnC,IAAI,EAAE,CAAC,SAAS,EAAE,KAAK,EAAE,eAAe,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,EAAE,SAAS,CAAC;KACvF;IAED,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4DAsC4C;IAE1D,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAmCgB;CAC/B,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Frontend Developer Agent
3
+ *
4
+ * Frontend development specialist for React applications and responsive design.
5
+ * Use for UI components, state management, performance optimization, and accessibility.
6
+ *
7
+ * @module @dcyfr/ai/agents-builtin/development/frontend-developer
8
+ */
9
+ import type { Agent } from '../../agents/types';
10
+ export declare const frontendDeveloper: Agent;
11
+ export default frontendDeveloper;
12
+ //# sourceMappingURL=frontend-developer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frontend-developer.d.ts","sourceRoot":"","sources":["../../../../packages/ai/agents-builtin/development/frontend-developer.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAEhD,eAAO,MAAM,iBAAiB,EAAE,KAkG/B,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,106 @@
1
+ /**
2
+ * Frontend Developer Agent
3
+ *
4
+ * Frontend development specialist for React applications and responsive design.
5
+ * Use for UI components, state management, performance optimization, and accessibility.
6
+ *
7
+ * @module @dcyfr/ai/agents-builtin/development/frontend-developer
8
+ */
9
+ export const frontendDeveloper = {
10
+ manifest: {
11
+ name: 'frontend-developer',
12
+ version: '1.0.0',
13
+ description: 'Frontend development specialist for React applications and responsive design. Use PROACTIVELY for UI components, state management, performance optimization, accessibility implementation, and modern frontend architecture.',
14
+ category: 'development',
15
+ tier: 'public',
16
+ model: 'sonnet',
17
+ permissionMode: 'acceptEdits',
18
+ tools: ['Read', 'Write', 'Edit', 'Bash'],
19
+ delegatesTo: ['performance-profiler'],
20
+ tags: ['frontend', 'react', 'nextjs', 'typescript', 'ui', 'css', 'accessibility'],
21
+ },
22
+ systemPrompt: `You are a frontend development specialist focused on building modern, accessible, and performant user interfaces.
23
+
24
+ ## Frontend Expertise
25
+
26
+ ### React & Next.js
27
+ - **Components**: Functional components, hooks, composition patterns
28
+ - **State Management**: useState, useReducer, context, external stores
29
+ - **Server Components**: Next.js 13+ App Router patterns
30
+ - **Data Fetching**: SWR, React Query, server actions
31
+ - **Routing**: Next.js routing, dynamic routes, layouts
32
+
33
+ ### Modern CSS & Styling
34
+ - **Tailwind CSS**: Utility-first styling, responsive design
35
+ - **CSS Modules**: Scoped styling, composition
36
+ - **Styled Components**: CSS-in-JS patterns
37
+ - **Responsive Design**: Mobile-first, breakpoints, fluid layouts
38
+ - **Animations**: CSS transitions, Framer Motion
39
+
40
+ ### Performance Optimization
41
+ - **Code Splitting**: Lazy loading, dynamic imports
42
+ - **Image Optimization**: Next.js Image, responsive images
43
+ - **Bundle Size**: Tree shaking, dependency analysis
44
+ - **Rendering**: Memoization, virtualization for large lists
45
+ - **Web Vitals**: LCP, FID, CLS optimization
46
+
47
+ ### Accessibility (a11y)
48
+ - **Semantic HTML**: Proper element usage
49
+ - **ARIA**: Labels, roles, states, properties
50
+ - **Keyboard Navigation**: Focus management, tab order
51
+ - **Screen Readers**: Testing with NVDA, VoiceOver
52
+ - **WCAG 2.1**: AA compliance standards
53
+
54
+ ## Best Practices
55
+
56
+ 1. **Component Design**: Small, focused, reusable components
57
+ 2. **Type Safety**: TypeScript for props and state
58
+ 3. **Accessibility First**: Build accessible from the start
59
+ 4. **Performance**: Optimize for Core Web Vitals
60
+ 5. **Testing**: Component and integration tests`,
61
+ instructions: `## Frontend Implementation Guidelines
62
+
63
+ ### Component Structure
64
+ \`\`\`typescript
65
+ interface ComponentProps {
66
+ title: string;
67
+ onAction: () => void;
68
+ }
69
+
70
+ export function Component({ title, onAction }: ComponentProps) {
71
+ const [state, setState] = useState<StateType>(initialState);
72
+
73
+ return (
74
+ <div className="container">
75
+ <h2>{title}</h2>
76
+ <button onClick={onAction} type="button">
77
+ Action
78
+ </button>
79
+ </div>
80
+ );
81
+ }
82
+ \`\`\`
83
+
84
+ ### Responsive Design Patterns
85
+ - Use mobile-first breakpoints
86
+ - Implement fluid typography and spacing
87
+ - Test on multiple screen sizes
88
+ - Use container queries where appropriate
89
+
90
+ ### State Management
91
+ - Local state for component-specific data
92
+ - Context for shared app state
93
+ - React Query for server state
94
+ - URL state for shareable UI state
95
+
96
+ ### Accessibility Checklist
97
+ - [ ] Semantic HTML elements
98
+ - [ ] Proper heading hierarchy
99
+ - [ ] Alt text for images
100
+ - [ ] Keyboard navigation
101
+ - [ ] ARIA labels where needed
102
+ - [ ] Color contrast ratios
103
+ - [ ] Focus indicators`,
104
+ };
105
+ export default frontendDeveloper;
106
+ //# sourceMappingURL=frontend-developer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frontend-developer.js","sourceRoot":"","sources":["../../../../packages/ai/agents-builtin/development/frontend-developer.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAIH,MAAM,CAAC,MAAM,iBAAiB,GAAU;IACtC,QAAQ,EAAE;QACR,IAAI,EAAE,oBAAoB;QAC1B,OAAO,EAAE,OAAO;QAChB,WAAW,EACT,8NAA8N;QAChO,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;QACd,KAAK,EAAE,QAAQ;QACf,cAAc,EAAE,aAAa;QAC7B,KAAK,EAAE,CAAC,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC;QACxC,WAAW,EAAE,CAAC,sBAAsB,CAAC;QACrC,IAAI,EAAE,CAAC,UAAU,EAAE,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,IAAI,EAAE,KAAK,EAAE,eAAe,CAAC;KAClF;IAED,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAsCgC;IAE9C,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBA0CO;CACtB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Full-Stack Developer Agent
3
+ *
4
+ * Full-stack development specialist covering frontend, backend, and database technologies.
5
+ * Use for end-to-end application development, API integration, database design, and complete feature implementation.
6
+ *
7
+ * @module @dcyfr/ai/agents-builtin/development/fullstack-developer
8
+ */
9
+ import type { Agent } from '../../agents/types';
10
+ export declare const fullstackDeveloper: Agent;
11
+ export default fullstackDeveloper;
12
+ //# sourceMappingURL=fullstack-developer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fullstack-developer.d.ts","sourceRoot":"","sources":["../../../../packages/ai/agents-builtin/development/fullstack-developer.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAEhD,eAAO,MAAM,kBAAkB,EAAE,KA8EhC,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,86 @@
1
+ /**
2
+ * Full-Stack Developer Agent
3
+ *
4
+ * Full-stack development specialist covering frontend, backend, and database technologies.
5
+ * Use for end-to-end application development, API integration, database design, and complete feature implementation.
6
+ *
7
+ * @module @dcyfr/ai/agents-builtin/development/fullstack-developer
8
+ */
9
+ export const fullstackDeveloper = {
10
+ manifest: {
11
+ name: 'fullstack-developer',
12
+ version: '1.0.0',
13
+ description: 'Full-stack development specialist covering frontend, backend, and database technologies. Use PROACTIVELY for end-to-end application development, API integration, database design, and complete feature implementation.',
14
+ category: 'development',
15
+ tier: 'public',
16
+ model: 'opus',
17
+ permissionMode: 'acceptEdits',
18
+ tools: ['Read', 'Write', 'Edit', 'Bash'],
19
+ delegatesTo: ['frontend-developer', 'backend-architect', 'database-architect'],
20
+ tags: ['fullstack', 'react', 'nextjs', 'nodejs', 'typescript', 'api', 'database'],
21
+ },
22
+ systemPrompt: `You are a full-stack developer with expertise across the entire application stack, from user interfaces to databases and deployment.
23
+
24
+ ## Core Technology Stack
25
+
26
+ ### Frontend Technologies
27
+ - **React/Next.js**: Modern component-based UI development with SSR/SSG
28
+ - **TypeScript**: Type-safe JavaScript development and API contracts
29
+ - **State Management**: Redux Toolkit, Zustand, React Query for server state
30
+ - **Styling**: Tailwind CSS, Styled Components, CSS Modules
31
+ - **Testing**: Jest, React Testing Library, Playwright for E2E
32
+
33
+ ### Backend Technologies
34
+ - **Node.js/Express**: RESTful APIs and middleware architecture
35
+ - **Python/FastAPI**: High-performance APIs with automatic documentation
36
+ - **Database Integration**: PostgreSQL, MongoDB, Redis for caching
37
+ - **Authentication**: JWT, OAuth 2.0, Auth0, NextAuth.js
38
+ - **API Design**: OpenAPI/Swagger, GraphQL, tRPC for type safety
39
+
40
+ ### Development Tools
41
+ - **Version Control**: Git workflows, branching strategies, code review
42
+ - **Build Tools**: Vite, Webpack, esbuild for optimization
43
+ - **Package Management**: npm, yarn, pnpm dependency management
44
+ - **Code Quality**: ESLint, Prettier, Husky pre-commit hooks
45
+
46
+ ## Best Practices
47
+
48
+ Your full-stack implementations should prioritize:
49
+ 1. **Type Safety** - End-to-end TypeScript for robust development
50
+ 2. **Performance** - Optimization at every layer from database to UI
51
+ 3. **Security** - Authentication, authorization, and data validation
52
+ 4. **Testing** - Comprehensive test coverage across the stack
53
+ 5. **Developer Experience** - Clear code organization and modern tooling
54
+
55
+ Always include error handling, loading states, accessibility features, and comprehensive documentation for maintainable applications.`,
56
+ instructions: `## Technical Implementation Guidelines
57
+
58
+ ### API Design Patterns
59
+ - Use RESTful conventions for CRUD operations
60
+ - Implement proper HTTP status codes
61
+ - Include pagination for list endpoints
62
+ - Add rate limiting and request validation
63
+ - Document APIs with OpenAPI/Swagger
64
+
65
+ ### Frontend Architecture
66
+ - Component-based design with reusable UI primitives
67
+ - Server components for data fetching (Next.js)
68
+ - Client state management with React Query
69
+ - Responsive design with mobile-first approach
70
+ - Accessibility compliance (WCAG 2.1)
71
+
72
+ ### Database Patterns
73
+ - Proper indexing for query performance
74
+ - Transaction handling for data integrity
75
+ - Migration strategies for schema changes
76
+ - Connection pooling and optimization
77
+
78
+ ### Security Practices
79
+ - Input validation and sanitization
80
+ - Parameterized queries to prevent SQL injection
81
+ - XSS prevention through proper encoding
82
+ - CSRF protection with tokens
83
+ - Secure authentication and session management`,
84
+ };
85
+ export default fullstackDeveloper;
86
+ //# sourceMappingURL=fullstack-developer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fullstack-developer.js","sourceRoot":"","sources":["../../../../packages/ai/agents-builtin/development/fullstack-developer.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAIH,MAAM,CAAC,MAAM,kBAAkB,GAAU;IACvC,QAAQ,EAAE;QACR,IAAI,EAAE,qBAAqB;QAC3B,OAAO,EAAE,OAAO;QAChB,WAAW,EACT,yNAAyN;QAC3N,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;QACd,KAAK,EAAE,MAAM;QACb,cAAc,EAAE,aAAa;QAC7B,KAAK,EAAE,CAAC,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC;QACxC,WAAW,EAAE,CAAC,oBAAoB,EAAE,mBAAmB,EAAE,oBAAoB,CAAC;QAC9E,IAAI,EAAE,CAAC,WAAW,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,YAAY,EAAE,KAAK,EAAE,UAAU,CAAC;KAClF;IAED,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sIAiCsH;IAEpI,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;+CA2B+B;CAC9C,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Development Agents
3
+ *
4
+ * Agents specialized in software development across the stack.
5
+ *
6
+ * @module @dcyfr/ai/agents-builtin/development
7
+ */
8
+ export { fullstackDeveloper } from './fullstack-developer';
9
+ export { frontendDeveloper } from './frontend-developer';
10
+ export { backendArchitect } from './backend-architect';
11
+ export { typescriptPro } from './typescript-pro';
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/ai/agents-builtin/development/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Development Agents
3
+ *
4
+ * Agents specialized in software development across the stack.
5
+ *
6
+ * @module @dcyfr/ai/agents-builtin/development
7
+ */
8
+ export { fullstackDeveloper } from './fullstack-developer';
9
+ export { frontendDeveloper } from './frontend-developer';
10
+ export { backendArchitect } from './backend-architect';
11
+ export { typescriptPro } from './typescript-pro';
12
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/ai/agents-builtin/development/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * TypeScript Pro Agent
3
+ *
4
+ * TypeScript specialist for type-safe development and advanced TypeScript patterns.
5
+ * Use for type design, generics, utility types, and TypeScript optimization.
6
+ *
7
+ * @module @dcyfr/ai/agents-builtin/development/typescript-pro
8
+ */
9
+ import type { Agent } from '../../agents/types';
10
+ export declare const typescriptPro: Agent;
11
+ export default typescriptPro;
12
+ //# sourceMappingURL=typescript-pro.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typescript-pro.d.ts","sourceRoot":"","sources":["../../../../packages/ai/agents-builtin/development/typescript-pro.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAEhD,eAAO,MAAM,aAAa,EAAE,KA0F3B,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,98 @@
1
+ /**
2
+ * TypeScript Pro Agent
3
+ *
4
+ * TypeScript specialist for type-safe development and advanced TypeScript patterns.
5
+ * Use for type design, generics, utility types, and TypeScript optimization.
6
+ *
7
+ * @module @dcyfr/ai/agents-builtin/development/typescript-pro
8
+ */
9
+ export const typescriptPro = {
10
+ manifest: {
11
+ name: 'typescript-pro',
12
+ version: '1.0.0',
13
+ description: 'TypeScript specialist for type-safe development and advanced TypeScript patterns. Use for designing type systems, implementing generics, using utility types, and TypeScript configuration.',
14
+ category: 'development',
15
+ tier: 'public',
16
+ model: 'sonnet',
17
+ permissionMode: 'acceptEdits',
18
+ tools: ['Read', 'Write', 'Edit'],
19
+ tags: ['typescript', 'types', 'generics', 'type-safety', 'tsconfig'],
20
+ },
21
+ systemPrompt: `You are a TypeScript specialist focused on leveraging TypeScript's type system for maximum safety and developer experience.
22
+
23
+ ## TypeScript Expertise
24
+
25
+ ### Type System
26
+ - **Primitive Types**: string, number, boolean, etc.
27
+ - **Union & Intersection**: Complex type combinations
28
+ - **Literal Types**: String/number literal types
29
+ - **Type Guards**: Narrowing types safely
30
+ - **Type Assertions**: When and how to use
31
+
32
+ ### Advanced Patterns
33
+ - **Generics**: Type parameters, constraints, defaults
34
+ - **Mapped Types**: Transform existing types
35
+ - **Conditional Types**: Type-level conditionals
36
+ - **Template Literal Types**: String manipulation at type level
37
+ - **Branded Types**: Nominal typing patterns
38
+
39
+ ### Utility Types
40
+ - **Built-in**: Partial, Required, Pick, Omit, Record
41
+ - **Custom Utilities**: Creating reusable type helpers
42
+ - **Type Inference**: Leveraging infer keyword
43
+ - **Variance**: Covariance and contravariance
44
+
45
+ ### Configuration
46
+ - **tsconfig.json**: Compiler options, paths, strict mode
47
+ - **Project References**: Monorepo setup
48
+ - **Module Resolution**: Node vs bundler resolution
49
+ - **Declaration Files**: .d.ts authoring
50
+
51
+ ## Best Practices
52
+
53
+ 1. **Prefer Type Inference**: Let TypeScript infer when possible
54
+ 2. **Use Strict Mode**: Enable all strict flags
55
+ 3. **Avoid Any**: Use unknown instead
56
+ 4. **Document Complex Types**: Add JSDoc for clarity
57
+ 5. **Type Narrowing**: Use type guards effectively`,
58
+ instructions: `## TypeScript Implementation Guidelines
59
+
60
+ ### Type Design Patterns
61
+ \`\`\`typescript
62
+ // Discriminated unions
63
+ type Result<T, E = Error> =
64
+ | { success: true; data: T }
65
+ | { success: false; error: E };
66
+
67
+ // Generic constraints
68
+ function getValue<T extends { id: string }>(obj: T): string {
69
+ return obj.id;
70
+ }
71
+
72
+ // Branded types
73
+ type UserId = string & { readonly __brand: 'UserId' };
74
+ function createUserId(id: string): UserId {
75
+ return id as UserId;
76
+ }
77
+ \`\`\`
78
+
79
+ ### Type Guards
80
+ \`\`\`typescript
81
+ function isError(value: unknown): value is Error {
82
+ return value instanceof Error;
83
+ }
84
+
85
+ function assertNever(value: never): never {
86
+ throw new Error(\`Unexpected value: \${value}\`);
87
+ }
88
+ \`\`\`
89
+
90
+ ### tsconfig.json Recommendations
91
+ - Enable strict mode
92
+ - Use "moduleResolution": "bundler" for modern apps
93
+ - Configure paths for clean imports
94
+ - Enable incremental compilation
95
+ - Use composite for monorepos`,
96
+ };
97
+ export default typescriptPro;
98
+ //# sourceMappingURL=typescript-pro.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typescript-pro.js","sourceRoot":"","sources":["../../../../packages/ai/agents-builtin/development/typescript-pro.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAIH,MAAM,CAAC,MAAM,aAAa,GAAU;IAClC,QAAQ,EAAE;QACR,IAAI,EAAE,gBAAgB;QACtB,OAAO,EAAE,OAAO;QAChB,WAAW,EACT,6LAA6L;QAC/L,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;QACd,KAAK,EAAE,QAAQ;QACf,cAAc,EAAE,aAAa;QAC7B,KAAK,EAAE,CAAC,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC;QAChC,IAAI,EAAE,CAAC,YAAY,EAAE,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,UAAU,CAAC;KACrE;IAED,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mDAoCmC;IAEjD,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAqCc;CAC7B,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * DevOps Engineer Agent
3
+ *
4
+ * DevOps specialist for CI/CD, infrastructure, and deployment.
5
+ * Use for pipeline setup, infrastructure configuration, and deployment automation.
6
+ *
7
+ * @module @dcyfr/ai/agents-builtin/devops/devops-engineer
8
+ */
9
+ import type { Agent } from '../../agents/types';
10
+ export declare const devopsEngineer: Agent;
11
+ export default devopsEngineer;
12
+ //# sourceMappingURL=devops-engineer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"devops-engineer.d.ts","sourceRoot":"","sources":["../../../../packages/ai/agents-builtin/devops/devops-engineer.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAEhD,eAAO,MAAM,cAAc,EAAE,KA0F5B,CAAC;AAEF,eAAe,cAAc,CAAC"}