@llm-dev-ops/agentics-cli 1.4.87 → 1.4.89
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/dist/__tests__/api_gateway.test.d.ts +1 -0
- package/dist/__tests__/api_gateway.test.js +50 -0
- package/dist/__tests__/domain_enterprise_solution.test.d.ts +1 -0
- package/dist/__tests__/domain_enterprise_solution.test.js +50 -0
- package/dist/__tests__/health.test.d.ts +1 -0
- package/dist/__tests__/health.test.js +19 -0
- package/dist/__tests__/monitoring_alerts.test.d.ts +1 -0
- package/dist/__tests__/monitoring_alerts.test.js +50 -0
- package/dist/__tests__/ongoing_regular_stakeholder.test.d.ts +1 -0
- package/dist/__tests__/ongoing_regular_stakeholder.test.js +50 -0
- package/dist/__tests__/re_evaluate_risk.test.d.ts +1 -0
- package/dist/__tests__/re_evaluate_risk.test.js +50 -0
- package/dist/__tests__/recommendation.test.d.ts +1 -0
- package/dist/__tests__/recommendation.test.js +50 -0
- package/dist/__tests__/risk_mitigation_plan.test.d.ts +1 -0
- package/dist/__tests__/risk_mitigation_plan.test.js +50 -0
- package/dist/__tests__/scoped_pilot_reduce.test.d.ts +1 -0
- package/dist/__tests__/scoped_pilot_reduce.test.js +50 -0
- package/dist/__tests__/target_enterprise_system.test.d.ts +1 -0
- package/dist/__tests__/target_enterprise_system.test.js +50 -0
- package/dist/__tests__/underwriting.test.d.ts +1 -0
- package/dist/__tests__/underwriting.test.js +50 -0
- package/dist/api-gateway/infra/api-gateway-adapter.d.ts +27 -0
- package/dist/api-gateway/infra/api-gateway-adapter.js +54 -0
- package/dist/api-gateway/ports/api-gateway.d.ts +26 -0
- package/dist/api-gateway/ports/api-gateway.js +2 -0
- package/dist/contracts/contract-validation.d.ts +11 -0
- package/dist/contracts/contract-validation.js +21 -0
- package/dist/domain-enterprise-solution/infra/api-gateway-seam-adapter.d.ts +21 -0
- package/dist/domain-enterprise-solution/infra/api-gateway-seam-adapter.js +42 -0
- package/dist/domain-enterprise-solution/infra/domain-enterprise-solution-adapter.d.ts +25 -0
- package/dist/domain-enterprise-solution/infra/domain-enterprise-solution-adapter.js +47 -0
- package/dist/domain-enterprise-solution/ports/api-gateway-seam.d.ts +20 -0
- package/dist/domain-enterprise-solution/ports/api-gateway-seam.js +2 -0
- package/dist/domain-enterprise-solution/ports/domain-enterprise-solution.d.ts +24 -0
- package/dist/domain-enterprise-solution/ports/domain-enterprise-solution.js +2 -0
- package/dist/enterprise/index.d.ts +15 -0
- package/dist/enterprise/index.js +16 -0
- package/dist/erp-client/client.d.ts +42 -0
- package/dist/erp-client/client.js +235 -0
- package/dist/erp-client/mapper.d.ts +9 -0
- package/dist/erp-client/mapper.js +116 -0
- package/dist/erp-client/retry.d.ts +17 -0
- package/dist/erp-client/retry.js +74 -0
- package/dist/erp-client/types.d.ts +155 -0
- package/dist/erp-client/types.js +2 -0
- package/dist/infra/clients.d.ts +27 -0
- package/dist/infra/clients.js +16 -0
- package/dist/infra/connection-pool.d.ts +16 -0
- package/dist/infra/connection-pool.js +13 -0
- package/dist/infra/iam-helper.d.ts +1 -0
- package/dist/infra/iam-helper.js +138 -0
- package/dist/infra/telemetry.d.ts +26 -0
- package/dist/infra/telemetry.js +39 -0
- package/dist/monitoring-alerts/infra/monitoring-alerts-adapter.d.ts +25 -0
- package/dist/monitoring-alerts/infra/monitoring-alerts-adapter.js +47 -0
- package/dist/monitoring-alerts/ports/monitoring-alerts.d.ts +24 -0
- package/dist/monitoring-alerts/ports/monitoring-alerts.js +2 -0
- package/dist/ongoing-regular-stakeholder/infra/ongoing-regular-stakeholder-adapter.d.ts +25 -0
- package/dist/ongoing-regular-stakeholder/infra/ongoing-regular-stakeholder-adapter.js +47 -0
- package/dist/ongoing-regular-stakeholder/ports/ongoing-regular-stakeholder.d.ts +24 -0
- package/dist/ongoing-regular-stakeholder/ports/ongoing-regular-stakeholder.js +2 -0
- package/dist/pipeline/phase2/phase2-coordinator.d.ts.map +1 -1
- package/dist/pipeline/phase2/phase2-coordinator.js +7 -3
- package/dist/pipeline/phase2/phase2-coordinator.js.map +1 -1
- package/dist/pipeline/ruflo-phase-executor.js +1 -1
- package/dist/pipeline/ruflo-phase-executor.js.map +1 -1
- package/dist/re-evaluate-risk/infra/re-evaluate-risk-adapter.d.ts +25 -0
- package/dist/re-evaluate-risk/infra/re-evaluate-risk-adapter.js +47 -0
- package/dist/re-evaluate-risk/ports/re-evaluate-risk.d.ts +24 -0
- package/dist/re-evaluate-risk/ports/re-evaluate-risk.js +2 -0
- package/dist/recommendation/infra/recommendation-adapter.d.ts +25 -0
- package/dist/recommendation/infra/recommendation-adapter.js +47 -0
- package/dist/recommendation/ports/recommendation.d.ts +24 -0
- package/dist/recommendation/ports/recommendation.js +2 -0
- package/dist/risk-mitigation-plan/infra/risk-mitigation-plan-adapter.d.ts +25 -0
- package/dist/risk-mitigation-plan/infra/risk-mitigation-plan-adapter.js +47 -0
- package/dist/risk-mitigation-plan/ports/risk-mitigation-plan.d.ts +24 -0
- package/dist/risk-mitigation-plan/ports/risk-mitigation-plan.js +2 -0
- package/dist/scoped-pilot-reduce/infra/scoped-pilot-reduce-adapter.d.ts +25 -0
- package/dist/scoped-pilot-reduce/infra/scoped-pilot-reduce-adapter.js +47 -0
- package/dist/scoped-pilot-reduce/ports/scoped-pilot-reduce.d.ts +24 -0
- package/dist/scoped-pilot-reduce/ports/scoped-pilot-reduce.js +2 -0
- package/dist/server/dependencies.d.ts +178 -0
- package/dist/server/dependencies.js +321 -0
- package/dist/server/health.d.ts +2 -0
- package/dist/server/health.js +9 -0
- package/dist/server/main.d.ts +1 -0
- package/dist/server/main.js +21 -0
- package/dist/server/middleware.d.ts +4 -0
- package/dist/server/middleware.js +106 -0
- package/dist/server/routes.d.ts +5 -0
- package/dist/server/routes.js +1100 -0
- package/dist/server/schemas.d.ts +217 -0
- package/dist/server/schemas.js +185 -0
- package/dist/target-enterprise-system/infra/target-enterprise-system-adapter.d.ts +25 -0
- package/dist/target-enterprise-system/infra/target-enterprise-system-adapter.js +47 -0
- package/dist/target-enterprise-system/ports/target-enterprise-system.d.ts +24 -0
- package/dist/target-enterprise-system/ports/target-enterprise-system.js +2 -0
- package/dist/underwriting/infra/underwriting-adapter.d.ts +25 -0
- package/dist/underwriting/infra/underwriting-adapter.js +47 -0
- package/dist/underwriting/ports/underwriting.d.ts +24 -0
- package/dist/underwriting/ports/underwriting.js +2 -0
- package/docs/ecosystem.graph.json +295 -214
- package/package.json +1 -1
|
@@ -1,76 +1,65 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
3
|
-
"description": "Agentics Dev Ecosystem
|
|
2
|
+
"version": "2.0",
|
|
3
|
+
"description": "Agentics Dev Ecosystem — 12-Phase Mandatory Execution Pipeline Graph (problem → capability → phase → repos → agents)",
|
|
4
4
|
"stages": [
|
|
5
|
+
"prompt_structuring",
|
|
5
6
|
"simulation",
|
|
6
7
|
"research",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
8
|
+
"sparc_generation",
|
|
9
|
+
"sparc_handoff",
|
|
10
|
+
"adr_ddd_architecture",
|
|
11
|
+
"implementation_planning",
|
|
9
12
|
"build",
|
|
10
13
|
"validation",
|
|
11
|
-
"
|
|
12
|
-
"
|
|
14
|
+
"integration_mapping",
|
|
15
|
+
"governance_finops",
|
|
16
|
+
"decision_packaging"
|
|
13
17
|
],
|
|
14
|
-
"
|
|
18
|
+
"infrastructure": [
|
|
15
19
|
{
|
|
16
|
-
"name": "
|
|
17
|
-
"description": "
|
|
18
|
-
"repos": ["LLM-
|
|
19
|
-
"agents": [
|
|
20
|
-
"Benchmark Runner Agent",
|
|
21
|
-
"Model Comparator Agent",
|
|
22
|
-
"Regression Detection Agent",
|
|
23
|
-
"Quality Scoring Agent",
|
|
24
|
-
"Hallucination Detection Agent",
|
|
25
|
-
"Faithfulness Verification Agent",
|
|
26
|
-
"Bias Detection Agent",
|
|
27
|
-
"Prompt Sensitivity Agent",
|
|
28
|
-
"Output Consistency Agent",
|
|
29
|
-
"Stress Test Agent",
|
|
30
|
-
"Red Team Agent",
|
|
31
|
-
"Adversarial Prompt Agent",
|
|
32
|
-
"Golden Dataset Validator Agent",
|
|
33
|
-
"Synthetic Data Generator Agent"
|
|
34
|
-
],
|
|
35
|
-
"stage": "validation",
|
|
36
|
-
"depends_on": [],
|
|
37
|
-
"tags": ["benchmark", "eval", "quality", "regression", "model-compare", "test", "evaluate", "scoring", "hallucination", "faithfulness", "bias", "adversarial", "red-team", "stress-test"]
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"name": "telemetry_observability",
|
|
41
|
-
"description": "Telemetry ingestion, usage analytics, and system health monitoring",
|
|
42
|
-
"repos": ["LLM-Observatory"],
|
|
20
|
+
"name": "orchestration",
|
|
21
|
+
"description": "Multi-model pipeline orchestration, scheduling, and state management — available to all phases",
|
|
22
|
+
"repos": ["LLM-Orchestrator"],
|
|
43
23
|
"agents": [
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"Visualization Spec Agent"
|
|
24
|
+
"Workflow Orchestrator Agent",
|
|
25
|
+
"Task Scheduler Agent",
|
|
26
|
+
"Dependency Resolver Agent",
|
|
27
|
+
"Retry & Recovery Agent",
|
|
28
|
+
"State Machine Agent",
|
|
29
|
+
"Swarm Coordinator Agent"
|
|
51
30
|
],
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"tags": ["telemetry", "observability", "monitoring", "usage", "health", "slo", "sla", "dashboard", "metrics", "uptime", "failure", "post-mortem"]
|
|
31
|
+
"scope": "global",
|
|
32
|
+
"tags": ["workflow", "orchestration", "pipeline", "scheduler", "dependency", "parallel", "state-machine", "swarm", "retry"]
|
|
55
33
|
},
|
|
56
34
|
{
|
|
57
|
-
"name": "
|
|
58
|
-
"description": "Protect against prompt injection, data leakage, and unsafe outputs",
|
|
35
|
+
"name": "safety",
|
|
36
|
+
"description": "Protect against prompt injection, data leakage, and unsafe outputs — available to all phases",
|
|
59
37
|
"repos": ["LLM-Shield"],
|
|
60
38
|
"agents": [
|
|
61
39
|
"Prompt Injection Detection Agent",
|
|
62
40
|
"PII Detection Agent",
|
|
63
41
|
"Data Redaction Agent",
|
|
64
|
-
"Secrets Leakage Agent",
|
|
65
|
-
"Toxicity Detection Agent",
|
|
66
|
-
"Safety Boundary Agent",
|
|
67
42
|
"Content Moderation Agent",
|
|
68
|
-
"
|
|
43
|
+
"Safety Boundary Agent",
|
|
44
|
+
"Secrets Leakage Agent",
|
|
69
45
|
"Credential Exposure Agent"
|
|
70
46
|
],
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
|
|
47
|
+
"scope": "global",
|
|
48
|
+
"tags": ["security", "injection", "pii", "secrets", "moderation", "safety", "redaction", "credential"]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "observability",
|
|
52
|
+
"description": "Telemetry ingestion, usage analytics, and system health monitoring — available to all phases",
|
|
53
|
+
"repos": ["LLM-Observatory"],
|
|
54
|
+
"agents": [
|
|
55
|
+
"Telemetry Collector Agent",
|
|
56
|
+
"Usage Pattern Agent",
|
|
57
|
+
"Failure Classification Agent",
|
|
58
|
+
"Health Check Agent",
|
|
59
|
+
"SLO / SLA Enforcement Agent"
|
|
60
|
+
],
|
|
61
|
+
"scope": "global",
|
|
62
|
+
"tags": ["telemetry", "observability", "monitoring", "usage", "health", "slo", "sla", "metrics"]
|
|
74
63
|
},
|
|
75
64
|
{
|
|
76
65
|
"name": "anomaly_detection",
|
|
@@ -83,9 +72,8 @@
|
|
|
83
72
|
"Incident Correlation Agent",
|
|
84
73
|
"Root Cause Analysis Agent"
|
|
85
74
|
],
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"tags": ["anomaly", "drift", "alert", "rca", "root-cause", "correlation", "degradation", "regression"]
|
|
75
|
+
"scope": "global",
|
|
76
|
+
"tags": ["anomaly", "drift", "alert", "rca", "root-cause", "correlation", "degradation"]
|
|
89
77
|
},
|
|
90
78
|
{
|
|
91
79
|
"name": "memory_context",
|
|
@@ -99,9 +87,8 @@
|
|
|
99
87
|
"Memory Retrieval Agent",
|
|
100
88
|
"Long-Term Pattern Agent"
|
|
101
89
|
],
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"tags": ["memory", "context", "lineage", "knowledge-graph", "conversation", "history", "decision", "recall", "pattern"]
|
|
90
|
+
"scope": "global",
|
|
91
|
+
"tags": ["memory", "context", "lineage", "knowledge-graph", "conversation", "decision", "recall", "pattern"]
|
|
105
92
|
},
|
|
106
93
|
{
|
|
107
94
|
"name": "performance_profiling",
|
|
@@ -111,23 +98,20 @@
|
|
|
111
98
|
"Latency Analysis Agent",
|
|
112
99
|
"Cold Start Mitigation Agent"
|
|
113
100
|
],
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"tags": ["latency", "performance", "cold-start", "p99", "throughput", "response-time", "profiling", "bottleneck"]
|
|
101
|
+
"scope": "global",
|
|
102
|
+
"tags": ["latency", "performance", "cold-start", "p99", "throughput", "response-time", "profiling"]
|
|
117
103
|
},
|
|
118
104
|
{
|
|
119
|
-
"name": "
|
|
120
|
-
"description": "
|
|
121
|
-
"repos": ["LLM-
|
|
105
|
+
"name": "model_optimization",
|
|
106
|
+
"description": "Adaptive feedback loop for token and model performance optimization",
|
|
107
|
+
"repos": ["LLM-Auto-Optimizer"],
|
|
122
108
|
"agents": [
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"Version Compatibility Agent"
|
|
109
|
+
"Self-Optimizing Agent",
|
|
110
|
+
"Token Optimization Agent",
|
|
111
|
+
"Model Selection Agent"
|
|
127
112
|
],
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"tags": ["sdk", "cli", "api", "codegen", "bindings", "typescript", "rust", "version-compat"]
|
|
113
|
+
"scope": "global",
|
|
114
|
+
"tags": ["optimize", "token", "model-select", "cost-reduction", "efficiency", "auto-tune"]
|
|
131
115
|
},
|
|
132
116
|
{
|
|
133
117
|
"name": "model_routing",
|
|
@@ -140,23 +124,9 @@
|
|
|
140
124
|
"Execution Guard Agent",
|
|
141
125
|
"Caching Strategy Agent"
|
|
142
126
|
],
|
|
143
|
-
"
|
|
144
|
-
"depends_on": [],
|
|
127
|
+
"scope": "global",
|
|
145
128
|
"tags": ["routing", "cache", "circuit-breaker", "failover", "guard", "proxy", "edge", "resilience"]
|
|
146
129
|
},
|
|
147
|
-
{
|
|
148
|
-
"name": "model_optimization",
|
|
149
|
-
"description": "Adaptive feedback loop for token and model performance optimization",
|
|
150
|
-
"repos": ["LLM-Auto-Optimizer"],
|
|
151
|
-
"agents": [
|
|
152
|
-
"Self-Optimizing Agent",
|
|
153
|
-
"Token Optimization Agent",
|
|
154
|
-
"Model Selection Agent"
|
|
155
|
-
],
|
|
156
|
-
"stage": "build",
|
|
157
|
-
"depends_on": [],
|
|
158
|
-
"tags": ["optimize", "token", "model-select", "cost-reduction", "efficiency", "auto-tune", "self-optimize"]
|
|
159
|
-
},
|
|
160
130
|
{
|
|
161
131
|
"name": "incident_management",
|
|
162
132
|
"description": "Incident escalation, post-mortem generation, and recovery workflows",
|
|
@@ -166,67 +136,8 @@
|
|
|
166
136
|
"Post-Mortem Generator Agent",
|
|
167
137
|
"Human-in-the-Loop Agent"
|
|
168
138
|
],
|
|
169
|
-
"
|
|
170
|
-
"
|
|
171
|
-
"tags": ["incident", "escalation", "post-mortem", "recovery", "hitl", "human-in-the-loop", "outage", "failure"]
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"name": "workflow_orchestration",
|
|
175
|
-
"description": "Multi-model pipeline orchestration, scheduling, and state management",
|
|
176
|
-
"repos": ["LLM-Orchestrator"],
|
|
177
|
-
"agents": [
|
|
178
|
-
"Workflow Orchestrator Agent",
|
|
179
|
-
"Task Scheduler Agent",
|
|
180
|
-
"Dependency Resolver Agent",
|
|
181
|
-
"Retry & Recovery Agent",
|
|
182
|
-
"Parallelization Agent",
|
|
183
|
-
"State Machine Agent",
|
|
184
|
-
"Swarm Coordinator Agent"
|
|
185
|
-
],
|
|
186
|
-
"stage": "build",
|
|
187
|
-
"depends_on": [],
|
|
188
|
-
"tags": ["workflow", "orchestration", "pipeline", "scheduler", "dependency", "parallel", "state-machine", "swarm", "retry"]
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
"name": "cost_finops",
|
|
192
|
-
"description": "Cost tracking, attribution, forecasting, and ROI analytics",
|
|
193
|
-
"repos": ["LLM-CostOps"],
|
|
194
|
-
"agents": [
|
|
195
|
-
"Cost Attribution Agent",
|
|
196
|
-
"Cost Forecasting Agent",
|
|
197
|
-
"Budget Enforcement Agent",
|
|
198
|
-
"ROI Estimation Agent",
|
|
199
|
-
"Cost-Performance Tradeoff Agent"
|
|
200
|
-
],
|
|
201
|
-
"stage": "governance",
|
|
202
|
-
"depends_on": [],
|
|
203
|
-
"tags": ["cost", "finops", "budget", "roi", "spending", "forecast", "attribution", "tradeoff", "pricing"]
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"name": "governance",
|
|
207
|
-
"description": "Governance audit trail, change impact analysis, and usage oversight",
|
|
208
|
-
"repos": ["LLM-Governance-Dashboard"],
|
|
209
|
-
"agents": [
|
|
210
|
-
"Governance Audit Agent",
|
|
211
|
-
"Change Impact Agent",
|
|
212
|
-
"Usage Oversight Agent"
|
|
213
|
-
],
|
|
214
|
-
"stage": "governance",
|
|
215
|
-
"depends_on": [],
|
|
216
|
-
"tags": ["governance", "audit", "impact", "oversight", "compliance", "gdpr", "hipaa", "sox", "regulation"]
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"name": "policy_enforcement",
|
|
220
|
-
"description": "Policy enforcement, constraint solving, and approval workflows",
|
|
221
|
-
"repos": ["LLM-Policy-Engine"],
|
|
222
|
-
"agents": [
|
|
223
|
-
"Policy Enforcement Agent",
|
|
224
|
-
"Constraint Solver Agent",
|
|
225
|
-
"Approval Routing Agent"
|
|
226
|
-
],
|
|
227
|
-
"stage": "governance",
|
|
228
|
-
"depends_on": [],
|
|
229
|
-
"tags": ["policy", "enforce", "constraint", "approval", "rule", "compliance", "access-control"]
|
|
139
|
+
"scope": "global",
|
|
140
|
+
"tags": ["incident", "escalation", "post-mortem", "recovery", "hitl", "outage"]
|
|
230
141
|
},
|
|
231
142
|
{
|
|
232
143
|
"name": "registry_metadata",
|
|
@@ -237,8 +148,7 @@
|
|
|
237
148
|
"Agent Reputation Agent",
|
|
238
149
|
"Template Bootstrap Agent"
|
|
239
150
|
],
|
|
240
|
-
"
|
|
241
|
-
"depends_on": [],
|
|
151
|
+
"scope": "global",
|
|
242
152
|
"tags": ["registry", "metadata", "index", "reputation", "bootstrap", "catalog"]
|
|
243
153
|
},
|
|
244
154
|
{
|
|
@@ -249,8 +159,7 @@
|
|
|
249
159
|
"Marketplace Packaging Agent",
|
|
250
160
|
"Deprecation Agent"
|
|
251
161
|
],
|
|
252
|
-
"
|
|
253
|
-
"depends_on": [],
|
|
162
|
+
"scope": "global",
|
|
254
163
|
"tags": ["marketplace", "package", "distribution", "deprecation", "publish"]
|
|
255
164
|
},
|
|
256
165
|
{
|
|
@@ -261,105 +170,277 @@
|
|
|
261
170
|
"Consensus Agent",
|
|
262
171
|
"Strategic Recommendation Agent"
|
|
263
172
|
],
|
|
264
|
-
"
|
|
265
|
-
"depends_on": [],
|
|
173
|
+
"scope": "global",
|
|
266
174
|
"tags": ["analytics", "consensus", "recommendation", "strategy", "insight"]
|
|
267
175
|
},
|
|
268
176
|
{
|
|
269
|
-
"name": "
|
|
270
|
-
"description": "
|
|
271
|
-
"repos": ["LLM-
|
|
177
|
+
"name": "inference_gateway",
|
|
178
|
+
"description": "Unified inference routing and load balancing across model providers",
|
|
179
|
+
"repos": ["LLM-Inference-Gateway"],
|
|
180
|
+
"agents": [
|
|
181
|
+
"Inference Routing Agent"
|
|
182
|
+
],
|
|
183
|
+
"scope": "global",
|
|
184
|
+
"tags": ["inference", "gateway", "load-balance", "route", "model-routing"]
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "data_security",
|
|
188
|
+
"description": "Secure dataset storage, access control, and anonymization",
|
|
189
|
+
"repos": ["LLM-Data-Vault"],
|
|
272
190
|
"agents": [
|
|
191
|
+
"Data Access Control Agent",
|
|
192
|
+
"Dataset Anonymization Agent"
|
|
193
|
+
],
|
|
194
|
+
"scope": "global",
|
|
195
|
+
"tags": ["data-security", "anonymize", "access-control", "de-identify", "privacy", "data-protection"]
|
|
196
|
+
}
|
|
197
|
+
],
|
|
198
|
+
"capabilities": [
|
|
199
|
+
{
|
|
200
|
+
"name": "prompt_structuring",
|
|
201
|
+
"description": "Developer-facing reasoning: planning, decomposition, clarification, and intent classification",
|
|
202
|
+
"phase": 0,
|
|
203
|
+
"stage": "prompt_structuring",
|
|
204
|
+
"repos": ["LLM-CoPilot-Agent"],
|
|
205
|
+
"mandatory_agents": [
|
|
273
206
|
"Planner Agent",
|
|
274
|
-
"Decomposer Agent",
|
|
275
207
|
"Objective Clarifier Agent",
|
|
276
208
|
"Intent Classifier Agent",
|
|
209
|
+
"Decomposer Agent"
|
|
210
|
+
],
|
|
211
|
+
"optional_agents": [
|
|
277
212
|
"Reflection Agent",
|
|
278
|
-
"Meta-Reasoner Agent"
|
|
213
|
+
"Meta-Reasoner Agent",
|
|
214
|
+
"Config Validation Agent"
|
|
279
215
|
],
|
|
280
|
-
"stage": "specification",
|
|
281
216
|
"depends_on": [],
|
|
282
|
-
"tags": ["
|
|
217
|
+
"tags": ["prompt", "structure", "planning", "intent", "clarify", "decompose"]
|
|
283
218
|
},
|
|
284
219
|
{
|
|
285
220
|
"name": "simulation",
|
|
286
|
-
"description": "Offline scenario simulation and what-if analysis",
|
|
221
|
+
"description": "Offline scenario simulation and what-if viability analysis",
|
|
222
|
+
"phase": 1,
|
|
223
|
+
"stage": "simulation",
|
|
287
224
|
"repos": ["LLM-Simulator"],
|
|
288
|
-
"
|
|
225
|
+
"mandatory_agents": [
|
|
289
226
|
"What-If Simulation Agent",
|
|
290
227
|
"Scenario Generator Agent"
|
|
291
228
|
],
|
|
292
|
-
"
|
|
293
|
-
|
|
294
|
-
|
|
229
|
+
"optional_agents": [
|
|
230
|
+
"Consensus Agent",
|
|
231
|
+
"Strategic Recommendation Agent"
|
|
232
|
+
],
|
|
233
|
+
"depends_on": ["prompt_structuring"],
|
|
234
|
+
"tags": ["simulation", "what-if", "scenario", "viability"]
|
|
295
235
|
},
|
|
296
236
|
{
|
|
297
|
-
"name": "
|
|
298
|
-
"description": "
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
|
|
237
|
+
"name": "research",
|
|
238
|
+
"description": "Experimental research, hypothesis testing, and feasibility metrics",
|
|
239
|
+
"phase": 2,
|
|
240
|
+
"stage": "research",
|
|
241
|
+
"repos": ["LLM-Research-Lab"],
|
|
242
|
+
"mandatory_agents": [
|
|
243
|
+
"Hypothesis Agent",
|
|
244
|
+
"Experimental Metric Agent"
|
|
302
245
|
],
|
|
303
|
-
"
|
|
304
|
-
|
|
305
|
-
|
|
246
|
+
"optional_agents": [
|
|
247
|
+
"Benchmark Publication Agent",
|
|
248
|
+
"Knowledge Graph Builder Agent",
|
|
249
|
+
"Long-Term Pattern Agent"
|
|
250
|
+
],
|
|
251
|
+
"depends_on": ["simulation"],
|
|
252
|
+
"tags": ["research", "hypothesis", "metrics", "feasibility"]
|
|
306
253
|
},
|
|
307
254
|
{
|
|
308
|
-
"name": "
|
|
309
|
-
"description": "
|
|
310
|
-
"
|
|
311
|
-
"
|
|
312
|
-
|
|
255
|
+
"name": "sparc_generation",
|
|
256
|
+
"description": "SPARC methodology artifact generation: specification, pseudocode, architecture, refinement, completion",
|
|
257
|
+
"phase": 3,
|
|
258
|
+
"stage": "sparc_generation",
|
|
259
|
+
"repos": ["agentics-diligence-artifacts"],
|
|
260
|
+
"mandatory_agents": [
|
|
261
|
+
"SPARC Specification Agent",
|
|
262
|
+
"SPARC Pseudocode Agent",
|
|
263
|
+
"SPARC Architecture Agent",
|
|
264
|
+
"SPARC Refinement Agent",
|
|
265
|
+
"SPARC Completion Agent"
|
|
313
266
|
],
|
|
314
|
-
"
|
|
315
|
-
|
|
316
|
-
|
|
267
|
+
"optional_agents": [
|
|
268
|
+
"Template Bootstrap Agent",
|
|
269
|
+
"Version Compatibility Agent"
|
|
270
|
+
],
|
|
271
|
+
"execution": "ruflo_swarm",
|
|
272
|
+
"depends_on": ["research"],
|
|
273
|
+
"tags": ["sparc", "specification", "pseudocode", "architecture", "refinement", "completion"]
|
|
317
274
|
},
|
|
318
275
|
{
|
|
319
|
-
"name": "
|
|
320
|
-
"description": "
|
|
321
|
-
"
|
|
322
|
-
"
|
|
323
|
-
|
|
324
|
-
|
|
276
|
+
"name": "sparc_handoff",
|
|
277
|
+
"description": "Deterministic merge of SPARC artifacts into a single handoff document",
|
|
278
|
+
"phase": 4,
|
|
279
|
+
"stage": "sparc_handoff",
|
|
280
|
+
"repos": ["agentics-diligence-artifacts"],
|
|
281
|
+
"mandatory_agents": [
|
|
282
|
+
"SPARC Merge Agent"
|
|
325
283
|
],
|
|
326
|
-
"
|
|
327
|
-
"
|
|
328
|
-
"
|
|
284
|
+
"optional_agents": [],
|
|
285
|
+
"execution": "deterministic_sequential",
|
|
286
|
+
"depends_on": ["sparc_generation"],
|
|
287
|
+
"tags": ["sparc", "handoff", "merge"]
|
|
329
288
|
},
|
|
330
289
|
{
|
|
331
|
-
"name": "
|
|
332
|
-
"description": "
|
|
333
|
-
"
|
|
334
|
-
"
|
|
335
|
-
|
|
336
|
-
|
|
290
|
+
"name": "adr_ddd_architecture",
|
|
291
|
+
"description": "Architecture Decision Records, DDD domain modeling, and context mapping",
|
|
292
|
+
"phase": 5,
|
|
293
|
+
"stage": "adr_ddd_architecture",
|
|
294
|
+
"repos": ["agentics-diligence-artifacts"],
|
|
295
|
+
"mandatory_agents": [
|
|
296
|
+
"ADR Generation Agent",
|
|
297
|
+
"DDD Domain Model Agent",
|
|
298
|
+
"Context Map Agent"
|
|
337
299
|
],
|
|
338
|
-
"
|
|
339
|
-
|
|
340
|
-
|
|
300
|
+
"optional_agents": [
|
|
301
|
+
"Architecture Decision Validator Agent",
|
|
302
|
+
"Constraint Solver Agent",
|
|
303
|
+
"Schema Validation Agent"
|
|
304
|
+
],
|
|
305
|
+
"execution": "ruflo_swarm",
|
|
306
|
+
"depends_on": ["sparc_handoff"],
|
|
307
|
+
"tags": ["adr", "ddd", "domain-model", "context-map", "architecture"]
|
|
341
308
|
},
|
|
342
309
|
{
|
|
343
|
-
"name": "
|
|
344
|
-
"description": "
|
|
345
|
-
"
|
|
346
|
-
"
|
|
310
|
+
"name": "implementation_planning",
|
|
311
|
+
"description": "Implementation-phase planning: build prompts, task decomposition, and reflection",
|
|
312
|
+
"phase": 6,
|
|
313
|
+
"stage": "implementation_planning",
|
|
314
|
+
"repos": ["LLM-CoPilot-Agent"],
|
|
315
|
+
"mandatory_agents": [
|
|
316
|
+
"Planner Agent",
|
|
317
|
+
"Decomposer Agent",
|
|
318
|
+
"Reflection Agent"
|
|
319
|
+
],
|
|
320
|
+
"optional_agents": [
|
|
321
|
+
"Meta-Reasoner Agent",
|
|
322
|
+
"Strategic Recommendation Agent"
|
|
323
|
+
],
|
|
324
|
+
"depends_on": ["adr_ddd_architecture"],
|
|
325
|
+
"tags": ["implementation", "planning", "build-prompts"]
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"name": "build",
|
|
329
|
+
"description": "SDK generation, API translation, connector wiring, ERP integration, and code output",
|
|
330
|
+
"phase": 7,
|
|
331
|
+
"stage": "build",
|
|
332
|
+
"repos": ["LLM-Forge", "integrations", "LLM-Connector-Hub", "erp-surface"],
|
|
333
|
+
"mandatory_agents": [
|
|
334
|
+
"SDK Generator Agent",
|
|
335
|
+
"API Translation Agent",
|
|
336
|
+
"Version Compatibility Agent",
|
|
337
|
+
"Database Query Agent",
|
|
338
|
+
"Auth / Identity Agent",
|
|
339
|
+
"Event Normalization Agent",
|
|
340
|
+
"ERP Surface Agent",
|
|
347
341
|
"ERP Integration Agent"
|
|
348
342
|
],
|
|
349
|
-
"
|
|
350
|
-
|
|
351
|
-
|
|
343
|
+
"optional_agents": [
|
|
344
|
+
"CLI Command Generator Agent",
|
|
345
|
+
"Tool Invocation Agent",
|
|
346
|
+
"Execution Guard Agent",
|
|
347
|
+
"Caching Strategy Agent",
|
|
348
|
+
"Inference Routing Agent"
|
|
349
|
+
],
|
|
350
|
+
"execution": "sequential_with_ruflo",
|
|
351
|
+
"depends_on": ["implementation_planning"],
|
|
352
|
+
"tags": ["build", "sdk", "api", "integration", "erp", "connector", "database", "auth"]
|
|
352
353
|
},
|
|
353
354
|
{
|
|
354
|
-
"name": "
|
|
355
|
-
"description": "
|
|
356
|
-
"
|
|
357
|
-
"
|
|
355
|
+
"name": "validation",
|
|
356
|
+
"description": "Quality scoring, consistency checks, hallucination and faithfulness verification",
|
|
357
|
+
"phase": 8,
|
|
358
|
+
"stage": "validation",
|
|
359
|
+
"repos": ["LLM-Test-Bench"],
|
|
360
|
+
"mandatory_agents": [
|
|
361
|
+
"Quality Scoring Agent",
|
|
362
|
+
"Output Consistency Agent",
|
|
363
|
+
"Hallucination Detection Agent",
|
|
364
|
+
"Faithfulness Verification Agent"
|
|
365
|
+
],
|
|
366
|
+
"optional_agents": [
|
|
367
|
+
"Regression Detection Agent",
|
|
368
|
+
"Prompt Sensitivity Agent",
|
|
369
|
+
"Stress Test Agent",
|
|
370
|
+
"Red Team Agent",
|
|
371
|
+
"Adversarial Prompt Agent",
|
|
372
|
+
"Bias Detection Agent",
|
|
373
|
+
"Golden Dataset Validator Agent",
|
|
374
|
+
"Synthetic Data Generator Agent",
|
|
375
|
+
"Model Comparator Agent",
|
|
376
|
+
"Benchmark Runner Agent"
|
|
377
|
+
],
|
|
378
|
+
"depends_on": ["build"],
|
|
379
|
+
"tags": ["validation", "quality", "hallucination", "faithfulness", "consistency"]
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"name": "integration_mapping",
|
|
383
|
+
"description": "Post-build integration mapping: connectors, webhooks, ERP surface, and auth wiring",
|
|
384
|
+
"phase": 9,
|
|
385
|
+
"stage": "integration_mapping",
|
|
386
|
+
"repos": ["integrations", "LLM-Connector-Hub", "erp-surface"],
|
|
387
|
+
"mandatory_agents": [
|
|
388
|
+
"Database Query Agent",
|
|
389
|
+
"Auth / Identity Agent",
|
|
390
|
+
"Event Normalization Agent",
|
|
391
|
+
"Webhook Listener Agent",
|
|
392
|
+
"ERP Surface Agent"
|
|
393
|
+
],
|
|
394
|
+
"optional_agents": [
|
|
395
|
+
"Schema Validation Agent",
|
|
396
|
+
"Config Validation Agent",
|
|
397
|
+
"API Translation Agent"
|
|
398
|
+
],
|
|
399
|
+
"depends_on": ["validation"],
|
|
400
|
+
"tags": ["integration", "mapping", "connector", "webhook", "erp", "database", "auth"]
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"name": "governance_finops",
|
|
404
|
+
"description": "Policy enforcement, cost attribution, ROI estimation, and enterprise strategy",
|
|
405
|
+
"phase": 10,
|
|
406
|
+
"stage": "governance_finops",
|
|
407
|
+
"repos": ["LLM-Policy-Engine", "LLM-CostOps", "enterprise-roi-engine"],
|
|
408
|
+
"mandatory_agents": [
|
|
409
|
+
"Policy Enforcement Agent",
|
|
410
|
+
"Cost Attribution Agent",
|
|
411
|
+
"ROI Estimation Agent",
|
|
358
412
|
"Enterprise Strategy Agent"
|
|
359
413
|
],
|
|
360
|
-
"
|
|
361
|
-
|
|
362
|
-
|
|
414
|
+
"optional_agents": [
|
|
415
|
+
"Budget Enforcement Agent",
|
|
416
|
+
"Cost Forecasting Agent",
|
|
417
|
+
"Constraint Solver Agent",
|
|
418
|
+
"Usage Oversight Agent",
|
|
419
|
+
"Change Impact Agent",
|
|
420
|
+
"Governance Audit Agent"
|
|
421
|
+
],
|
|
422
|
+
"depends_on": ["integration_mapping"],
|
|
423
|
+
"tags": ["governance", "finops", "policy", "cost", "roi", "compliance"]
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "decision_packaging",
|
|
427
|
+
"description": "Final decision packaging: executive summary, decision memo, risk scoring, and documentation",
|
|
428
|
+
"phase": 11,
|
|
429
|
+
"stage": "decision_packaging",
|
|
430
|
+
"repos": ["Agentics-Dev-Platform", "agentics-diligence-artifacts"],
|
|
431
|
+
"mandatory_agents": [
|
|
432
|
+
"Decision Agent",
|
|
433
|
+
"Executive Summary Agent",
|
|
434
|
+
"Decision Memo Agent",
|
|
435
|
+
"Risk Scoring Agent",
|
|
436
|
+
"Documentation Generator Agent"
|
|
437
|
+
],
|
|
438
|
+
"optional_agents": [
|
|
439
|
+
"Consensus Agent",
|
|
440
|
+
"Strategic Recommendation Agent"
|
|
441
|
+
],
|
|
442
|
+
"depends_on": ["governance_finops"],
|
|
443
|
+
"tags": ["decision", "executive-summary", "risk", "documentation", "packaging"]
|
|
363
444
|
}
|
|
364
445
|
]
|
|
365
446
|
}
|