II.
LibraryAgent JSON
Structured · livelib-agent:ai-agents-conversational--synthetic-data-generator
synthetic-data-generator json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-agent:ai-agents-conversational--synthetic-data-generator",
"_kind": "LibraryAgent",
"_file": "generated-library/agents.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "synthetic-data-generator",
"description": "Creates synthetic conversation training data",
"libraryPath": "library/specializations/ai-agents-conversational/agents/synthetic-data-generator/AGENT.md",
"specialization": "ai-agents-conversational",
"role": "Specialized Domain Agent",
"expertise": [
"Synthetic data generation",
"Conversation simulation",
"Data augmentation",
"Quality validation",
"Diversity optimization"
]
},
"outgoingEdges": [
{
"from": "lib-agent:ai-agents-conversational--synthetic-data-generator",
"to": "skill-area:natural-language-processing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:ai-agents-conversational--synthetic-data-generator",
"to": "skill-area:data-preprocessing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:ai-agents-conversational--synthetic-data-generator",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:ai-agents-conversational--synthetic-data-generator",
"to": "role:ml-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:ai-agents-conversational--synthetic-data-generator",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:ai-agents-conversational--synthetic-data-generator",
"to": "workflow:ml-model-lifecycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:ai-agents-conversational--synthetic-data-generator",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:ai-agents-conversational--synthetic-data-generator",
"to": "specialization:ai-agents-conversational",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": [
{
"from": "lib-process:ai-agents-conversational--synthetic-conversation-data",
"to": "lib-agent:ai-agents-conversational--synthetic-data-generator",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
]
}