iiRecord
Agentic AI Atlas · stopover-strategist
lib-agent:travel--stopover-strategista5c.ai
II.
LibraryAgent JSON

lib-agent:travel--stopover-strategist

Structured · live

stopover-strategist json

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

File · generated-library/agents.yamlCluster · generated-library
Record JSON
{
  "id": "lib-agent:travel--stopover-strategist",
  "_kind": "LibraryAgent",
  "_file": "generated-library/agents.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "stopover-strategist",
    "description": "Finds 2-3 day stopover-as-vacation itineraries that turn the connection into a second destination, using the one_stop_itineraries helper view. Surfaces itineraries that beat a direct flight on price or deliver two destinations for the cost of one.",
    "libraryPath": "library/specializations/domains/business/travel/agents/stopover-strategist/AGENT.md",
    "specialization": "travel",
    "role": "Stopover Strategist",
    "expertise": [
      "One-stop itinerary graph traversal via the one_stop_itineraries view",
      "Same-weather filtering via koppen_class groups",
      "Walking-city + interest matching against destination tags",
      "Variant generation: stopover-on-outbound, stopover-on-return, stopover-on-both",
      "Ranking by (leg1+leg2) vs direct-baseline delta"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-agent:travel--stopover-strategist",
      "to": "skill-area:travel-itinerary-planning",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:travel--stopover-strategist",
      "to": "skill-area:data-analysis",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-agent:travel--stopover-strategist",
      "to": "skill-area:quantitative-modeling",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-agent:travel--stopover-strategist",
      "to": "domain:travel",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:travel--stopover-strategist",
      "to": "role:data-analyst",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:travel--stopover-strategist",
      "to": "role:operations-analyst",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-agent:travel--stopover-strategist",
      "to": "role:product-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-agent:travel--stopover-strategist",
      "to": "workflow:customer-journey-optimization",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:travel--stopover-strategist",
      "to": "specialization:travel",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "lib-process:travel--travel-plan-compose",
      "to": "lib-agent:travel--stopover-strategist",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ]
}