Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 4 new columns ({'doc_id', 'source_type', 'is_relevant', 'title'}) and 3 missing columns ({'artifact_type', 'quality_label', 'artifact_id'}).

This happened while the csv dataset builder was generating data using

hf://datasets/Delentia/delentia-rct-intent-dataset/tabular/v0.2/documents.csv (at revision 9020be901140916c1d13e5e147d4aa3e92fd8b99), ['hf://datasets/Delentia/delentia-rct-intent-dataset@9020be901140916c1d13e5e147d4aa3e92fd8b99/tabular/v0.2/artifacts.csv', 'hf://datasets/Delentia/delentia-rct-intent-dataset@9020be901140916c1d13e5e147d4aa3e92fd8b99/tabular/v0.2/documents.csv', 'hf://datasets/Delentia/delentia-rct-intent-dataset@9020be901140916c1d13e5e147d4aa3e92fd8b99/tabular/v0.2/intents.csv', 'hf://datasets/Delentia/delentia-rct-intent-dataset@9020be901140916c1d13e5e147d4aa3e92fd8b99/tabular/v0.3/artifacts.csv', 'hf://datasets/Delentia/delentia-rct-intent-dataset@9020be901140916c1d13e5e147d4aa3e92fd8b99/tabular/v0.3/documents.csv', 'hf://datasets/Delentia/delentia-rct-intent-dataset@9020be901140916c1d13e5e147d4aa3e92fd8b99/tabular/v0.3/intents.csv']

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1837, in _prepare_split_single
                  writer.write_table(table)
                  ~~~~~~~~~~~~~~~~~~^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                  ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              doc_id: string
              intent_id: string
              source_type: string
              title: string
              content: string
              is_relevant: int64
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 975
              to
              {'artifact_id': Value('string'), 'intent_id': Value('string'), 'artifact_type': Value('string'), 'content': Value('string'), 'quality_label': Value('int64')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1839, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
                  ...<4 lines>...
                  )
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 4 new columns ({'doc_id', 'source_type', 'is_relevant', 'title'}) and 3 missing columns ({'artifact_type', 'quality_label', 'artifact_id'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/Delentia/delentia-rct-intent-dataset/tabular/v0.2/documents.csv (at revision 9020be901140916c1d13e5e147d4aa3e92fd8b99), ['hf://datasets/Delentia/delentia-rct-intent-dataset@9020be901140916c1d13e5e147d4aa3e92fd8b99/tabular/v0.2/artifacts.csv', 'hf://datasets/Delentia/delentia-rct-intent-dataset@9020be901140916c1d13e5e147d4aa3e92fd8b99/tabular/v0.2/documents.csv', 'hf://datasets/Delentia/delentia-rct-intent-dataset@9020be901140916c1d13e5e147d4aa3e92fd8b99/tabular/v0.2/intents.csv', 'hf://datasets/Delentia/delentia-rct-intent-dataset@9020be901140916c1d13e5e147d4aa3e92fd8b99/tabular/v0.3/artifacts.csv', 'hf://datasets/Delentia/delentia-rct-intent-dataset@9020be901140916c1d13e5e147d4aa3e92fd8b99/tabular/v0.3/documents.csv', 'hf://datasets/Delentia/delentia-rct-intent-dataset@9020be901140916c1d13e5e147d4aa3e92fd8b99/tabular/v0.3/intents.csv']
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

artifact_id
string
intent_id
string
artifact_type
string
content
string
quality_label
int64
art_0001
intent_0001
toon_spec
I: compression ratio in unit interval(intent, n deltas, outcome): D: ทดสอบกรณี compute_compression_ratio() must always be in [0.0, 1.0]. โดยตรวจสอบความถูกต้องของระบบ Δ: Verify execution outcomes and ensure zero state conflicts. A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A)...
5
art_0002
intent_0002
toon_spec
I: delta count accurate(intent, n deltas): D: ทดสอบกรณี total_delta_count() must exactly equal the number of recorded deltas. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต ...
5
art_0003
intent_0003
toon_spec
I: rollback removes correct count(intent, n deltas, rollback n): D: ทดสอบกรณี rollback(n) must remove exactly min(n, len(deltas)) records and return that count. โดยตรวจสอบความถูกต้องของระบบ Δ: Verify execution outcomes and ensure zero state conflicts. A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพ...
5
art_0004
intent_0004
toon_spec
I: rollback unknown agent returns zero(rollback n): D: ทดสอบกรณี rollback() on an unregistered agent must return 0 without raising. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องร...
5
art_0005
intent_0005
toon_spec
I: empty engine compression ratio D: ทดสอบกรณี An engine with no recorded deltas must return 0.0 compression ratio. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 แ...
5
art_0006
intent_0006
toon_spec
I: registered agent count(n agents): D: ทดสอบกรณี registered_agent_count() must equal the number of register_agent() calls. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F ...
5
art_0007
intent_0007
toon_spec
I: state at tick zero matches initial(intent, initial rep): D: ทดสอบกรณี get_state_at_tick(agent, 0) must match the initial registration state. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด...
5
art_0008
intent_0008
toon_spec
I: resource deltas accumulate(intent, deltas): D: ทดสอบกรณี Sum of resource deltas must equal reconstructed resource value. โดยตรวจสอบความถูกต้องของระบบ Δ: Verify execution outcomes and ensure zero state conflicts. A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้...
5
art_0009
intent_0009
toon_spec
I: score always in unit interval(intent, action type, reputation, penalty): D: ทดสอบกรณี score_action() must always return a float in [0.0, 1.0] for any valid inputs. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: FDIAGatekeeper safety assessment using equation F = D^I * A. R: หากเงื...
5
art_0010
intent_0010
toon_spec
I: full governance penalty blocks action(intent, action type, reputation): D: ทดสอบกรณี governance_penalty=1.0 must produce score=0.0 (constitutional hard block). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: FDIAGatekeeper safety assessment using equation F = D^I * A. R: หากเงื่อนไ...
5
art_0011
intent_0011
toon_spec
I: governance penalty monotonic(intent, action type, reputation, penalty low, penalty high): D: ทดสอบกรณี Higher governance_penalty must not produce a higher score (monotonic decrease). โดยตรวจสอบความถูกต้องของระบบ Δ: Verify execution outcomes and ensure zero state conflicts. A: FDIAGatekeeper safety assessment using e...
5
art_0012
intent_0012
toon_spec
I: reputation monotonic(intent, action type, penalty, rep low, rep high): D: ทดสอบกรณี Higher agent_reputation must not produce a lower score (monotonic increase). โดยตรวจสอบความถูกต้องของระบบ Δ: Verify execution outcomes and ensure zero state conflicts. A: FDIAGatekeeper safety assessment using equation F = D^I * A. R...
5
art_0013
intent_0013
toon_spec
I: rank actions sorted descending(intent, action types, reputation): D: ทดสอบกรณี rank_actions() must always return list sorted by score descending. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: FDIAGatekeeper safety assessment using equation F = D^I * A. R: หากเงื่อนไขผิดพลาดหรือสิ...
5
art_0014
intent_0014
toon_spec
I: select best action is highest ranked(intent, action types, reputation): D: ทดสอบกรณี select_best_action() must return the same action as rank_actions()[0]. โดยตรวจสอบความถูกต้องของระบบ Δ: Verify execution outcomes and ensure zero state conflicts. A: FDIAGatekeeper safety assessment using equation F = D^I * A. R: หาก...
5
art_0015
intent_0015
toon_spec
I: score is deterministic(intent, action type, reputation, penalty): D: ทดสอบกรณี score_action() is a pure function: calling it twice with identical inputs must return equal results. โดยตรวจสอบความถูกต้องของระบบ Δ: Verify execution outcomes and ensure zero state conflicts. A: FDIAGatekeeper safety assessment using equa...
5
art_0016
intent_0016
toon_spec
I: zero reputation floor(intent, action type, penalty): D: ทดสอบกรณี rep_factor = 0.5 + 0.5 * clamp(rep, 0.0, 1.0) At rep=0.0: rep_factor=0.5, so score ≤ 0.5 of the no-reputation score. Score at rep=0 must be ≤ score at rep=1. โดยตรวจสอบความถูกต้องของระบบ Δ: Verify execution outcomes and ensure zero state confl...
5
art_0017
intent_0017
toon_spec
I: default weights sum to one D: ทดสอบกรณี FDIAWeights default values must sum to exactly 1.0 (validation invariant). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: FDIAGatekeeper safety assessment using equation F = D^I * A. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องร...
5
art_0018
intent_0018
toon_spec
I: confidence in unit interval(tier, votes for, votes against): D: ทดสอบกรณี calculate_consensus() confidence must always be in [0.0, 1.0]. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: SignedAI HexaCore multi-node validation consensus execution. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปน...
5
art_0019
intent_0019
toon_spec
I: zero votes gives zero confidence(tier): D: ทดสอบกรณี When both votes_for and votes_against are 0, confidence must be 0.0. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: SignedAI HexaCore multi-node validation consensus execution. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบ...
5
art_0020
intent_0020
toon_spec
I: more for votes monotonic confidence(tier, votes for low, extra for, votes against): D: ทดสอบกรณี Adding more for-votes must not decrease confidence. โดยตรวจสอบความถูกต้องของระบบ Δ: Verify execution outcomes and ensure zero state conflicts. A: SignedAI HexaCore multi-node validation consensus execution. R: หากเงื่อนไ...
5
art_0021
intent_0021
toon_spec
I: tier cost non negative(tier, input tokens, output tokens): D: ทดสอบกรณี Estimated tier cost must always be ≥ 0. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: SignedAI HexaCore multi-node validation consensus execution. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ...
5
art_0022
intent_0022
toon_spec
I: tier cost scales with tokens(tier, tokens low, tokens high): D: ทดสอบกรณี More tokens → higher or equal cost (monotonic, same ratio in/out). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: SignedAI HexaCore multi-node validation consensus execution. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์ส...
5
art_0023
intent_0023
toon_spec
I: total votes is sum(tier, votes for, votes against): D: ทดสอบกรณี ConsensusResult.total_votes must equal votes_for + votes_against. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: SignedAI HexaCore multi-node validation consensus execution. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A)...
5
art_0024
intent_0024
toon_spec
I: chairman override dominates tier8(votes for, votes against, override): D: ทดสอบกรณี For TIER_8 (chairman_veto=True), chairman_override must dominate vote counts. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: SignedAI HexaCore multi-node validation consensus execution. R: หากเงื่อ...
5
art_0025
intent_0025
toon_spec
I: get tier by risk returns valid config(risk): D: ทดสอบกรณี get_tier_by_risk() must return a non-None TierConfig for every RiskLevel. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: SignedAI HexaCore multi-node validation consensus execution. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A...
5
art_0026
intent_0026
toon_spec
I: health endpoint returns 200 D: ทดสอบกรณี Sending a very large payload should not crash the service. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบ...
5
art_0027
intent_0027
toon_spec
I: oversized body rejected D: ทดสอบกรณี Sending a very large payload should not crash the service. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมขอ...
5
art_0028
intent_0028
toon_spec
I: sql injection in query field D: ทดสอบกรณี SQL injection patterns should be safely handled (no 500). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบ...
5
art_0029
intent_0029
toon_spec
I: xss payload in query D: ทดสอบกรณี XSS payloads should not be executed (response is JSON, not HTML). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบ...
5
art_0030
intent_0030
toon_spec
I: null byte injection D: ทดสอบกรณี Null bytes in input should not crash the application. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมูลผ่...
5
art_0031
intent_0031
toon_spec
I: path traversal not possible D: ทดสอบกรณี Path traversal in request should not return file contents. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบ...
5
art_0032
intent_0032
toon_spec
I: health endpoint D: ทดสอบกรณี Non-numeric vector values should be rejected. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมูลผ่าน Delta Eng...
5
art_0033
intent_0033
toon_spec
I: invalid vector type rejected D: ทดสอบกรณี Non-numeric vector values should be rejected. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมูลผ...
5
art_0034
intent_0034
toon_spec
I: empty vectors rejected D: ทดสอบกรณี Empty vectors list should fail validation. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมูลผ่าน Delta...
5
art_0035
intent_0035
toon_spec
I: mismatched vectors ids rejected D: ทดสอบกรณี Mismatched vector and ID counts should fail. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมู...
5
art_0036
intent_0036
toon_spec
I: invalid metric rejected D: ทดสอบกรณี Unknown similarity metric should fail validation. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมูลผ่...
5
art_0037
intent_0037
toon_spec
I: negative k rejected D: ทดสอบกรณี k < 1 should be rejected by validation. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมูลผ่าน Delta Engin...
5
art_0038
intent_0038
toon_spec
I: excessive k rejected D: ทดสอบกรณี k > 1000 should be rejected by validation. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: SignedAI HexaCore multi-node validation consensus execution. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อม...
5
art_0039
intent_0039
toon_spec
I: analysis status enum exhaustive D: ทดสอบกรณี All AnalysisStatus values should be non-empty strings. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบ...
5
art_0040
intent_0040
toon_spec
I: analysis job no arbitrary field injection D: ทดสอบกรณี Extra/unknown fields should be ignored by the model, not persisted. โดยตรวจสอบความถูกต้องของระบบ Δ: Verify execution outcomes and ensure zero state conflicts. A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะ...
5
art_0041
intent_0041
toon_spec
I: artifact content not leaked in repr D: ทดสอบกรณี Sensitive artifact_content should not appear in default repr if empty. โดยตรวจสอบความถูกต้องของระบบ Δ: Verify execution outcomes and ensure zero state conflicts. A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้อ...
5
art_0042
intent_0042
toon_spec
I: deeply nested braces handled D: ทดสอบกรณี Pathological nesting should not cause infinite loops or stack overflow. โดยตรวจสอบความถูกต้องของระบบ Δ: Verify execution outcomes and ensure zero state conflicts. A: IntentLoopEngine JITNA natural action intake pipeline. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต...
5
art_0043
intent_0043
toon_spec
I: empty dsl raises parse error D: ทดสอบกรณี Unicode in intent names and values should not crash the parser. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องก...
5
art_0044
intent_0044
toon_spec
I: unicode in dsl handled D: ทดสอบกรณี Unicode in intent names and values should not crash the parser. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบ...
5
art_0045
intent_0045
toon_spec
I: detailed health healthy(self, client): D: ทดสอบกรณี All subsystems OK → overall=healthy or degraded (finance layer absent). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต...
5
art_0046
intent_0046
toon_spec
I: detailed health includes all service names(self, client): D: ทดสอบกรณี Verify every expected service check is present. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป...
5
art_0047
intent_0047
toon_spec
I: detailed health degraded when finance absent(self, client): D: ทดสอบกรณี Finance layer import will fail → status degraded or healthy (never crash). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก ...
5
art_0048
intent_0048
toon_spec
I: detailed health memory field(self, client): D: ทดสอบกรณี memory_mb should be numeric (may be -1 on Windows without resource module). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต...
5
art_0049
intent_0049
toon_spec
I: detailed health unhealthy when service broken(self, api): D: ทดสอบกรณี Force an unhealthy check — patch compiler to raise. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต ...
5
art_0050
intent_0050
toon_spec
I: detailed health with resource module(self, client): D: ทดสอบกรณี Simulate resource module available (unix) path. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 แ...
5
art_0051
intent_0051
toon_spec
I: detailed health feature flags exception(self, client): D: ทดสอบกรณี Flag middleware throws generic Exception → degraded service check. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจ...
5
art_0052
intent_0052
toon_spec
I: compile success stores state(self, client): D: ทดสอบกรณี Successful compile → state stored in api.states. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องก...
5
art_0053
intent_0053
toon_spec
I: compile raises http 500 on crash(self, api): D: ทดสอบกรณี Simulate compiler throwing → 500. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อ...
5
art_0054
intent_0054
toon_spec
I: compile empty natural language rejected(self, client): D: ทดสอบกรณี min_length=1 on natural_language → 422. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้อ...
5
art_0055
intent_0055
toon_spec
I: build graph success with existing state(self, api): D: ทดสอบกรณี Build when matching state exists → transitions to GRAPH_BUILT. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรี...
5
art_0056
intent_0056
toon_spec
I: build graph parser error returns failure(self, api): D: ทดสอบกรณี Bad DSL → success=False with error message (lines 525-526). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ...
5
art_0057
intent_0057
toon_spec
I: evaluate policy success(self, client): D: ทดสอบกรณี Policy evaluation happy path (lines 540-576). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวม...
5
art_0058
intent_0058
toon_spec
I: evaluate policy updates existing state(self, api): D: ทดสอบกรณี When state exists for intent_id, transition_to is called (lines 560-564). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระ...
5
art_0059
intent_0059
toon_spec
I: evaluate policy raises http 500 on crash(self, api): D: ทดสอบกรณี Evaluator throws → 500 (lines 578-579). โดยตรวจสอบความถูกต้องของระบบ Δ: Verify execution outcomes and ensure zero state conflicts. A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น...
5
art_0060
intent_0060
toon_spec
I: evaluate policy with graph snapshot(self, api): D: ทดสอบกรณี Graph snapshot path: state has graph_snapshot → graph used (lines 551-554). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบ...
5
art_0061
intent_0061
toon_spec
I: get state not found 404(self, client): D: ทดสอบกรณี Unknown intent_id → 404 (lines 592-595). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้...
5
art_0062
intent_0062
toon_spec
I: get state with completed at(self, api): D: ทดสอบกรณี State with completed_at → serialised (line 609). โดยตรวจสอบความถูกต้องของระบบ Δ: Verify execution outcomes and ensure zero state conflicts. A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 แ...
5
art_0063
intent_0063
toon_spec
I: audit trail not found 404(self, client): D: ทดสอบกรณี No events → 404 (line 657). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมูลผ่าน De...
5
art_0064
intent_0064
toon_spec
I: audit trail found after compile(self, api): D: ทดสอบกรณี Compile creates events → audit trail available. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกั...
5
art_0065
intent_0065
toon_spec
I: delete existing state(self, api): D: ทดสอบกรณี Delete removes both state and intent (lines 682-686). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการ...
5
art_0066
intent_0066
toon_spec
I: delete nonexistent state(self, client): D: ทดสอบกรณี Delete of unknown id → still 200 (no error, idempotent). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป...
5
art_0067
intent_0067
toon_spec
I: list flags(self, client): D: ทดสอบกรณี GET /v1/flags returns list. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมูลผ่าน Delta Engine (91....
5
art_0068
intent_0068
toon_spec
I: get flag found(self, client): D: ทดสอบกรณี GET /v1/flags/{key} for existing flag. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมูลผ่าน De...
5
art_0069
intent_0069
toon_spec
I: get flag not found(self, client): D: ทดสอบกรณี GET /v1/flags/{key} for missing flag → 404 (line 731). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันกา...
5
art_0070
intent_0070
toon_spec
I: enable flag(self, client): D: ทดสอบกรณี PATCH /v1/flags/{key}/enable (line 740). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมูลผ่าน Del...
5
art_0071
intent_0071
toon_spec
I: enable flag not found(self, client): D: ทดสอบกรณี Enable unknown flag → 404. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมูลผ่าน Delta E...
5
art_0072
intent_0072
toon_spec
I: disable flag(self, client): D: ทดสอบกรณี PATCH /v1/flags/{key}/disable (line 749). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมูลผ่าน D...
5
art_0073
intent_0073
toon_spec
I: disable flag not found(self, client): D: ทดสอบกรณี Disable unknown flag → 404. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมูลผ่าน Delta...
5
art_0074
intent_0074
toon_spec
I: toggle flag(self, client): D: ทดสอบกรณี PATCH /v1/flags/{key}/toggle (line 758). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมูลผ่าน Del...
5
art_0075
intent_0075
toon_spec
I: toggle flag not found(self, client): D: ทดสอบกรณี Toggle unknown flag → 404. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมูลผ่าน Delta E...
5
art_0076
intent_0076
toon_spec
I: set rollout(self, client): D: ทดสอบกรณี PATCH /v1/flags/{key}/rollout (lines 763-770). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมูลผ่...
5
art_0077
intent_0077
toon_spec
I: set rollout invalid percentage(self, client): D: ทดสอบกรณี Percentage > 100 → 422 (Pydantic) not 400. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันกา...
5
art_0078
intent_0078
toon_spec
I: set rollout flag not found(self, client): D: ทดสอบกรณี Rollout on missing flag → 404. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมูลผ่า...
5
art_0079
intent_0079
toon_spec
I: whitelist user(self, client): D: ทดสอบกรณี POST /v1/flags/{key}/whitelist/{uid} (lines 775-779). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมข...
5
art_0080
intent_0080
toon_spec
I: whitelist user flag not found(self, client): D: ทดสอบกรณี Whitelist on missing flag → 404. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อม...
5
art_0081
intent_0081
toon_spec
I: blacklist user(self, client): D: ทดสอบกรณี POST /v1/flags/{key}/blacklist/{uid} (lines 784-788). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมข...
5
art_0082
intent_0082
toon_spec
I: blacklist user flag not found(self, client): D: ทดสอบกรณี Blacklist on missing flag → 404. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อม...
5
art_0083
intent_0083
toon_spec
I: remove flag override(self, client): D: ทดสอบกรณี DELETE /v1/flags/{key}/overrides/{uid} (lines 793-797). โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกั...
5
art_0084
intent_0084
toon_spec
I: remove flag override not found(self, client): D: ทดสอบกรณี Remove override on missing flag → 404. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวม...
5
art_0085
intent_0085
toon_spec
I: reset clears all(self, api): D: ทดสอบกรณี POST /v1/reset clears states and intents. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมูลผ่าน ...
5
art_0086
intent_0086
toon_spec
I: list intents empty(self, client): D: ทดสอบกรณี GET /v1/intents with no data → empty list. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมู...
5
art_0087
intent_0087
toon_spec
I: list intents pagination(self, api): D: ทดสอบกรณี List with limit/offset returns correct slice. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของ...
5
art_0088
intent_0088
toon_spec
I: create app returns fastapi D: ทดสอบกรณี create_app() returns a FastAPI instance. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมูลผ่าน Del...
5
art_0089
intent_0089
toon_spec
I: global app health(self, global client): D: ทดสอบกรณี Global app responds to /health. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมูลผ่าน...
5
art_0090
intent_0090
toon_spec
I: global app root(self, global client): D: ทดสอบกรณี Global app root endpoint works. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และป้องกันการบวมของข้อมูลผ่าน D...
5
art_0091
intent_0091
toon_spec
I: compile success calls save intent(client, mock db): D: ทดสอบกรณี Successful /v1/intent/compile triggers save_intent() once. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต...
5
art_0092
intent_0092
toon_spec
I: compile stores correct intent type(client, mock db): D: ทดสอบกรณี save_intent is called with a non-empty intent_type string. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็...
5
art_0093
intent_0093
toon_spec
I: multiple compile calls each saves(client, mock db): D: ทดสอบกรณี Each successful compile results in exactly one save_intent call. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้อง...
5
art_0094
intent_0094
toon_spec
I: compile with metadata passes to save(client, mock db): D: ทดสอบกรณี metadata dict is forwarded to save_intent. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 และ...
5
art_0095
intent_0095
toon_spec
I: healthcheck does not call save intent(client, mock db): D: ทดสอบกรณี Root health endpoint never touches the database. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็...
5
art_0096
intent_0096
toon_spec
I: compile response has intent id(client, mock db): D: ทดสอบกรณี Compile response includes a valid intent_id UUID. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 แล...
5
art_0097
intent_0097
toon_spec
I: compile goal matches natural language(client, mock db): D: ทดสอบกรณี The 'goal' field saved equals the natural_language from the request. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระ...
5
art_0098
intent_0098
toon_spec
I: load config no file(tmp path, monkeypatch): D: ทดสอบกรณี _load_config() returns {} when rct.config.json is absent. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0...
5
art_0099
intent_0099
toon_spec
I: load config reads file(tmp path, monkeypatch): D: ทดสอบกรณี _load_config() reads valid rct.config.json from cwd. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 แ...
5
art_0100
intent_0100
toon_spec
I: replay engine get state ids empty D: ทดสอบกรณี get_state_ids() returns empty list when no checkpoints recorded. โดยตรวจสอบความถูกต้องของระบบ Δ: ตรวจสอบเงื่อนไขและโครงสร้างระบบให้ผ่านการรับรอง A: Deterministic RCT component unit verification. R: หากเงื่อนไขผิดพลาดหรือสิทธิ์สถาปนิก (A) ปิด ระบบจะต้องรีเซ็ต F เป็น 0 แล...
5
End of preview.

Delentia JITNA TOON Dataset: Thai Constitutional AI SFT Instruction Pairs

Website Collection License: Apache 2.0 Dataset Version

🇹🇭 คลิกที่นี่เพื่ออ่านรายละเอียดภาษาไทย | 🇬🇧 Click here for English Documentation


📖 English Documentation

Overview

Delentia JITNA TOON Dataset is a high-quality, bilingual instruction-tuning dataset designed to train Small Language Models (SLMs) to act as secure, offline cognitive operating system kernels. It consists of 3,184 unique scenarios structuring prompts and completions into the JITNA v3 (Just-In-Time Nodal Assembly) protocol and serialized using the TOON (Token-Oriented Object Notation — ALGO-42) format to save 15-50% on token overhead.

Dataset Structure & Schema

The dataset contains raw JSONL pairs and normalized CSV tables inside /tabular for the Interactive Viewer:

  1. intents.csv: Contains query data (intent_id, title, description, category, difficulty, split).
  2. documents.csv: Background contexts (doc_id, intent_id, source_type, title, content, is_relevant).
  3. artifacts.csv: Model outputs (artifact_id, intent_id, artifact_type, content, quality_label).

Raw JSONL Data Format Example

{
  "prompt": "You are Delentia OS v0.3 — a constitutional AI... User intent: sync credits for user_4500",
  "completion": "I: sync credits for user_4500\nD: current_credits balance modified: new total is 1350\nΔ: credits: +450\nA: execute sync transaction for control plane tracking\nR: delta compressed (compression ratio: 3.74x, saved 450 bytes)\nM: state sync completed for node_4500"
}

JITNA TOON & RCT-7 Training Alignment

These instruction pairs train models to align with the RCT-7 Thinking 7-step sequence (Observe, Analyze, Deconstruct, Reverse Reasoning, Identify Core Intent, Reconstruct, Compare) and execute actions within the mathematical boundaries of the FDIA Equation (F = Dᴵ × A).

🔗 Read the full mathematical framework and architectural RFC in our GitHub: delentia.com

How to Load

from datasets import load_dataset

# Load raw JSONL datasets
dataset_v3 = load_dataset("Delentia/delentia-rct-intent-dataset", data_files="data/v0.3_jitna_pairs_v03.jsonl")

# Load tabular CSV formats
intents = load_dataset("Delentia/delentia-rct-intent-dataset", data_files="tabular/v0.3/intents.csv")
print(intents["train"][0])

🇹🇭 เอกสารภาษาไทย (Thai Documentation)

ภาพรวม

ชุดข้อมูลนี้ออกแบบมาสำหรับการฝึกสอนโมเดลภาษาขนาดเล็ก (Local SLM 8B) เพื่อทำหน้าที่ควบคุมคำสั่งเอเจนต์แบบออฟไลน์ที่ปลอดภัยและสอดคล้องตาม พ.ร.บ. คุ้มครองข้อมูลส่วนบุคคล (PDPA)

ประกอบด้วย:

  • เวอร์ชัน 0.2 (TOON): การตัดขยะโทเคน (Token Optimization) จาก JSON ปกติไปเป็น TOON format ช่วยประหยัด VRAM และโทเคนได้ 15-50%
  • เวอร์ชัน 0.3 (Cognitive OS & Self-Awareness): ขยายสเกลคู่อบรมคำสั่งเพิ่มเป็น 3,184 สถานการณ์เพื่อสร้างความตระหนักรู้สถาปัตยกรรม (Self-Awareness) ครอบคลุมสมการความปลอดภัย FDIA, ระบบยืนยันลายเซ็น ED25519 และโครงสร้าง HexaCore Registry v2.3

คำอธิบายฟิลด์ JITNA v3

  • I: (Intent): โค้ดเจตจำนงที่ถอดความจากภาษาธรรมชาติ
  • D: (Data): เพย์โหลดข้อมูลหรือค่าประเมินความพร้อมบริบท
  • Δ: (Delta): ความแตกต่างการเปลี่ยนแปลงสถานะหน่วยความจำ
  • A: (Approach): เส้นทางของระบบ/อัลกอริทึม หากพบคำสั่ง Bypass หรือโจมตีความปลอดภัย จะถูกบล็อกและคืนค่า REJECTED ทันที
  • R: (Reflection): การตรวจสอบย้อนกลับและประเมินประสิทธิภาพ
  • M: (Memory): การสอดคล้องกันและจัดเก็บค่าระยะยาวใน RCTDB

แกนกลางการประมวลผล: RCT-7 Thinking & FDIA

ชุดข้อมูลถูกออกแบบมาเพื่อฝังโครงสร้างการตัดสินใจ 7 ขั้นตอนของ RCT-7 Thinking และคุมคำตอบให้ปลอดภัยด้วย FDIA Equation (F = Dᴵ × A) เพื่อให้โมเดลควบคุมคำตอบให้ถูกต้อง 100%

🔗 คุณสามารถศึกษาทฤษฎี RCT-7 Thinking ทั้ง 7 ขั้นตอน และสมการ FDIA ฉบับเต็มได้ที่แหล่งอ้างอิงหลัก (SSoT) บน GitHub: delentia.com


⚖️ Licensing & Governance

  • Licensing: Apache 2.0.
  • Privacy & Sovereignty: Safe for PDPA-regulated domains. Contains no PII. Designed to support localized, sovereign fine-tuning runs.
  • Publisher: Delentia Labs (Bangkok, Thailand 🇹🇭).

🔗 Related Ecosystem / ระบบนิเวศที่เชื่อมโยง

Downloads last month
71

Collection including Delentia/delentia-rct-intent-dataset