{
  "@type": "agent",
  "id": "author-identity",
  "name": "Author Identity",
  "label": "Author identity",
  "description": "Per-author voice + identity profile. Crawls the author's LinkedIn + sample article URLs + pasted snippets, derives a 5-axis voice profile + signature patterns + LinkedIn-post style PLUS the identity-substance layer (point_of_view / signature_stories / topics_owned / topics_avoided / posting_goals — what makes a personal post original, not just well-styled), persists to clients/<client_id>/authors/<author_id>.json. Used by the content engine for thought-leadership articles + LinkedIn posts where the author's personal voice is the deliverable (not the company line). Phase 1: drafts only; Phase 2 will add LinkedIn organic auto-post.",
  "summary": "Voice, point of view, signature stories and posting cadence per author, from their real writing.",
  "deliverable": "A per-author voice and identity profile every LinkedIn post is drafted from.",
  "discipline": "social",
  "model": "claude-sonnet-4-6",
  "tier": "reasoning",
  "maxUsd": 2,
  "maxToolCalls": 30,
  "deliveryFormat": "docx",
  "requiredConnectors": [
    "web_crawl"
  ],
  "optionalConnectors": [],
  "prerequisites": [],
  "dashboards": [
    "social-calendar"
  ],
  "edges": {
    "out": [
      {
        "from": "agent:author-identity",
        "to": "discipline:social",
        "kind": "agent_discipline"
      },
      {
        "from": "agent:author-identity",
        "to": "connector:web_crawl",
        "kind": "agent_requires"
      },
      {
        "from": "agent:author-identity",
        "to": "deliverable:docx",
        "kind": "agent_deliverable"
      },
      {
        "from": "agent:author-identity",
        "to": "dashboard:social-calendar",
        "kind": "agent_dashboard"
      }
    ],
    "in": [
      {
        "from": "objective:social",
        "to": "agent:author-identity",
        "kind": "objective_agent"
      }
    ]
  },
  "evidence": {
    "samples": [],
    "shipped": []
  },
  "page": "https://nexus.effiqs.com/agents/author-identity"
}
