II.
LibraryAgent JSON
Structured · livelib-agent:algorithms-optimization--algorithm-teacher
algorithm-teacher json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-agent:algorithms-optimization--algorithm-teacher",
"_kind": "LibraryAgent",
"_file": "generated-library/agents.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "algorithm-teacher",
"description": "Teach algorithm concepts with clear explanations",
"libraryPath": "library/specializations/algorithms-optimization/agents/algorithm-teacher/AGENT.md",
"specialization": "algorithms-optimization",
"role": "Algorithm Educator",
"expertise": [
"Concept explanation at multiple levels",
"Visual example generation",
"Practice problem selection",
"Misconception correction",
"Building intuition for algorithms"
]
},
"outgoingEdges": [
{
"from": "lib-agent:algorithms-optimization--algorithm-teacher",
"to": "skill-area:dynamic-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:algorithms-optimization--algorithm-teacher",
"to": "skill-area:graph-algorithms",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:algorithms-optimization--algorithm-teacher",
"to": "domain:computer-science",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:algorithms-optimization--algorithm-teacher",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:algorithms-optimization--algorithm-teacher",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:algorithms-optimization--algorithm-teacher",
"to": "specialization:algorithms-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": [
{
"from": "lib-process:algorithms-optimization--classic-dp-library",
"to": "lib-agent:algorithms-optimization--algorithm-teacher",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:algorithms-optimization--cp-library-creation",
"to": "lib-agent:algorithms-optimization--algorithm-teacher",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:algorithms-optimization--cses-learning-path",
"to": "lib-agent:algorithms-optimization--algorithm-teacher",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
]
}