- RQC output of TRAICIE_SELECTION_SPECIALIST to EveAIDataCapsule

This commit is contained in:
Josako
2025-07-25 04:27:19 +02:00
parent 8a85b4540f
commit ba523a95c5
11 changed files with 338 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
# Catalog Types
CAPSULE_TYPES = {
"TRAICIE_RQC": {
"name": "Traicie Recruitment Qualified Candidate Capsule",
"description": "A capsule storing RQCs",
"partner": "traicie"
},
}