II.
Framework JSON
Structured · liveframework:textual
Textual json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:textual",
"_kind": "Framework",
"_file": "domain/frameworks/agent-ui-frameworks.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Textual",
"homepageUrl": "https://textual.textualize.io",
"belongsToLanguageId": "language:python",
"category": "agent-ui",
"description": "Python TUI framework built on Rich that enables rapid development of\nsophisticated terminal applications with CSS-like styling, widgets,\nreactive attributes, and async event handling. Textual applications\ncan also be served in a web browser via Textual Web. Commonly used\nfor developer tools, data dashboards, and AI chat interfaces that\nneed to run in a terminal.\n"
},
"outgoingEdges": [
{
"from": "framework:textual",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "framework:textual",
"to": "skill-area:cli-design",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:textual",
"to": "skill-area:cli-tooling",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:textual",
"to": "framework:ink",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal UI frameworks"
}
},
{
"from": "framework:textual",
"to": "framework:bubbletea",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal UI frameworks"
}
},
{
"from": "framework:textual",
"to": "framework:rich",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal UI frameworks"
}
}
],
"incomingEdges": [
{
"from": "framework:ink",
"to": "framework:textual",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal UI frameworks"
}
},
{
"from": "framework:bubbletea",
"to": "framework:textual",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal UI frameworks"
}
},
{
"from": "framework:rich",
"to": "framework:textual",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal UI frameworks"
}
}
]
}