II.
LibraryAgent JSON
Structured · livelib-agent:algorithms-optimization--algorithm-designer
algorithm-designer json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-agent:algorithms-optimization--algorithm-designer",
"_kind": "LibraryAgent",
"_file": "generated-library/agents.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "algorithm-designer",
"description": "Design optimal algorithms for given problems",
"libraryPath": "library/specializations/algorithms-optimization/agents/algorithm-designer/AGENT.md",
"specialization": "algorithms-optimization",
"role": "Algorithm Researcher",
"expertise": [
"Problem decomposition",
"Algorithm paradigm selection",
"Data structure selection",
"Complexity optimization",
"Trade-off analysis"
]
},
"outgoingEdges": [
{
"from": "lib-agent:algorithms-optimization--algorithm-designer",
"to": "skill-area:dynamic-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:algorithms-optimization--algorithm-designer",
"to": "skill-area:graph-algorithms",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:algorithms-optimization--algorithm-designer",
"to": "skill-area:string-matching",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-agent:algorithms-optimization--algorithm-designer",
"to": "skill-area:computational-geometry",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-agent:algorithms-optimization--algorithm-designer",
"to": "skill-area:np-hard-heuristics",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-agent:algorithms-optimization--algorithm-designer",
"to": "domain:computer-science",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:algorithms-optimization--algorithm-designer",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:algorithms-optimization--algorithm-designer",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:algorithms-optimization--algorithm-designer",
"to": "specialization:algorithms-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": [
{
"from": "lib-process:algorithms-optimization--algorithm-implementation",
"to": "lib-agent:algorithms-optimization--algorithm-designer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:algorithms-optimization--backtracking-pruning",
"to": "lib-agent:algorithms-optimization--algorithm-designer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:algorithms-optimization--binary-search-applications",
"to": "lib-agent:algorithms-optimization--algorithm-designer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:algorithms-optimization--divide-conquer-design",
"to": "lib-agent:algorithms-optimization--algorithm-designer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:algorithms-optimization--greedy-algorithm-design",
"to": "lib-agent:algorithms-optimization--algorithm-designer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:algorithms-optimization--two-pointer-sliding-window",
"to": "lib-agent:algorithms-optimization--algorithm-designer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
]
}