@openprose/reactor 0.1.0-rc.1

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 (78) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +231 -0
  3. package/dist/adapters/agent-sdk-passthrough/index.d.ts +8 -0
  4. package/dist/adapters/agent-sdk-passthrough/index.d.ts.map +1 -0
  5. package/dist/adapters/agent-sdk-passthrough/index.js +25 -0
  6. package/dist/adapters/clock-system/index.d.ts +9 -0
  7. package/dist/adapters/clock-system/index.d.ts.map +1 -0
  8. package/dist/adapters/clock-system/index.js +39 -0
  9. package/dist/adapters/connector-static/index.d.ts +11 -0
  10. package/dist/adapters/connector-static/index.d.ts.map +1 -0
  11. package/dist/adapters/connector-static/index.js +35 -0
  12. package/dist/adapters/event-sink-memory/index.d.ts +10 -0
  13. package/dist/adapters/event-sink-memory/index.d.ts.map +1 -0
  14. package/dist/adapters/event-sink-memory/index.js +20 -0
  15. package/dist/adapters/index.d.ts +10 -0
  16. package/dist/adapters/index.d.ts.map +1 -0
  17. package/dist/adapters/index.js +25 -0
  18. package/dist/adapters/json.d.ts +3 -0
  19. package/dist/adapters/json.d.ts.map +1 -0
  20. package/dist/adapters/json.js +61 -0
  21. package/dist/adapters/model-gateway-record-replay/index.d.ts +24 -0
  22. package/dist/adapters/model-gateway-record-replay/index.d.ts.map +1 -0
  23. package/dist/adapters/model-gateway-record-replay/index.js +55 -0
  24. package/dist/adapters/sandbox-null/index.d.ts +3 -0
  25. package/dist/adapters/sandbox-null/index.d.ts.map +1 -0
  26. package/dist/adapters/sandbox-null/index.js +8 -0
  27. package/dist/adapters/storage-fs/index.d.ts +14 -0
  28. package/dist/adapters/storage-fs/index.d.ts.map +1 -0
  29. package/dist/adapters/storage-fs/index.js +65 -0
  30. package/dist/adapters/storage-memory/index.d.ts +11 -0
  31. package/dist/adapters/storage-memory/index.d.ts.map +1 -0
  32. package/dist/adapters/storage-memory/index.js +34 -0
  33. package/dist/adapters/types.d.ts +22 -0
  34. package/dist/adapters/types.d.ts.map +1 -0
  35. package/dist/adapters/types.js +97 -0
  36. package/dist/composition/index.d.ts +79 -0
  37. package/dist/composition/index.d.ts.map +1 -0
  38. package/dist/composition/index.js +280 -0
  39. package/dist/cost/index.d.ts +49 -0
  40. package/dist/cost/index.d.ts.map +1 -0
  41. package/dist/cost/index.js +206 -0
  42. package/dist/evidence-plan/index.d.ts +57 -0
  43. package/dist/evidence-plan/index.d.ts.map +1 -0
  44. package/dist/evidence-plan/index.js +164 -0
  45. package/dist/forecast/index.d.ts +39 -0
  46. package/dist/forecast/index.d.ts.map +1 -0
  47. package/dist/forecast/index.js +119 -0
  48. package/dist/index.d.ts +14 -0
  49. package/dist/index.d.ts.map +1 -0
  50. package/dist/index.js +29 -0
  51. package/dist/judge/index.d.ts +29 -0
  52. package/dist/judge/index.d.ts.map +1 -0
  53. package/dist/judge/index.js +138 -0
  54. package/dist/kernel/index.d.ts +170 -0
  55. package/dist/kernel/index.d.ts.map +1 -0
  56. package/dist/kernel/index.js +637 -0
  57. package/dist/memo/index.d.ts +59 -0
  58. package/dist/memo/index.d.ts.map +1 -0
  59. package/dist/memo/index.js +189 -0
  60. package/dist/policy/index.d.ts +249 -0
  61. package/dist/policy/index.d.ts.map +1 -0
  62. package/dist/policy/index.js +1463 -0
  63. package/dist/projection/index.d.ts +119 -0
  64. package/dist/projection/index.d.ts.map +1 -0
  65. package/dist/projection/index.js +506 -0
  66. package/dist/reactor/index.d.ts +54 -0
  67. package/dist/reactor/index.d.ts.map +1 -0
  68. package/dist/reactor/index.js +1861 -0
  69. package/dist/receipt/index.d.ts +190 -0
  70. package/dist/receipt/index.d.ts.map +1 -0
  71. package/dist/receipt/index.js +646 -0
  72. package/dist/sdk/exit-bundle.d.ts +144 -0
  73. package/dist/sdk/exit-bundle.d.ts.map +1 -0
  74. package/dist/sdk/exit-bundle.js +1034 -0
  75. package/dist/sdk/index.d.ts +201 -0
  76. package/dist/sdk/index.d.ts.map +1 -0
  77. package/dist/sdk/index.js +418 -0
  78. package/package.json +89 -0
