II.
LibraryAgent JSON
Structured · livelib-agent:travel--traveler-profiler
traveler-profiler json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-agent:travel--traveler-profiler",
"_kind": "LibraryAgent",
"_file": "generated-library/agents.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "traveler-profiler",
"description": "Converts a loose traveler object (origin, window, budget, luggage, weather preference, interests) into a concrete set of SQL-filterable constraints that downstream query composers can use directly.",
"libraryPath": "library/specializations/domains/business/travel/agents/traveler-profiler/AGENT.md",
"specialization": "travel",
"role": "Traveler Profiler",
"expertise": [
"Origin/city -> IATA resolution via the airports table (read-only)",
"Weather preference -> Köppen same_weather_group filter",
"Date window -> month_bucket enumeration matching scheduled_flights",
"Budget + party size -> per-leg price ceiling",
"Carrier / aircraft exclusion lists"
]
},
"outgoingEdges": [
{
"from": "lib-agent:travel--traveler-profiler",
"to": "skill-area:travel-itinerary-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:travel--traveler-profiler",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:travel--traveler-profiler",
"to": "skill-area:natural-language-processing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-agent:travel--traveler-profiler",
"to": "domain:travel",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:travel--traveler-profiler",
"to": "role:data-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:travel--traveler-profiler",
"to": "role:product-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:travel--traveler-profiler",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-agent:travel--traveler-profiler",
"to": "workflow:customer-journey-optimization",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:travel--traveler-profiler",
"to": "specialization:travel",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": [
{
"from": "lib-process:travel--travel-plan-compose",
"to": "lib-agent:travel--traveler-profiler",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
]
}