iiRecord
Agentic AI Atlas · travel-plan-compose
lib-process:travel--travel-plan-composea5c.ai
II.
LibraryProcess JSON

lib-process:travel--travel-plan-compose

Structured · live

travel-plan-compose 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:travel--travel-plan-compose",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "travel-plan-compose",
    "description": "Turn a traveler's profile + constraints into sophisticated\n  multi-city itineraries -- including stopover-as-vacation legs and\n  cheaper-than-direct two-destination trips -- by composing SQL queries\n  against the SQLite travel database produced by\n  `flight-dataset-build.js`. Every database interaction is performed by\n  Python 3 scripts that import the stdlib `sqlite3` module. No MCP is\n  used. No sqlite3 CLI shell-outs -- Python only. All tasks in this\n  process are kind:'agent'.",
    "libraryPath": "library/specializations/domains/business/travel/travel-plan-compose.js",
    "specialization": "travel",
    "usesAgents": [
      "traveler-profiler",
      "sql-query-composer",
      "stopover-strategist",
      "itinerary-narrator"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:travel--travel-plan-compose",
      "to": "skill-area:travel-itinerary-planning",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:travel--travel-plan-compose",
      "to": "skill-area:product-discovery",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:travel--travel-plan-compose",
      "to": "domain:travel",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:travel--travel-plan-compose",
      "to": "role:product-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:travel--travel-plan-compose",
      "to": "role:operations-analyst",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:travel--travel-plan-compose",
      "to": "workflow:customer-journey-optimization",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:travel--travel-plan-compose",
      "to": "specialization:travel",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    },
    {
      "from": "lib-process:travel--travel-plan-compose",
      "to": "lib-agent:travel--traveler-profiler",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:travel--travel-plan-compose",
      "to": "lib-agent:travel--sql-query-composer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:travel--travel-plan-compose",
      "to": "lib-agent:travel--stopover-strategist",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:travel--travel-plan-compose",
      "to": "lib-agent:travel--itinerary-narrator",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}