@@ -0,0 +1,144 @@
1
+ import { type ConsumedReceiptPinV0, type ContentHashV0, type ReceiptCalibrationGradeV0, type ReceiptInterruptCauseV0, type ReceiptV0, type ReceiptVerdictStatusV0 } from "../receipt";
2
+ import { type CompiledEvidencePlan } from "../evidence-plan";
3
+ import type { ForecastScheduleStateV0 } from "../forecast";
4
+ import { type PolicyArtifactMemoNamespaceV0 } from "../memo";
5
+ import { type PolicyTransitiveFreshnessFunctionV0 } from "../policy";
6
+ export declare const EXIT_BUNDLE_SCHEMA: "openprose.reactor.exit-bundle";
7
+ export declare const EXIT_BUNDLE_VERSION: 0;
8
+ declare const EXIT_BUNDLE_RECEIPT_LOG_SCHEMA: "openprose.reactor.exit-bundle.receipt-log";
9
+ declare const EXIT_BUNDLE_RUNTIME_REGISTRY_SCHEMA: "openprose.reactor.exit-bundle.runtime-registry";
10
+ declare const EXIT_BUNDLE_MANIFEST_SCHEMA: "openprose.reactor.exit-bundle.manifest";
11
+ declare const EXIT_BUNDLE_IMPORT_FAILURE_SCHEMA: "openprose.reactor.exit-bundle.import-failure";
12
+ export type ReactorPolicyArtifactValidationStatusV0 = "validated" | "degraded" | "blocked";
13
+ export interface ReactorPolicyArtifactValidationRecordV0 {
14
+ readonly status: ReactorPolicyArtifactValidationStatusV0;
15
+ readonly reason?: string;
16
+ readonly validator_id?: string;
17
+ readonly validated_as_of?: string;
18
+ readonly validation_receipt_hash?: ContentHashV0;
19
+ }
20
+ export type ReactorPolicyArtifactValidationStateV0 = ReactorPolicyArtifactValidationStatusV0 | ReactorPolicyArtifactValidationRecordV0;
21
+ export interface ReactorExitBundleRegistrySnapshotV0 {
22
+ readonly id: string;
23
+ readonly identity: string;
24
+ readonly namespace: string;
25
+ readonly revision: string;
26
+ readonly validation_state: ReactorPolicyArtifactValidationStateV0;
27
+ readonly content_hash?: ContentHashV0;
28
+ readonly bytes?: string;
29
+ }
30
+ export interface ReactorExitBundleRuntimeRegistryProjectionV0 {
31
+ readonly schema: typeof EXIT_BUNDLE_RUNTIME_REGISTRY_SCHEMA;
32
+ readonly v: typeof EXIT_BUNDLE_VERSION;
33
+ readonly content_hash: ContentHashV0;
34
+ readonly contract_revision: ContentHashV0;
35
+ readonly policy_artifact_id: string;
36
+ readonly policy_artifact_identity: string;
37
+ readonly policy_artifact_namespace: string;
38
+ readonly policy_artifact_revision: string;
39
+ readonly policy_artifact_validation_state: ReactorPolicyArtifactValidationStateV0;
40
+ readonly validation_state?: ReactorPolicyArtifactValidationStateV0;
41
+ readonly policy_artifact_content_hash?: ContentHashV0;
42
+ readonly policy_artifact_bytes?: string;
43
+ readonly transitive_freshness_function?: PolicyTransitiveFreshnessFunctionV0;
44
+ readonly compiled_evidence_plan?: CompiledEvidencePlan;
45
+ readonly forecast_schedule?: ForecastScheduleStateV0;
46
+ }
47
+ export type ReactorExitBundleDependencyReceiptPinV0 = ConsumedReceiptPinV0;
48
+ export interface ReactorExitBundleReceiptLogV0 {
49
+ readonly schema: typeof EXIT_BUNDLE_RECEIPT_LOG_SCHEMA;
50
+ readonly v: typeof EXIT_BUNDLE_VERSION;
51
+ readonly content_hash: ContentHashV0;
52
+ readonly head: ContentHashV0 | null;
53
+ readonly member_hashes: readonly ContentHashV0[];
54
+ readonly entries: readonly ReceiptV0[];
55
+ }
56
+ export interface ReactorExitBundleManifestV0 {
57
+ readonly schema: typeof EXIT_BUNDLE_MANIFEST_SCHEMA;
58
+ readonly v: typeof EXIT_BUNDLE_VERSION;
59
+ readonly content_hash: ContentHashV0;
60
+ readonly contract_revision: ContentHashV0;
61
+ readonly active_policy_artifact_identity: string;
62
+ readonly runtime_registry_content_hash: ContentHashV0;
63
+ readonly receipt_log_content_hash: ContentHashV0;
64
+ readonly receipt_log_head: ContentHashV0 | null;
65
+ readonly receipt_member_hashes: readonly ContentHashV0[];
66
+ readonly dependency_receipt_pins: readonly ReactorExitBundleDependencyReceiptPinV0[];
67
+ readonly as_of: string;
68
+ readonly memo_namespace: PolicyArtifactMemoNamespaceV0;
69
+ }
70
+ export type ReactorExitBundleSafeStateV0 = {
71
+ readonly status: "ready";
72
+ readonly reasons: readonly string[];
73
+ readonly receipt_hash: ContentHashV0 | null;
74
+ readonly as_of: string | null;
75
+ } | {
76
+ readonly status: "degraded";
77
+ readonly reasons: readonly string[];
78
+ readonly receipt_hash: ContentHashV0;
79
+ readonly as_of: string;
80
+ readonly verdict_status: Exclude<ReceiptVerdictStatusV0, "blocked">;
81
+ readonly calibration_grade: ReceiptCalibrationGradeV0;
82
+ readonly reason: string;
83
+ } | {
84
+ readonly status: "blocked";
85
+ readonly reasons: readonly string[];
86
+ readonly receipt_hash: ContentHashV0;
87
+ readonly as_of: string;
88
+ readonly reason: string;
89
+ readonly fix_target: string;
90
+ readonly interrupt_cause: ReceiptInterruptCauseV0;
91
+ };
92
+ export interface ReactorExitBundleV0 {
93
+ readonly schema: typeof EXIT_BUNDLE_SCHEMA;
94
+ readonly v: typeof EXIT_BUNDLE_VERSION;
95
+ readonly contract_revision: ContentHashV0;
96
+ readonly policy_artifact: ReactorExitBundleRegistrySnapshotV0;
97
+ readonly runtime_registry: ReactorExitBundleRuntimeRegistryProjectionV0;
98
+ readonly receipt_log: ReactorExitBundleReceiptLogV0;
99
+ readonly dependency_receipt_pins: readonly ReactorExitBundleDependencyReceiptPinV0[];
100
+ readonly manifest: ReactorExitBundleManifestV0;
101
+ readonly memo_namespace: PolicyArtifactMemoNamespaceV0;
102
+ readonly safe_state: ReactorExitBundleSafeStateV0;
103
+ readonly as_of: string;
104
+ }
105
+ export interface BuildReactorExitBundleV0Input {
106
+ readonly contract_revision: ContentHashV0;
107
+ readonly active_policy_artifact?: ReactorExitBundleRegistrySnapshotV0;
108
+ readonly policy_artifact?: unknown;
109
+ readonly runtime_registry?: unknown;
110
+ readonly receipts: readonly ReceiptV0[];
111
+ readonly as_of: string;
112
+ readonly dependency_receipt_pins?: readonly ReactorExitBundleDependencyReceiptPinV0[];
113
+ readonly memo_namespace_binding?: PolicyArtifactMemoNamespaceV0;
114
+ readonly memo_namespace?: unknown;
115
+ }
116
+ export type ReactorExitBundleImportFailureCodeV0 = "malformed-bundle" | "unsupported-version" | "invalid-contract-revision" | "invalid-policy-artifact" | "invalid-receipt-log" | "invalid-manifest" | "memo-namespace-mismatch" | "unsafe-state-mismatch" | "invalid-dependency-pins";
117
+ export interface ReactorExitBundleImportFailureV0 {
118
+ readonly ok: false;
119
+ readonly schema: typeof EXIT_BUNDLE_IMPORT_FAILURE_SCHEMA;
120
+ readonly v: typeof EXIT_BUNDLE_VERSION;
121
+ readonly content_hash: ContentHashV0;
122
+ readonly code: ReactorExitBundleImportFailureCodeV0;
123
+ readonly errors: readonly string[];
124
+ }
125
+ export type ReactorExitBundleFailureV0 = ReactorExitBundleImportFailureV0;
126
+ export type ReactorExitBundleVerificationResultV0 = {
127
+ readonly ok: true;
128
+ readonly bundle: ReactorExitBundleV0;
129
+ readonly manifest_hash: ContentHashV0;
130
+ readonly receipt_log_hash: ContentHashV0;
131
+ readonly safe_state: ReactorExitBundleSafeStateV0;
132
+ } | ReactorExitBundleImportFailureV0;
133
+ export declare function buildReactorExitBundleV0(input: BuildReactorExitBundleV0Input): ReactorExitBundleV0;
134
+ export declare function verifyReactorExitBundleV0(value: unknown): ReactorExitBundleVerificationResultV0;
135
+ export interface ReactorExitBundleFailureInputV0 {
136
+ readonly code?: string;
137
+ readonly reason?: string;
138
+ readonly message?: string;
139
+ readonly errors?: readonly string[];
140
+ }
141
+ export declare function createReactorExitBundleFailureV0(code: ReactorExitBundleImportFailureCodeV0, errors: readonly string[]): ReactorExitBundleImportFailureV0;
142
+ export declare function createReactorExitBundleFailureV0(input: ReactorExitBundleFailureInputV0): ReactorExitBundleImportFailureV0;
143
+ export {};
144
+ //# sourceMappingURL=exit-bundle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exit-bundle.d.ts","sourceRoot":"","sources":["../../src/sdk/exit-bundle.ts"],"names":[],"mappings":"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"}