@llm-dev-ops/agentics-cli 2.1.5 → 2.4.0
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/pipeline/auto-chain.d.ts +190 -0
- package/dist/pipeline/auto-chain.d.ts.map +1 -1
- package/dist/pipeline/auto-chain.js +1571 -72
- package/dist/pipeline/auto-chain.js.map +1 -1
- package/dist/pipeline/phase2/phases/prompt-generator.d.ts.map +1 -1
- package/dist/pipeline/phase2/phases/prompt-generator.js +205 -12
- package/dist/pipeline/phase2/phases/prompt-generator.js.map +1 -1
- package/dist/pipeline/phase2/schemas.d.ts +10 -10
- package/dist/pipeline/phase4/phases/http-server-generator.d.ts +12 -0
- package/dist/pipeline/phase4/phases/http-server-generator.d.ts.map +1 -1
- package/dist/pipeline/phase4/phases/http-server-generator.js +92 -25
- package/dist/pipeline/phase4/phases/http-server-generator.js.map +1 -1
- package/dist/pipeline/phase4-5-pre-render/financial-model.d.ts +51 -0
- package/dist/pipeline/phase4-5-pre-render/financial-model.d.ts.map +1 -0
- package/dist/pipeline/phase4-5-pre-render/financial-model.js +118 -0
- package/dist/pipeline/phase4-5-pre-render/financial-model.js.map +1 -0
- package/dist/pipeline/phase4-5-pre-render/post-render-reconciler.d.ts +53 -0
- package/dist/pipeline/phase4-5-pre-render/post-render-reconciler.d.ts.map +1 -0
- package/dist/pipeline/phase4-5-pre-render/post-render-reconciler.js +130 -0
- package/dist/pipeline/phase4-5-pre-render/post-render-reconciler.js.map +1 -0
- package/dist/pipeline/phase4-5-pre-render/pre-render-coordinator.d.ts +47 -0
- package/dist/pipeline/phase4-5-pre-render/pre-render-coordinator.d.ts.map +1 -0
- package/dist/pipeline/phase4-5-pre-render/pre-render-coordinator.js +105 -0
- package/dist/pipeline/phase4-5-pre-render/pre-render-coordinator.js.map +1 -0
- package/dist/pipeline/phase4-5-pre-render/sector-baselines.d.ts +42 -0
- package/dist/pipeline/phase4-5-pre-render/sector-baselines.d.ts.map +1 -0
- package/dist/pipeline/phase4-5-pre-render/sector-baselines.js +117 -0
- package/dist/pipeline/phase4-5-pre-render/sector-baselines.js.map +1 -0
- package/dist/pipeline/phase5-build/phase5-build-coordinator.d.ts.map +1 -1
- package/dist/pipeline/phase5-build/phase5-build-coordinator.js +44 -0
- package/dist/pipeline/phase5-build/phase5-build-coordinator.js.map +1 -1
- package/dist/pipeline/phase5-build/phases/post-generation-validator.d.ts +75 -0
- package/dist/pipeline/phase5-build/phases/post-generation-validator.d.ts.map +1 -0
- package/dist/pipeline/phase5-build/phases/post-generation-validator.js +1068 -0
- package/dist/pipeline/phase5-build/phases/post-generation-validator.js.map +1 -0
- package/dist/pipeline/phase5-build/types.d.ts +1 -1
- package/dist/pipeline/phase5-build/types.d.ts.map +1 -1
- package/dist/pipeline/types.d.ts +87 -0
- package/dist/pipeline/types.d.ts.map +1 -1
- package/dist/pipeline/types.js +51 -1
- package/dist/pipeline/types.js.map +1 -1
- package/dist/synthesis/consensus-svg.d.ts +19 -0
- package/dist/synthesis/consensus-svg.d.ts.map +1 -0
- package/dist/synthesis/consensus-svg.js +95 -0
- package/dist/synthesis/consensus-svg.js.map +1 -0
- package/dist/synthesis/consensus-tiers.d.ts +99 -0
- package/dist/synthesis/consensus-tiers.d.ts.map +1 -0
- package/dist/synthesis/consensus-tiers.js +285 -0
- package/dist/synthesis/consensus-tiers.js.map +1 -0
- package/dist/synthesis/domain-labor-classifier.d.ts +101 -0
- package/dist/synthesis/domain-labor-classifier.d.ts.map +1 -0
- package/dist/synthesis/domain-labor-classifier.js +312 -0
- package/dist/synthesis/domain-labor-classifier.js.map +1 -0
- package/dist/synthesis/domain-unit-registry.d.ts +59 -0
- package/dist/synthesis/domain-unit-registry.d.ts.map +1 -0
- package/dist/synthesis/domain-unit-registry.js +320 -0
- package/dist/synthesis/domain-unit-registry.js.map +1 -0
- package/dist/synthesis/financial-claim-extractor.d.ts +72 -0
- package/dist/synthesis/financial-claim-extractor.d.ts.map +1 -0
- package/dist/synthesis/financial-claim-extractor.js +382 -0
- package/dist/synthesis/financial-claim-extractor.js.map +1 -0
- package/dist/synthesis/financial-consistency-rules.d.ts +70 -0
- package/dist/synthesis/financial-consistency-rules.d.ts.map +1 -0
- package/dist/synthesis/financial-consistency-rules.js +483 -0
- package/dist/synthesis/financial-consistency-rules.js.map +1 -0
- package/dist/synthesis/financial-consistency-runner.d.ts +73 -0
- package/dist/synthesis/financial-consistency-runner.d.ts.map +1 -0
- package/dist/synthesis/financial-consistency-runner.js +131 -0
- package/dist/synthesis/financial-consistency-runner.js.map +1 -0
- package/dist/synthesis/forbidden-spin-phrases.d.ts +32 -0
- package/dist/synthesis/forbidden-spin-phrases.d.ts.map +1 -0
- package/dist/synthesis/forbidden-spin-phrases.js +84 -0
- package/dist/synthesis/forbidden-spin-phrases.js.map +1 -0
- package/dist/synthesis/phase-gate-thresholds.d.ts +30 -0
- package/dist/synthesis/phase-gate-thresholds.d.ts.map +1 -0
- package/dist/synthesis/phase-gate-thresholds.js +34 -0
- package/dist/synthesis/phase-gate-thresholds.js.map +1 -0
- package/dist/synthesis/prompts/index.d.ts.map +1 -1
- package/dist/synthesis/prompts/index.js +22 -0
- package/dist/synthesis/prompts/index.js.map +1 -1
- package/dist/synthesis/roadmap-dates.d.ts +72 -0
- package/dist/synthesis/roadmap-dates.d.ts.map +1 -0
- package/dist/synthesis/roadmap-dates.js +203 -0
- package/dist/synthesis/roadmap-dates.js.map +1 -0
- package/dist/synthesis/simulation-artifact-generator.d.ts.map +1 -1
- package/dist/synthesis/simulation-artifact-generator.js +135 -1
- package/dist/synthesis/simulation-artifact-generator.js.map +1 -1
- package/dist/synthesis/simulation-renderers.d.ts +105 -2
- package/dist/synthesis/simulation-renderers.d.ts.map +1 -1
- package/dist/synthesis/simulation-renderers.js +1192 -123
- package/dist/synthesis/simulation-renderers.js.map +1 -1
- package/dist/synthesis/unit-economics-loader.d.ts +71 -0
- package/dist/synthesis/unit-economics-loader.d.ts.map +1 -0
- package/dist/synthesis/unit-economics-loader.js +200 -0
- package/dist/synthesis/unit-economics-loader.js.map +1 -0
- package/package.json +1 -1
|
@@ -5,10 +5,15 @@
|
|
|
5
5
|
* No I/O, no side effects, no external calls.
|
|
6
6
|
*
|
|
7
7
|
* FORBIDDEN:
|
|
8
|
-
* - File I/O (use simulation-artifact-generator for writes)
|
|
9
8
|
* - External API calls
|
|
10
9
|
* - State mutation
|
|
10
|
+
*
|
|
11
|
+
* EXCEPTION (ADR-PIPELINE-066): renderFinancialAnalysis may read
|
|
12
|
+
* `<runDir>/unit-economics.json` via the loader module to prefer prototype
|
|
13
|
+
* unit economics over per-employee heuristics. The loader is the single
|
|
14
|
+
* permitted I/O path and never throws.
|
|
11
15
|
*/
|
|
16
|
+
import { type LaborProfile } from './domain-labor-classifier.js';
|
|
12
17
|
export interface AgentResult {
|
|
13
18
|
domain: string;
|
|
14
19
|
agent: string;
|
|
@@ -93,10 +98,108 @@ export { synthesizeFinancials as extractFinancials };
|
|
|
93
98
|
export declare function synthesizeExecutiveDocument(skeleton: string, query: string, documentType: string, agentSummary?: string): Promise<string>;
|
|
94
99
|
export declare function renderExecutiveSummary(query: string, simulationResult: unknown, platformResults: AgentResult[]): string;
|
|
95
100
|
export declare function renderDecisionMemo(query: string, simulationResult: unknown, platformResults: AgentResult[]): string;
|
|
101
|
+
interface ExtractedScenario {
|
|
102
|
+
scenario_type: string;
|
|
103
|
+
stakeholders: string[];
|
|
104
|
+
constraints: string[];
|
|
105
|
+
success_criteria: string[];
|
|
106
|
+
systems: string[];
|
|
107
|
+
domain_entities: string[];
|
|
108
|
+
capabilities: string[];
|
|
109
|
+
}
|
|
96
110
|
export declare function buildScenarioArtifact(query: string, simulationResult: unknown, platformResults: AgentResult[]): Record<string, unknown>;
|
|
111
|
+
export type MaturityLevel = 'none' | 'manual' | 'rule_based' | 'automated' | 'ai_optimized';
|
|
112
|
+
/** A peer firm in the competitive analysis (ADR-PIPELINE-062). */
|
|
113
|
+
export interface PeerFirm {
|
|
114
|
+
readonly name: string;
|
|
115
|
+
readonly industry_position: string;
|
|
116
|
+
readonly public_evidence_source: string;
|
|
117
|
+
}
|
|
118
|
+
/** One row in the capability maturity comparison table. */
|
|
119
|
+
export interface CapabilityMaturityRow {
|
|
120
|
+
readonly capability: string;
|
|
121
|
+
readonly current_level: MaturityLevel;
|
|
122
|
+
readonly peer_levels: Readonly<Record<string, MaturityLevel>>;
|
|
123
|
+
readonly post_pilot_level: MaturityLevel;
|
|
124
|
+
}
|
|
125
|
+
/** Summary of how one capability changes from current to post-pilot. */
|
|
126
|
+
export interface GapToCloseItem {
|
|
127
|
+
readonly capability: string;
|
|
128
|
+
readonly from: MaturityLevel;
|
|
129
|
+
readonly to: MaturityLevel;
|
|
130
|
+
readonly levels_jumped: number;
|
|
131
|
+
readonly vs_top_peer: string;
|
|
132
|
+
}
|
|
133
|
+
/** One named risk of inaction with driver and timeframe. */
|
|
134
|
+
export interface RiskOfInaction {
|
|
135
|
+
readonly risk: string;
|
|
136
|
+
readonly driver: string;
|
|
137
|
+
readonly timeframe: string;
|
|
138
|
+
}
|
|
139
|
+
/** Full competitive analysis block for the executive summary. */
|
|
140
|
+
export interface CompetitiveAnalysis {
|
|
141
|
+
readonly peer_firms: readonly PeerFirm[];
|
|
142
|
+
readonly capability_maturity: readonly CapabilityMaturityRow[];
|
|
143
|
+
readonly gap_to_close: readonly GapToCloseItem[];
|
|
144
|
+
readonly risks_of_inaction: readonly RiskOfInaction[];
|
|
145
|
+
readonly sources: readonly string[];
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* Build a competitive analysis deterministically from a query + extracted
|
|
149
|
+
* scenario. Used when the LLM doesn't return a `competitive_analysis`
|
|
150
|
+
* field, or for queries that don't flow through the LLM synthesis path.
|
|
151
|
+
*
|
|
152
|
+
* Guarantees (ADR-PIPELINE-062 §4):
|
|
153
|
+
* - peer_firms are sorted alphabetically
|
|
154
|
+
* - capability_maturity rows are sorted by worst-current-level first
|
|
155
|
+
* - deterministic: same (query, scenario_type) produces the same result
|
|
156
|
+
* - always non-empty: at minimum 3 peers, 4 capability rows, 2 risks
|
|
157
|
+
*/
|
|
158
|
+
export declare function buildFallbackCompetitiveAnalysis(query: string, extracted: ExtractedScenario): CompetitiveAnalysis;
|
|
159
|
+
/** A single quantified criterion within a phase gate (ADR-PIPELINE-061). */
|
|
160
|
+
export interface GateCriterion {
|
|
161
|
+
readonly metric: string;
|
|
162
|
+
readonly threshold: string;
|
|
163
|
+
readonly data_source: string;
|
|
164
|
+
}
|
|
165
|
+
/** A phase gate with criteria, derived decision authority, and go/no-go rule. */
|
|
166
|
+
export interface PhaseGate {
|
|
167
|
+
readonly after_phase: string;
|
|
168
|
+
readonly gate: string;
|
|
169
|
+
readonly criteria: GateCriterion[];
|
|
170
|
+
readonly decision_authority: string;
|
|
171
|
+
readonly overall_decision: string;
|
|
172
|
+
}
|
|
173
|
+
/**
|
|
174
|
+
* Build quantified phase gate criteria driven by the scenario context.
|
|
175
|
+
* Replaces the 3 hardcoded generic gates per ADR-PIPELINE-061.
|
|
176
|
+
*
|
|
177
|
+
* @param query - The original user query (used for regulation detection)
|
|
178
|
+
* @param extracted - Parsed scenario fields
|
|
179
|
+
* @param primarySystem - The primary target system (ERP, platform, etc.)
|
|
180
|
+
*/
|
|
181
|
+
export declare function buildPhaseGates(query: string, extracted: ExtractedScenario, primarySystem: string): PhaseGate[];
|
|
97
182
|
export declare function buildRoadmapArtifact(query: string, simulationResult: unknown, platformResults: AgentResult[]): Record<string, unknown>;
|
|
98
183
|
export declare function buildRiskAssessment(query: string, simulationResult: unknown, platformResults: AgentResult[]): Record<string, unknown>;
|
|
99
|
-
|
|
184
|
+
/** One row in the sensitivity table (ADR-PIPELINE-063). */
|
|
185
|
+
export interface SensitivityRow {
|
|
186
|
+
readonly variable: string;
|
|
187
|
+
readonly range: string;
|
|
188
|
+
readonly baselineUsd: number;
|
|
189
|
+
readonly lowCaseUsd: number;
|
|
190
|
+
readonly highCaseUsd: number;
|
|
191
|
+
readonly impactUsd: number;
|
|
192
|
+
readonly impactPercent: number;
|
|
193
|
+
readonly rank: number;
|
|
194
|
+
readonly direction: 'bidirectional' | 'upside_only' | 'downside_only';
|
|
195
|
+
}
|
|
196
|
+
/**
|
|
197
|
+
* Build the sensitivity table from specs. Returns rows sorted by absolute
|
|
198
|
+
* impact magnitude (rank 1 = biggest driver). Deterministic for a given
|
|
199
|
+
* (baseSavings, scenarioType) pair.
|
|
200
|
+
*/
|
|
201
|
+
export declare function buildSensitivityTable(baseSavings: number, scenarioType: string, laborProfile?: LaborProfile | null): SensitivityRow[];
|
|
202
|
+
export declare function renderFinancialAnalysis(query: string, simulationResult: unknown, platformResults: AgentResult[], runDir?: string | null): string;
|
|
100
203
|
export declare function renderSecurityAssessment(query: string, _simulationResult: unknown, platformResults: AgentResult[]): string;
|
|
101
204
|
export declare function renderIntegrationAssessment(query: string, _simulationResult: unknown, platformResults: AgentResult[]): string;
|
|
102
205
|
export declare function renderAgentFleetReport(query: string, _simulationResult: unknown, platformResults: AgentResult[]): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"simulation-renderers.d.ts","sourceRoot":"","sources":["../../src/synthesis/simulation-renderers.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"simulation-renderers.d.ts","sourceRoot":"","sources":["../../src/synthesis/simulation-renderers.ts"],"names":[],"mappings":"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"}
|