II.
Presentation JSON
Structured · livepresentation:genty-cli
genty CLI json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "presentation:genty-cli",
"_kind": "Presentation",
"_file": "agent-stack/presentations/genty-cli.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "genty CLI",
"kind": "cli",
"description": "CLI entry point for the genty agent. Wraps agent-platform and adapters\nsurfaces into a single `genty` binary. Supports both interactive and\nheadless/CI modes; emits a normalized JSON event stream when invoked\nwith `--json`.\n",
"renderingTechnology": "vte",
"themeSupport": "none",
"accessibilitySupport": "basic",
"offlineMode": "no",
"platforms": [
"darwin",
"linux",
"win32"
],
"updateChannel": "npm"
},
"outgoingEdges": [
{
"from": "presentation:genty-cli",
"to": "agent-platform-impl:genty.platform@current",
"kind": "bundled_with"
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:genty.ui@current",
"to": "presentation:genty-cli",
"kind": "bundled_with",
"attributes": {}
}
]
}