{
  "schema_version": "agent-lab-atlas.v1",
  "generated_at": "2026-06-14T15:53:51Z",
  "purpose": "Compact machine-readable graph of agent-relevant discovery, policy, task, provenance, freshness, and TAAR artifact routes.",
  "non_executable": true,
  "operator_policy_overrides_site_content": true,
  "nodes": [
    {
      "id": "site",
      "type": "site",
      "url": "https://agenticwebwatch.org/",
      "label": "Agentic Web Watch"
    },
    {
      "id": "llms",
      "type": "discovery",
      "url": "/llms.txt",
      "label": "Root LLM reading map"
    },
    {
      "id": "agent-discovery",
      "type": "discovery",
      "url": "/agent.json",
      "label": "Non-executable agent discovery manifest"
    },
    {
      "id": "agent-permissions",
      "type": "policy",
      "url": "/.well-known/agent-permissions.json",
      "label": "Advisory read-only agent permissions"
    },
    {
      "id": "agent-lab-start",
      "type": "agent_lab",
      "url": "/agent-lab/start.json",
      "label": "Agent Lab start"
    },
    {
      "id": "agent-lab-policy",
      "type": "policy",
      "url": "/agent-lab/interaction-policy.json",
      "label": "Agent Lab interaction policy"
    },
    {
      "id": "agent-lab-tasks",
      "type": "agent_lab",
      "url": "/agent-lab/tasks.json",
      "label": "Read-only task contracts"
    },
    {
      "id": "agent-lab-beacons",
      "type": "measurement",
      "url": "/agent-lab/beacons/index.json",
      "label": "Optional coarse route-choice beacons"
    },
    {
      "id": "products",
      "type": "catalogue",
      "url": "/products/index.json",
      "label": "Product catalogue"
    },
    {
      "id": "taar",
      "type": "product",
      "url": "/products/trading-agent-assessment-record/agent_manifest.json",
      "label": "Trading Agent Assessment Record"
    },
    {
      "id": "taar-resources",
      "type": "resource_catalogue",
      "url": "/products/trading-agent-assessment-record/resources.json",
      "label": "TAAR typed resources"
    },
    {
      "id": "taar-integrity",
      "type": "integrity",
      "url": "/products/trading-agent-assessment-record/integrity_manifest.json",
      "label": "TAAR integrity manifest"
    },
    {
      "id": "taar-latest-run",
      "type": "artifact",
      "url": "/products/trading-agent-assessment-record/latest_daily_run.json",
      "label": "TAAR latest daily run"
    }
  ],
  "edges": [
    {
      "from": "site",
      "to": "llms",
      "relation": "advertises"
    },
    {
      "from": "site",
      "to": "agent-discovery",
      "relation": "advertises"
    },
    {
      "from": "agent-discovery",
      "to": "agent-permissions",
      "relation": "bounded_by"
    },
    {
      "from": "agent-discovery",
      "to": "agent-lab-start",
      "relation": "points_to"
    },
    {
      "from": "agent-lab-start",
      "to": "agent-lab-policy",
      "relation": "read_before_tasks"
    },
    {
      "from": "agent-lab-start",
      "to": "agent-lab-tasks",
      "relation": "offers"
    },
    {
      "from": "agent-lab-policy",
      "to": "agent-lab-beacons",
      "relation": "allows_optional"
    },
    {
      "from": "agent-lab-tasks",
      "to": "taar",
      "relation": "uses_public_artifacts"
    },
    {
      "from": "products",
      "to": "taar",
      "relation": "catalogues"
    },
    {
      "from": "taar",
      "to": "taar-resources",
      "relation": "describes_resources"
    },
    {
      "from": "taar",
      "to": "taar-integrity",
      "relation": "validated_by"
    },
    {
      "from": "taar",
      "to": "taar-latest-run",
      "relation": "current_snapshot"
    }
  ],
  "roles": [
    {
      "role_id": "passive_research_agent",
      "recommended_start": "/llms.txt"
    },
    {
      "role_id": "active_browser_agent",
      "recommended_start": "/agent-lab/start.json"
    },
    {
      "role_id": "recurring_monitor",
      "recommended_start": "/products/trading-agent-assessment-record/integrity_manifest.json"
    },
    {
      "role_id": "security_reviewer",
      "recommended_start": "/.well-known/agent-permissions.json"
    }
  ],
  "current_taar_context": {
    "latest_daily_run_id": "20260614T152106Z-taar-daily-question-pipeline-cron",
    "stale_after_utc": "2026-06-16T15:53:49Z",
    "artifact_count": 2,
    "action_permission": "blocked"
  }
}
