Views
No views yet
10.6084/m9.figshare.31384594https://doi.org/10.6084/m9.figshare.31384594SHOWCASE_PUBLIC.mdBENCHMARK_REPORT.mdCOMMERCIAL_ACCESS.mdCITATION.cffOUTREACH_TEMPLATES.mdPUBLISH_CHECKLIST.md1graph TD
2 A[Input Pulse] --> B[Phantom Kernel]
3 B --> C[Episodic Memory Slabs and Z-Hypergrid]
4
5 D[Deterministic Cognitive Controller CCS-v2] -->|Goal Maintenance| B
6 D -->|Attention Allocation| C
7 D -->|Conflict Inhibition| B
8 D -->|Error Monitor and Correction| B
9 D -->|Task Switching and Prospection| C
10 D -->|Meta Rule Update| E[Third-Order Rule Modifier]
11
12 F[goal_vector.dat Hierarchical Goal Stack] --> D
13 D --> G[trace_log.jsonl Full Audit Trail]1flowchart LR
2 G1[Load Active Goal] --> A1[Allocate Active Zones]
3 A1 --> C1[Query Candidate Bindings]
4 C1 --> I1[Resolve Conflicts]
5 I1 --> P1[Prospection 2-3 Futures]
6 P1 --> E1[Error Monitor vs Goal]
7 E1 -->|Deviation High| R1[Deterministic Rebind]
8 E1 -->|Deviation Low| O1[Materialize Output]
9 R1 --> O1
10 O1 --> T1[Append Trace Log]
11 T1 --> M1[Third-Order Rule Update]goal_vector.dat, parent-child relations, deterministic selection.shadow_x_v14_ccs/cognitive_controller.py: CCS-v2 implementation.shadow_x_v14_ccs/phantom_bridge.py: bridge from CCS-v2 to phantom_kernel.py.shadow_x_v14_ccs/demo_cli.py: one-shot + goal query + trace + self-correction demo.shadow_x_v14_ccs/ARCHITECTURE.md: architecture notes.shadow_x_v14_ccs/README.md: package-focused documentation.tests/test_shadow_x_v14_ccs.py: controller unit/integration tests.tests/test_shadow_x_v14_phantom_bridge.py: bridge tests + real-dataset smoke.tests/test_shadow_x_v14_demo_cli.py: public demo flow tests.tests/test_enterprise_aml_use_case.py: AML enterprise case tests.tests/test_enterprise_real_use_cases.py: insurance + trade enterprise case tests.tests/test_enterprise_next_use_cases.py: KYC + procurement + pharma enterprise case tests.1from shadow_x_v14_ccs import create_v14_controller_with_phantom_kernel
2
3controller = create_v14_controller_with_phantom_kernel(
4 model_path="v11_Morpho_Optimized",
5 state_dir="shadow_x_v14_ccs/state",
6 max_zone_candidates=128,
7 max_candidates_per_zone=16,
8)https://huggingface.co/spaces/RthItalia/shadow-x-v14-mini-demohttps://gist.github.com/rthgit/6ec122cce85c6aebba46a53df0877027BENCHMARK_REPORT.mduse_cases/enterprise_aml_contractual_compliance.pyslab_id, vertex_id, resonance)throughput, p95, p99)use_cases/insurance_claims_fraud_triage.pyslab_id, vertex_id, resonance)throughput, p95, p99)use_cases/trade_surveillance_market_abuse.pyslab_id, vertex_id, resonance)throughput, p95, p99)use_cases/kyc_periodic_review_beneficial_ownership.pyslab_id, vertex_id, resonance)throughput, p95, p99)use_cases/procurement_contract_risk_gate.pyslab_id, vertex_id, resonance)throughput, p95, p99)use_cases/pharma_gxp_sop_compliance.pyslab_id, vertex_id, resonance)throughput, p95, p99)use_cases/USE_CASES_BACKLOG.mdhttps://huggingface.co/datasets/RthItalia/shadow-x-memory-assetsShadow-X Non-Commercial License v1.0.info@rthitalia.comLICENSE.mdCOMMERCIAL_ACCESS.md