core.* in die Engine-
Lade Modul …
curl https://notfalldocs.ai-revo.de/api-ch/health
curl -u admin:PASS https://notfalldocs.ai-revo.de/api-ch/dev/tree/bauchschmerz
curl -u admin:PASS https://notfalldocs.ai-revo.de/api-ch/dev/yaml/bauchschmerz
curl -u admin:PASS -X POST \
https://notfalldocs.ai-revo.de/api-ch/dev/triage/simulate \
-H 'Content-Type: application/json' \
-d '{
"moduleId": "bauchschmerz",
"core": {"sex": "female", "pregnancy_possible": true},
"answers": {}
}'
curl -u admin:PASS https://notfalldocs.ai-revo.de/api-ch/dev/system-stats
cd d:/AI-Dev/projects/notfalldocs/backend
npx tsx scripts/try.ts bauchschmerz \
'{"sex":"female","pregnancy_possible":true}' '{}'