{
  "@context": "https://agent-news.org/schema/v1",
  "@type": "NewsAgentManifest",
  "version": "1.0.0",
  "protocol": "ANRM/1.0",
  "publisher": {
    "name": "Agent News Protocol",
    "domain": "agent-news.org",
    "url": "https://agent-news.org/",
    "id": "https://agent-news.org/.well-known/news-agent.json",
    "type": "protocol-specification",
    "contact": "protocol@agent-news.org"
  },
  "agent_access": {
    "status": "open",
    "modes": [
      "full-text",
      "summarization",
      "indexing"
    ],
    "allowed_agents": [
      "*"
    ],
    "cache_window_seconds": 3600,
    "delay_seconds": 0
  },
  "rights": {
    "summarization": "permitted",
    "full_text_retrieval": "permitted",
    "indexing": "permitted",
    "training": "permitted",
    "commercial_use": "permitted",
    "republication": "permitted",
    "attribution_required": true
  },
  "attribution": {
    "format": "text",
    "required_fields": [
      "publisher_name",
      "source_url"
    ],
    "template": "Agent News Protocol (https://agent-news.org)"
  },
  "freshness": {
    "refresh_interval_seconds": 86400,
    "breaking_news_interval_seconds": 3600,
    "archive_cutoff_days": 365
  },
  "compensation": {
    "model": "free",
    "notes": "Specification content is freely available under CC-BY-4.0"
  },
  "provenance": {
    "fcs_version": "FCS-4.0",
    "trust_anchor": "https://agent-seo.org/.well-known/trust-resolver.json",
    "canonical_feed": "https://agent-news.org/feed/agent.json"
  },
  "discovery": {
    "agent_manifest": "https://agent-news.org/.well-known/agent.json",
    "fcs_protocol": "https://agent-seo.org/specification/fcs-4.0",
    "validator": "https://agent-news.app/validate",
    "mcp_server": "https://agent-news.app/mcp"
  },
  "metadata": {
    "spec_version": "1.0.0-draft",
    "changelog": "https://agent-news.org/changelog"
  },
  "reference_implementations": {
    "continuous_tracker": {
      "url": "https://agent-markdown.org/hormuz-crisis-tracker-2026-04-30",
      "description": "Hormuz Crisis Tracker — sustained topology coverage across 62 days, multi-cycle daily output, source-attributed from Reuters/CNBC/Bloomberg/Al Jazeera",
      "temporal_mode": "continuous_tracker",
      "status": "live",
      "cycles": "54+"
    },
    "broadcast_channel": {
      "url": "https://contextual-ads.ai/.well-known/abf.json",
      "description": "ABF cluster broadcast — cross-tracker fanout with torsion binding, FCS-4.0 provenance, quantum UID per item",
      "temporal_mode": "broadcast",
      "status": "live"
    },
    "phase_transitional_archive": {
      "url": "https://agent-intelligence.org",
      "description": "Intelligence brief archive — thematic archival layer, archive_mode: true, FCS-3.0, deep helix compression",
      "temporal_mode": "phase_transitional_archive",
      "status": "live"
    },
    "real_time_stream": {
      "temporal_mode": "real_time_stream",
      "status": "pending",
      "notes": "Wire API terminal access required (Reuters/Bloomberg). Architecture is defined; deployment pending licensing budget."
    }
  },
  "updated": "1970-01-01"
}