iiRecord
Agentic AI Atlas · sql-query-composer
lib-agent:travel--sql-query-composera5c.ai
II.
LibraryAgent JSON

lib-agent:travel--sql-query-composer

Structured · live

sql-query-composer 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--sql-query-composer",
  "_kind": "LibraryAgent",
  "_file": "generated-library/agents.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "sql-query-composer",
    "description": "Authors and executes Python 3 + stdlib sqlite3 query scripts against the curated travel database to produce direct-flight options, cost comparisons, and carrier/aircraft breakdowns. Carries the verbatim SQL as audit evidence.",
    "libraryPath": "library/specializations/domains/business/travel/agents/sql-query-composer/AGENT.md",
    "specialization": "travel",
    "role": "SQL Query Composer",
    "expertise": [
      "Composing SQL against a known SCHEMA.md (never guesses columns)",
      "Read-only sqlite3 connections (mode=ro URI)",
      "Pushing filters into SQL predicates, not Python post-processing",
      "Preserving the SQL string as audit evidence alongside results"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-agent:travel--sql-query-composer",
      "to": "skill-area:travel-itinerary-planning",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:travel--sql-query-composer",
      "to": "skill-area:data-analysis",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-agent:travel--sql-query-composer",
      "to": "skill-area:etl-pipelines",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-agent:travel--sql-query-composer",
      "to": "domain:travel",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:travel--sql-query-composer",
      "to": "role:data-analyst",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:travel--sql-query-composer",
      "to": "role:analytics-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-agent:travel--sql-query-composer",
      "to": "role:data-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-agent:travel--sql-query-composer",
      "to": "workflow:customer-journey-optimization",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:travel--sql-query-composer",
      "to": "specialization:travel",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "lib-process:shared--db-agent-explore",
      "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--sql-query-composer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ]
}