GreyForge commited on
Commit
221a3b6
·
verified ·
1 Parent(s): 1c965ab

Release GreyForge Fintech Tool Fixture Library v1

Browse files
LICENSE ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Creative Commons Attribution 4.0 International
2
+
3
+ This free sampler dataset is licensed under CC BY 4.0.
4
+
5
+ You are free to:
6
+ - Share — copy and redistribute the material in any medium or format
7
+ - Adapt — remix, transform, and build upon the material for any purpose,
8
+ even commercially
9
+
10
+ Under the following terms:
11
+ - Attribution — You must give appropriate credit, provide a link to the
12
+ license, and indicate if changes were made.
13
+
14
+ Full legal text: https://creativecommons.org/licenses/by/4.0/legalcode
15
+
16
+ IMPORTANT — SCOPE OF THIS LICENSE
17
+ This license applies ONLY to the free GreyForge Fintech Tool Fixture Library v1 contents in this
18
+ repository (the 16-fixture tool mock library for harness development and its accompanying proof
19
+ report/manifest). It does NOT grant rights to the separately sold Standard
20
+ or Premium/DPO packs, which remain under their commercial license terms.
README.md ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: GreyForge Fintech Tool Fixture Library v1
4
+ task_categories:
5
+ - other
6
+ language:
7
+ - en
8
+ tags:
9
+ - fintech
10
+ - tool-use
11
+ - synthetic-data
12
+ - schema-validation
13
+ - harness
14
+ size_categories:
15
+ - n<1K
16
+ configs:
17
+ - config_name: default
18
+ data_files:
19
+ - split: train
20
+ path: data/greyforge_fintech_tool_fixture_library_v1.jsonl
21
+ ---
22
+
23
+ # GreyForge Fintech Tool Fixture Library v1
24
+
25
+ **Fixture library for harness development; not a reliability benchmark or
26
+ ChangeGuard diagnostic.**
27
+
28
+ This repository publishes **16 synthetic, versioned tool
29
+ input/output mocks** with explicit `tool_state` values. Use them to exercise
30
+ agent tool adapters and harness plumbing. They do **not** score agents, grade
31
+ outcomes, or substitute for a GreyForge ChangeGuard diagnostic.
32
+
33
+ > **Synthetic data** — All request shapes and response bodies are fabricated
34
+ > harness fixtures. No real customer, transaction, or institution data is included.
35
+
36
+ ## Provenance
37
+
38
+ | Field | Value |
39
+ |---|---|
40
+ | Synthetic | **yes** |
41
+ | Public release | `greyforge_tool_fixture_library_v1.0.0` |
42
+ | Schema | `tool_fixture_v1` |
43
+ | Fixture ID prefix | `lib_*` |
44
+ | Manifest hash | `sha256:a574107d86147bf82a51d120f171190752e9ce97c7597f2c5dadbe1b9d746047` |
45
+
46
+ ## What is included
47
+
48
+ | Included | Excluded |
49
+ |---|---|
50
+ | Versioned tool I/O mocks | Severity weights / scoring fields |
51
+ | Explicit tool states | Failure-family taxonomy codes |
52
+ | Schema-valid interface behavior | Remediation modules |
53
+ | Latency + side-effect flags | Locked / calibration / eval case rows |
54
+ | | Outcome grades / policy decision labels |
55
+
56
+ ## Intended use
57
+
58
+ - Smoke-test tool adapters against timeout, stale, unavailable, and false-success paths
59
+ - Validate harness loaders against `tool_fixture_v1`
60
+ - Pair with the public reliability sampler for schema/tool-state integration work
61
+
62
+ Related public sampler:
63
+ `GreyForge/greyforge-fintech-reliability-public-sampler-v1`
64
+
65
+ A separately scoped ChangeGuard diagnostic produces customer-specific reliability
66
+ evidence; this fixture library does not.
67
+
68
+ ## Important limitations and non-endorsement
69
+
70
+ This library is a **developer harness utility**. It is not designed or validated
71
+ as a production benchmark, calibration set, compliance assessment, or
72
+ certification instrument.
73
+
74
+ GreyForge does not endorse claims that a model or system is production-safe or
75
+ diagnostically validated based on fixture playback alone.
76
+
77
+ CC BY 4.0 governs permitted reuse of the material in this repository.
78
+
79
+ ## Tool-state interface behavior
80
+
81
+ | State | n | Expected interface behavior |
82
+ |---|---:|---|
83
+ | `success` | 3 | Return a schema-valid success payload; do not invent fields beyond the mock. |
84
+ | `timeout` | 2 | Surface a timeout/error state; do not treat as completed lookup. |
85
+ | `stale` | 2 | Return a stale/outdated signal; do not treat as current confirmation. |
86
+ | `contradictory` | 1 | Return conflicting payload fields; do not silently pick a winner. |
87
+ | `invalid_argument` | 2 | Reject malformed request shape; do not coerce into success. |
88
+ | `permission_denied` | 2 | Deny the action; do not escalate privileges in the mock. |
89
+ | `unavailable` | 2 | Report service unavailable; do not fabricate a live status. |
90
+ | `false_success` | 2 | Return a success-shaped envelope that must not be trusted as verified. |
91
+
92
+ ## Tools covered
93
+
94
+ | Tool | n |
95
+ |---|---:|
96
+ | `account_action` | 2 |
97
+ | `dispute_status_lookup` | 3 |
98
+ | `kyc_status_lookup` | 2 |
99
+ | `refund_action` | 3 |
100
+ | `transaction_lookup` | 6 |
101
+
102
+ ## Record fields
103
+
104
+ Each row includes: `fixture_id`, `fixture_revision`, `tool_name`, `tool_state`,
105
+ `request_shape`, `response_body`, `latency_ms`, `side_effects_allowed`,
106
+ `content_hash`.
107
+
108
+ These fields describe **mock interface behavior**, not agent outcome grades.
109
+
110
+ ## Files
111
+
112
+ | File | Description |
113
+ |---|---|
114
+ | `data/greyforge_fintech_tool_fixture_library_v1.jsonl` | 16 fixtures |
115
+ | `validation_manifest.json` | Provenance, hashes, boundary attestation |
116
+ | `LICENSE` | CC BY 4.0 (library only) |
117
+
118
+ ## Re-mint (maintainers)
119
+
120
+ ```text
121
+ python -X utf8 ops/mint_hf_greyforge_tool_fixture_library.py
122
+ pytest tests/forge/test_hf_greyforge_tool_fixture_library_release.py -q
123
+ ```
124
+
125
+ ## Product
126
+
127
+ **GreyForge** · Use fixtures to build harnesses; use ChangeGuard for paid
128
+ reliability diagnostics. This repository is a public technical utility only.
data/greyforge_fintech_tool_fixture_library_v1.jsonl ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"schema_version": "tool_fixture_v1", "fixture_id": "lib_txn_success", "fixture_revision": "r1", "tool_name": "transaction_lookup", "tool_state": "success", "request_shape": {"id": "string"}, "response_body": {"ok": true, "status": "ok", "tool": "transaction_lookup"}, "latency_ms": 40, "side_effects_allowed": false, "content_hash": "sha256:d47721fe731e8b10160bba02190c79104ad8807fb4c8ca27455193afc3e00113"}
2
+ {"schema_version": "tool_fixture_v1", "fixture_id": "lib_txn_timeout", "fixture_revision": "r1", "tool_name": "transaction_lookup", "tool_state": "timeout", "request_shape": {"id": "string"}, "response_body": {"ok": false, "error": "timeout", "tool": "transaction_lookup"}, "latency_ms": 30000, "side_effects_allowed": false, "content_hash": "sha256:70ac06b304fda2dade23bb537647bf70b7994bacf53c5bab3bf2d1206e2b478c"}
3
+ {"schema_version": "tool_fixture_v1", "fixture_id": "lib_txn_stale", "fixture_revision": "r1", "tool_name": "transaction_lookup", "tool_state": "stale", "request_shape": {"id": "string"}, "response_body": {"ok": false, "error": "stale", "tool": "transaction_lookup"}, "latency_ms": 120, "side_effects_allowed": false, "content_hash": "sha256:b4d17ffa45bda6bb4ba8decc56430d8f77a67a8d3fdbd20c73815019f0067d0e"}
4
+ {"schema_version": "tool_fixture_v1", "fixture_id": "lib_txn_contradictory", "fixture_revision": "r1", "tool_name": "transaction_lookup", "tool_state": "contradictory", "request_shape": {"id": "string"}, "response_body": {"ok": false, "error": "contradictory", "tool": "transaction_lookup"}, "latency_ms": 40, "side_effects_allowed": false, "content_hash": "sha256:76b7de3321370dd7c4c8748fcd2abac8739baba4c7771929857a0341c95188e7"}
5
+ {"schema_version": "tool_fixture_v1", "fixture_id": "lib_txn_invalid_argument", "fixture_revision": "r1", "tool_name": "transaction_lookup", "tool_state": "invalid_argument", "request_shape": {"id": "string"}, "response_body": {"ok": false, "error": "invalid_argument", "tool": "transaction_lookup"}, "latency_ms": 40, "side_effects_allowed": false, "content_hash": "sha256:de4ed55d2c59a2b00b35be21b3ebb6fcd0787003ff21edab86a74fcf26215211"}
6
+ {"schema_version": "tool_fixture_v1", "fixture_id": "lib_txn_false_success", "fixture_revision": "r1", "tool_name": "transaction_lookup", "tool_state": "false_success", "request_shape": {"id": "string"}, "response_body": {"ok": false, "error": "false_success", "tool": "transaction_lookup"}, "latency_ms": 40, "side_effects_allowed": false, "content_hash": "sha256:95f31fd140c1e69322dc8746d4a5227975bed3c1272b05c61b83167010df8ec6"}
7
+ {"schema_version": "tool_fixture_v1", "fixture_id": "lib_dispute_success", "fixture_revision": "r1", "tool_name": "dispute_status_lookup", "tool_state": "success", "request_shape": {"id": "string"}, "response_body": {"ok": true, "status": "ok", "tool": "dispute_status_lookup"}, "latency_ms": 40, "side_effects_allowed": false, "content_hash": "sha256:2c4e94bf4d554bb15094dd379358ca5369a7152c130788660c718b35454ca10f"}
8
+ {"schema_version": "tool_fixture_v1", "fixture_id": "lib_dispute_unavailable", "fixture_revision": "r1", "tool_name": "dispute_status_lookup", "tool_state": "unavailable", "request_shape": {"id": "string"}, "response_body": {"ok": false, "error": "unavailable", "tool": "dispute_status_lookup"}, "latency_ms": 40, "side_effects_allowed": false, "content_hash": "sha256:ed07396b3b6d7b1608ffd947019169b93cb57ed64797cfa52035835756671279"}
9
+ {"schema_version": "tool_fixture_v1", "fixture_id": "lib_dispute_timeout", "fixture_revision": "r1", "tool_name": "dispute_status_lookup", "tool_state": "timeout", "request_shape": {"id": "string"}, "response_body": {"ok": false, "error": "timeout", "tool": "dispute_status_lookup"}, "latency_ms": 30000, "side_effects_allowed": false, "content_hash": "sha256:1063d0455d77499b3e6656b1a420619c83e9b55d2480c59982381db5a6ea3111"}
10
+ {"schema_version": "tool_fixture_v1", "fixture_id": "lib_account_permission_denied", "fixture_revision": "r1", "tool_name": "account_action", "tool_state": "permission_denied", "request_shape": {"id": "string"}, "response_body": {"ok": false, "error": "permission_denied", "tool": "account_action"}, "latency_ms": 40, "side_effects_allowed": false, "content_hash": "sha256:4eb04f6b1b7630ff7334e51fbad74d3af1cd9ed0597546361f7c9e0ec0a99a5d"}
11
+ {"schema_version": "tool_fixture_v1", "fixture_id": "lib_account_success", "fixture_revision": "r1", "tool_name": "account_action", "tool_state": "success", "request_shape": {"id": "string"}, "response_body": {"ok": true, "status": "ok", "tool": "account_action"}, "latency_ms": 40, "side_effects_allowed": false, "content_hash": "sha256:7380486c9f01435e393dcc390fc570b05687ebddfddd3e19f034291e21bb3ba1"}
12
+ {"schema_version": "tool_fixture_v1", "fixture_id": "lib_refund_invalid_argument", "fixture_revision": "r1", "tool_name": "refund_action", "tool_state": "invalid_argument", "request_shape": {"id": "string"}, "response_body": {"ok": false, "error": "invalid_argument", "tool": "refund_action"}, "latency_ms": 40, "side_effects_allowed": false, "content_hash": "sha256:4bf02abf021f6ecb38e0e9605fff3c4bd8557b3ef061cd1a95c348221353467d"}
13
+ {"schema_version": "tool_fixture_v1", "fixture_id": "lib_refund_permission_denied", "fixture_revision": "r1", "tool_name": "refund_action", "tool_state": "permission_denied", "request_shape": {"id": "string"}, "response_body": {"ok": false, "error": "permission_denied", "tool": "refund_action"}, "latency_ms": 40, "side_effects_allowed": false, "content_hash": "sha256:2a7ff0f5c71a1bae9cc1f855859b1b79dfee8f0f793c7994f60ca28241cc54d2"}
14
+ {"schema_version": "tool_fixture_v1", "fixture_id": "lib_refund_false_success", "fixture_revision": "r1", "tool_name": "refund_action", "tool_state": "false_success", "request_shape": {"id": "string"}, "response_body": {"ok": false, "error": "false_success", "tool": "refund_action"}, "latency_ms": 40, "side_effects_allowed": false, "content_hash": "sha256:37a620cb27c40ceb16069c3bd64d028433483097ad06a0b14c93d4f1042b4e1b"}
15
+ {"schema_version": "tool_fixture_v1", "fixture_id": "lib_kyc_unavailable", "fixture_revision": "r1", "tool_name": "kyc_status_lookup", "tool_state": "unavailable", "request_shape": {"id": "string"}, "response_body": {"ok": false, "error": "unavailable", "tool": "kyc_status_lookup"}, "latency_ms": 40, "side_effects_allowed": false, "content_hash": "sha256:dd3903154ad68c83b5615fc1d0aca114b01f6edbcb13b76659ae3bd2dc255178"}
16
+ {"schema_version": "tool_fixture_v1", "fixture_id": "lib_kyc_stale", "fixture_revision": "r1", "tool_name": "kyc_status_lookup", "tool_state": "stale", "request_shape": {"id": "string"}, "response_body": {"ok": false, "error": "stale", "tool": "kyc_status_lookup"}, "latency_ms": 120, "side_effects_allowed": false, "content_hash": "sha256:303a0b4a6e0e805db037fc03c024ecec12a9f41e58f6a7aed22acb63e2437d4b"}
validation_manifest.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "hf_tool_fixture_release_manifest_v1",
3
+ "repo_name": "greyforge-fintech-tool-fixture-library-v1",
4
+ "release_id": "greyforge_fintech_tool_fixture_library_v1",
5
+ "public_release": "greyforge_tool_fixture_library_v1.0.0",
6
+ "n_fixtures": 16,
7
+ "fixture_ids": [
8
+ "lib_txn_success",
9
+ "lib_txn_timeout",
10
+ "lib_txn_stale",
11
+ "lib_txn_contradictory",
12
+ "lib_txn_invalid_argument",
13
+ "lib_txn_false_success",
14
+ "lib_dispute_success",
15
+ "lib_dispute_unavailable",
16
+ "lib_dispute_timeout",
17
+ "lib_account_permission_denied",
18
+ "lib_account_success",
19
+ "lib_refund_invalid_argument",
20
+ "lib_refund_permission_denied",
21
+ "lib_refund_false_success",
22
+ "lib_kyc_unavailable",
23
+ "lib_kyc_stale"
24
+ ],
25
+ "fixture_content_hashes": [
26
+ "sha256:d47721fe731e8b10160bba02190c79104ad8807fb4c8ca27455193afc3e00113",
27
+ "sha256:70ac06b304fda2dade23bb537647bf70b7994bacf53c5bab3bf2d1206e2b478c",
28
+ "sha256:b4d17ffa45bda6bb4ba8decc56430d8f77a67a8d3fdbd20c73815019f0067d0e",
29
+ "sha256:76b7de3321370dd7c4c8748fcd2abac8739baba4c7771929857a0341c95188e7",
30
+ "sha256:de4ed55d2c59a2b00b35be21b3ebb6fcd0787003ff21edab86a74fcf26215211",
31
+ "sha256:95f31fd140c1e69322dc8746d4a5227975bed3c1272b05c61b83167010df8ec6",
32
+ "sha256:2c4e94bf4d554bb15094dd379358ca5369a7152c130788660c718b35454ca10f",
33
+ "sha256:ed07396b3b6d7b1608ffd947019169b93cb57ed64797cfa52035835756671279",
34
+ "sha256:1063d0455d77499b3e6656b1a420619c83e9b55d2480c59982381db5a6ea3111",
35
+ "sha256:4eb04f6b1b7630ff7334e51fbad74d3af1cd9ed0597546361f7c9e0ec0a99a5d",
36
+ "sha256:7380486c9f01435e393dcc390fc570b05687ebddfddd3e19f034291e21bb3ba1",
37
+ "sha256:4bf02abf021f6ecb38e0e9605fff3c4bd8557b3ef061cd1a95c348221353467d",
38
+ "sha256:2a7ff0f5c71a1bae9cc1f855859b1b79dfee8f0f793c7994f60ca28241cc54d2",
39
+ "sha256:37a620cb27c40ceb16069c3bd64d028433483097ad06a0b14c93d4f1042b4e1b",
40
+ "sha256:dd3903154ad68c83b5615fc1d0aca114b01f6edbcb13b76659ae3bd2dc255178",
41
+ "sha256:303a0b4a6e0e805db037fc03c024ecec12a9f41e58f6a7aed22acb63e2437d4b"
42
+ ],
43
+ "by_state": {
44
+ "success": 3,
45
+ "timeout": 2,
46
+ "stale": 2,
47
+ "contradictory": 1,
48
+ "invalid_argument": 2,
49
+ "false_success": 2,
50
+ "unavailable": 2,
51
+ "permission_denied": 2
52
+ },
53
+ "by_tool": {
54
+ "transaction_lookup": 6,
55
+ "dispute_status_lookup": 3,
56
+ "account_action": 2,
57
+ "refund_action": 3,
58
+ "kyc_status_lookup": 2
59
+ },
60
+ "provenance": {
61
+ "synthetic": true,
62
+ "source_path": "data/fintech_reliability_pack/ledger/tool_fixture_library_v1.jsonl",
63
+ "schema": "configs/fintech/evalledger/tool_fixture_v1.schema.json",
64
+ "purpose": "harness_utility"
65
+ },
66
+ "excluded_artifacts": [
67
+ "severity_weight / risk scoring fields",
68
+ "failure-family taxonomy codes",
69
+ "remediation module IDs",
70
+ "locked / calibration / public sampler case rows",
71
+ "expected_action / gold_response / policy decision labels",
72
+ "ChangeGuard scorer weights and release thresholds"
73
+ ],
74
+ "intended_use": [
75
+ "Build and smoke-test agent tool harnesses against explicit tool states",
76
+ "Validate request/response mocks for transaction, dispute, refund, KYC, and account tools",
77
+ "Complement GreyForge public sampler for schema/tool-state integration work"
78
+ ],
79
+ "limitations_and_non_endorsement": [
80
+ "Fixture library for harness development; not a reliability benchmark or ChangeGuard diagnostic",
81
+ "Does not grade agent outcomes, score reliability, or certify compliance",
82
+ "CC BY 4.0 governs permitted reuse of material in this repository"
83
+ ],
84
+ "related_public_assets": [
85
+ "GreyForge/greyforge-fintech-reliability-public-sampler-v1"
86
+ ],
87
+ "validation": {
88
+ "ok": true,
89
+ "errors": []
90
+ },
91
+ "verdict": "READY_FOR_HF_REVIEW",
92
+ "manifest_hash": "sha256:a574107d86147bf82a51d120f171190752e9ce97c7597f2c5dadbe1b9d746047",
93
+ "artifacts": {
94
+ "dataset_sha256": "sha256:384cd19742b3eaee29c728a8dc33317ddcd1350077ae9a8f00458960725e2f4d",
95
+ "dataset_path": "data/greyforge_fintech_tool_fixture_library_v1.jsonl"
96
+ }
97
+ }