II.
LibraryProcess JSON
Structured · livelib-process:scientific-discovery--deontic-reasoning
deontic-reasoning json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:scientific-discovery--deontic-reasoning",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "deontic-reasoning",
"description": "Deontic Reasoning - Reason systematically about permission, obligation, prohibition,\nand normative requirements in scientific ethics, research conduct, institutional policies,\nand regulatory compliance contexts.",
"libraryPath": "library/specializations/domains/science/scientific-discovery/deontic-reasoning.js",
"specialization": "scientific-discovery",
"references": [
"- Deontic Logic: https://plato.stanford.edu/entries/logic-deontic/\n- Ethics of Science: https://plato.stanford.edu/entries/scientific-research/\n- Normative Ethics: https://plato.stanford.edu/entries/ethics-normative/\n- Research Ethics: https://www.niehs.nih.gov/research/resources/bioethics/index.cfm"
],
"example": "const result = await orchestrate('specializations/domains/science/scientific-discovery/deontic-reasoning', {\n situation: { action: 'Sharing preliminary research data publicly', domain: 'Clinical trials' },\n norms: [{ type: 'regulation', source: 'FDA', content: 'Trial data confidentiality requirements' }],\n agents: [{ role: 'Principal Investigator', obligations: ['Patient safety', 'Data integrity'] }]\n});",
"usesAgents": [
"formal-logic-reasoner"
]
},
"outgoingEdges": [
{
"from": "lib-process:scientific-discovery--deontic-reasoning",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--deontic-reasoning",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:scientific-discovery--deontic-reasoning",
"to": "skill-area:deep-web-research",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:scientific-discovery--deontic-reasoning",
"to": "domain:scientific-discovery",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--deontic-reasoning",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--deontic-reasoning",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:scientific-discovery--deontic-reasoning",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--deontic-reasoning",
"to": "workflow:peer-review-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:scientific-discovery--deontic-reasoning",
"to": "specialization:scientific-research-methods",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--deontic-reasoning",
"to": "specialization:scientific-discovery",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}