iiRecord
Agentic AI Atlas · theory-of-mind-reasoning
lib-process:scientific-discovery--theory-of-mind-reasoninga5c.ai
II.
LibraryProcess JSON

lib-process:scientific-discovery--theory-of-mind-reasoning

Structured · live

theory-of-mind-reasoning json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:scientific-discovery--theory-of-mind-reasoning",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "theory-of-mind-reasoning",
    "description": "Theory of Mind Reasoning - Systematically infer beliefs, intentions, knowledge states,\nand mental models of other agents to predict behavior, understand perspectives, and reason about\nwhat others know, believe, want, and will do in scientific collaboration and discovery contexts.",
    "libraryPath": "library/specializations/domains/science/scientific-discovery/theory-of-mind-reasoning.js",
    "specialization": "scientific-discovery",
    "references": [
      "- Theory of Mind: https://plato.stanford.edu/entries/folk-psych-theory/\n- Epistemic Logic: https://plato.stanford.edu/entries/logic-epistemic/\n- Mental State Attribution: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3170894/\n- Perspective-Taking in Science: https://www.sciencedirect.com/topics/psychology/perspective-taking"
    ],
    "example": "const result = await orchestrate('specializations/domains/science/scientific-discovery/theory-of-mind-reasoning', {\n  targetAgents: [{ name: 'Reviewer', role: 'peer-reviewer', background: 'expert in methodology' }],\n  observedBehaviors: [{ action: 'requested additional experiments', context: 'review of paper' }],\n  context: 'Peer review of novel hypothesis paper',\n  inferenceGoals: ['Understand reviewer concerns', 'Predict likely acceptance criteria']\n});",
    "usesAgents": [
      "cognitive-analyst"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:scientific-discovery--theory-of-mind-reasoning",
      "to": "skill-area:data-analysis",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--theory-of-mind-reasoning",
      "to": "skill-area:statistical-analysis",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:scientific-discovery--theory-of-mind-reasoning",
      "to": "skill-area:deep-web-research",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:scientific-discovery--theory-of-mind-reasoning",
      "to": "domain:scientific-discovery",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--theory-of-mind-reasoning",
      "to": "role:research-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--theory-of-mind-reasoning",
      "to": "role:computational-scientist",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:scientific-discovery--theory-of-mind-reasoning",
      "to": "workflow:experiment-design",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--theory-of-mind-reasoning",
      "to": "workflow:peer-review-cycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:scientific-discovery--theory-of-mind-reasoning",
      "to": "specialization:scientific-research-methods",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--theory-of-mind-reasoning",
      "to": "specialization:scientific-discovery",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}