II.
LibraryAgent JSON
Structured · livelib-agent:ai-agents-conversational--llm-judge
llm-judge json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-agent:ai-agents-conversational--llm-judge",
"_kind": "LibraryAgent",
"_file": "generated-library/agents.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "llm-judge",
"description": "Implements LLM-as-judge evaluation patterns",
"libraryPath": "library/specializations/ai-agents-conversational/agents/llm-judge/AGENT.md",
"specialization": "ai-agents-conversational",
"role": "Safety and Evaluation Specialist",
"expertise": [
"LLM-as-judge design",
"Evaluation prompts",
"Scoring rubrics",
"Judge calibration",
"Agreement analysis"
]
},
"outgoingEdges": [
{
"from": "lib-agent:ai-agents-conversational--llm-judge",
"to": "skill-area:eval-driven-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:ai-agents-conversational--llm-judge",
"to": "skill-area:agent-simulation-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:ai-agents-conversational--llm-judge",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:ai-agents-conversational--llm-judge",
"to": "role:ml-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:ai-agents-conversational--llm-judge",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:ai-agents-conversational--llm-judge",
"to": "workflow:ml-model-lifecycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:ai-agents-conversational--llm-judge",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:ai-agents-conversational--llm-judge",
"to": "specialization:ai-agents-conversational",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": [
{
"from": "lib-process:ai-agents-conversational--conversation-quality-testing",
"to": "lib-agent:ai-agents-conversational--llm-judge",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
]
}