II.
Role JSON
Structured · liverole:i18n-extractor
i18n Extractor json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "role:i18n-extractor",
"_kind": "Role",
"_file": "role/roles/i18n-extractor.yaml",
"_cluster": "role",
"attributes": {
"displayName": "i18n Extractor",
"isAgentic": true,
"requiredCapabilities": [
"capability:supports-tool-use",
"capability:supports-text-streaming"
],
"requiredDomains": [
"domain:web-development"
],
"description": "Agent that extracts user-facing strings into localization files.\n"
},
"outgoingEdges": [
{
"from": "role:i18n-extractor",
"to": "responsibility:documentation",
"kind": "holds_responsibility"
},
{
"from": "role:i18n-extractor",
"to": "responsibility:code-review",
"kind": "holds_responsibility"
},
{
"from": "role:i18n-extractor",
"to": "capability:supports-tool-use",
"kind": "requires_capability",
"attributes": {}
},
{
"from": "role:i18n-extractor",
"to": "capability:supports-text-streaming",
"kind": "requires_capability",
"attributes": {}
},
{
"from": "role:i18n-extractor",
"to": "domain:web-development",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "subagent:i18n-extractor",
"to": "role:i18n-extractor",
"kind": "roles_played_by",
"attributes": {}
},
{
"from": "lib-agent:desktop-development--localization-coordinator",
"to": "role:i18n-extractor",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "workflow:content-localization-pipeline",
"to": "role:i18n-extractor",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:docs-localization",
"to": "role:i18n-extractor",
"kind": "involves_role",
"attributes": {}
}
]
}