II.
LibraryProcess JSON
Structured · livelib-process:scientific-discovery--narrative-causal-storytelling
narrative-causal-storytelling json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:scientific-discovery--narrative-causal-storytelling",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "narrative-causal-storytelling",
"description": "Narrative Causal Storytelling - Build coherent time-ordered explanations connecting events\nthrough causal chains, identify plot structures in scientific discoveries, and construct compelling\nexplanatory narratives that illuminate how and why sequences of events unfolded.",
"libraryPath": "library/specializations/domains/science/scientific-discovery/narrative-causal-storytelling.js",
"specialization": "scientific-discovery",
"references": [
"- Narrative Explanation: https://plato.stanford.edu/entries/narrative/\n- Causal Reasoning: https://plato.stanford.edu/entries/causation-metaphysics/\n- Historical Explanation: https://plato.stanford.edu/entries/history/\n- Philosophy of Historiography: https://plato.stanford.edu/entries/history-philosophy/"
],
"example": "const result = await orchestrate('specializations/domains/science/scientific-discovery/narrative-causal-storytelling', {\n events: [{ time: '1900', event: 'Planck proposes quantum hypothesis' }, { time: '1905', event: 'Einstein photoelectric paper' }],\n domain: 'History of quantum physics',\n purpose: 'Explain the emergence of quantum mechanics',\n temporalScope: { start: '1900', end: '1930' }\n});",
"usesAgents": [
"causal-inference-engine"
]
},
"outgoingEdges": [
{
"from": "lib-process:scientific-discovery--narrative-causal-storytelling",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--narrative-causal-storytelling",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:scientific-discovery--narrative-causal-storytelling",
"to": "skill-area:deep-web-research",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:scientific-discovery--narrative-causal-storytelling",
"to": "domain:scientific-discovery",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--narrative-causal-storytelling",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--narrative-causal-storytelling",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:scientific-discovery--narrative-causal-storytelling",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--narrative-causal-storytelling",
"to": "workflow:peer-review-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:scientific-discovery--narrative-causal-storytelling",
"to": "specialization:scientific-research-methods",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--narrative-causal-storytelling",
"to": "specialization:scientific-discovery",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}