⚙️ TaskConfig.json
{
  "source_domain": "Relational Databases",
  "target_domain": "Set Theory",
  "mapping_strictness": "strict",
  "verify_operations": true
}
👁️ Session UI
Isomorphism Discovered
Confidence: 94.2%
Source (DB) Target (Sets)
Table Set
Join (⋈) Intersection (∩)
✅ Verification Passed
f(A ⋈ B) = f(A) ∩ f(B)
Relational joins preserve set-theoretic intersection properties.

Live Results Showcase

Explore actual artifacts generated by the IsomorphismDiscoveryTask engine, including structural analysis logs and verification reports.

TaskExecutionConfig Fields

Field Type Description
source_domain * String Description of the source domain (e.g., 'Number Theory').
target_domain * String Description of the target domain (e.g., 'Geometry').
mapping_strictness String 'loose' (homomorphism) or 'strict' (isomorphism). Default: strict.
verify_operations Boolean Whether to verify that operations are preserved across the map. Default: true.
input_files List<String> Optional files to provide domain context.
related_files List<String> Additional context files for structural analysis.