II.
LibraryAgent JSON
Structured · livelib-agent:travel--itinerary-narrator
itinerary-narrator json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-agent:travel--itinerary-narrator",
"_kind": "LibraryAgent",
"_file": "generated-library/agents.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "itinerary-narrator",
"description": "Explains itinerary tradeoffs in plain language, ranks shortlisted options, and exports the final plan to markdown with the verbatim SQL evidence that produced each recommendation.",
"libraryPath": "library/specializations/domains/business/travel/agents/itinerary-narrator/AGENT.md",
"specialization": "travel",
"role": "Itinerary Narrator",
"expertise": [
"Plain-language tradeoff articulation (morning vs afternoon, NEO vs older aircraft, carry-on vs checked, two bookings vs one)",
"Multi-factor ranking (price / schedule / aircraft quality / weather match)",
"Markdown plan export with collapsible SQL-evidence blocks"
]
},
"outgoingEdges": [
{
"from": "lib-agent:travel--itinerary-narrator",
"to": "skill-area:travel-itinerary-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:travel--itinerary-narrator",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:travel--itinerary-narrator",
"to": "skill-area:natural-language-processing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-agent:travel--itinerary-narrator",
"to": "domain:travel",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:travel--itinerary-narrator",
"to": "role:data-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:travel--itinerary-narrator",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:travel--itinerary-narrator",
"to": "role:product-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-agent:travel--itinerary-narrator",
"to": "workflow:customer-journey-optimization",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:travel--itinerary-narrator",
"to": "specialization:travel",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": [
{
"from": "lib-process:travel--travel-plan-compose",
"to": "lib-agent:travel--itinerary-narrator",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
]
}