tpp-data-normalization-0aba
Normalize TPP data based on the inputs provided.
Save and test the current draft here. Publishing marks the test-ready version live.
Configure shared agent inputs and the ordered execution steps.
[
{
"name": "engagementSummary",
"description": "Engagement Summary",
"required": false,
"schema": {
"type": "string"
}
}
]Derived from the first sub-agent in the execution order.
[
{
"name": "drugName",
"description": "drugName",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "mechanismOfAction",
"description": "mechanismOfAction",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "manufacturerUs",
"description": "manufacturerUs",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "natureOfAsset",
"description": "natureOfAsset",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "yearOfApprovalUs",
"description": "yearOfApprovalUs",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "indicationIncludingLineOfTherapy",
"description": "indicationIncludingLineOfTherapy",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "diseaseAreaOrTumorType",
"description": "diseaseAreaOrTumorType",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "diseaseStatus",
"description": "diseaseStatus",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "patientSegment",
"description": "patientSegment",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "biomarkerDriven",
"description": "biomarkerDriven",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "biomarker",
"description": "biomarker",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "cdxRequired",
"description": "cdxRequired",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "ultraRareRareOrNonRare",
"description": "ultraRareRareOrNonRare",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "durationOfIllnessOrMedianSurvival",
"description": "durationOfIllnessOrMedianSurvival",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "efficacyVsSoc",
"description": "efficacyVsSoc",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "keyEfficacy",
"description": "keyEfficacy",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "benchmarkSocEfficacy",
"description": "benchmarkSocEfficacy",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "safetyVsSoc",
"description": "safetyVsSoc",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "keySafety",
"description": "keySafety",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "routeOfAdministration",
"description": "routeOfAdministration",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "dosingScheduleOrTreatmentBurden",
"description": "dosingScheduleOrTreatmentBurden",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "convenienceVsSoc",
"description": "convenienceVsSoc",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "selfAdministered",
"description": "selfAdministered",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "estimatedDurationOfTherapy",
"description": "estimatedDurationOfTherapy",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "htaUkNice",
"description": "htaUkNice",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "htaGermanyAdditionalBenefit",
"description": "htaGermanyAdditionalBenefit",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "htaFranceSmrAsmr",
"description": "htaFranceSmrAsmr",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "standardOfCareAtLaunch",
"description": "standardOfCareAtLaunch",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "numberOfApprovedCompetitors",
"description": "numberOfApprovedCompetitors",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "orderOfEntryClass",
"description": "orderOfEntryClass",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "orderOfEntryIndication",
"description": "orderOfEntryIndication",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "marketSizePrevalenceOrTreatmentStarts",
"description": "marketSizePrevalenceOrTreatmentStarts",
"required": true,
"schema": {
"type": "string"
}
}
]Derived from the final sub-agent in the execution order.
Configure governance, evaluation criteria, and release gate references.
No evaluation criteria configured.
Promotion gates will be configured in a future production promotion release.
No promotion gates configured.
Run the selected draft with an ad-hoc payload or a saved test case.
{
"type": "object",
"properties": {
"drugName": {
"type": "string"
},
"mechanismOfAction": {
"type": "string"
},
"manufacturerUs": {
"type": "string"
},
"natureOfAsset": {
"type": "string"
},
"yearOfApprovalUs": {
"type": "string"
},
"indicationIncludingLineOfTherapy": {
"type": "string"
},
"diseaseAreaOrTumorType": {
"type": "string"
},
"diseaseStatus": {
"type": "string"
},
"patientSegment": {
"type": "string"
},
"biomarkerDriven": {
"type": "string"
},
"biomarker": {
"type": "string"
},
"cdxRequired": {
"type": "string"
},
"ultraRareRareOrNonRare": {
"type": "string"
},
"durationOfIllnessOrMedianSurvival": {
"type": "string"
},
"efficacyVsSoc": {
"type": "string"
},
"keyEfficacy": {
"type": "string"
},
"benchmarkSocEfficacy": {
"type": "string"
},
"safetyVsSoc": {
"type": "string"
},
"keySafety": {
"type": "string"
},
"routeOfAdministration": {
"type": "string"
},
"dosingScheduleOrTreatmentBurden": {
"type": "string"
},
"convenienceVsSoc": {
"type": "string"
},
"selfAdministered": {
"type": "string"
},
"estimatedDurationOfTherapy": {
"type": "string"
},
"htaUkNice": {
"type": "string"
},
"htaGermanyAdditionalBenefit": {
"type": "string"
},
"htaFranceSmrAsmr": {
"type": "string"
},
"standardOfCareAtLaunch": {
"type": "string"
},
"numberOfApprovedCompetitors": {
"type": "string"
},
"orderOfEntryClass": {
"type": "string"
},
"orderOfEntryIndication": {
"type": "string"
},
"marketSizePrevalenceOrTreatmentStarts": {
"type": "string"
}
},
"required": [
"drugName",
"mechanismOfAction",
"manufacturerUs",
"natureOfAsset",
"yearOfApprovalUs",
"indicationIncludingLineOfTherapy",
"diseaseAreaOrTumorType",
"diseaseStatus",
"patientSegment",
"biomarkerDriven",
"biomarker",
"cdxRequired",
"ultraRareRareOrNonRare",
"durationOfIllnessOrMedianSurvival",
"efficacyVsSoc",
"keyEfficacy",
"benchmarkSocEfficacy",
"safetyVsSoc",
"keySafety",
"routeOfAdministration",
"dosingScheduleOrTreatmentBurden",
"convenienceVsSoc",
"selfAdministered",
"estimatedDurationOfTherapy",
"htaUkNice",
"htaGermanyAdditionalBenefit",
"htaFranceSmrAsmr",
"standardOfCareAtLaunch",
"numberOfApprovedCompetitors",
"orderOfEntryClass",
"orderOfEntryIndication",
"marketSizePrevalenceOrTreatmentStarts"
],
"additionalProperties": false
}No test result has been run yet.