iiRecord
Agentic AI Atlas · Genty TUI
package:a5c-ai-adapters-tuia5c.ai
II.
PackageSurface JSON

package:a5c-ai-adapters-tui

Structured · live

Genty TUI json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · catalog-meta/package-surfaces/adapters-tui.yamlCluster · catalog-meta
Record JSON
{
  "id": "package:a5c-ai-adapters-tui",
  "_kind": "PackageSurface",
  "_file": "catalog-meta/package-surfaces/adapters-tui.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "packageId": "@a5c-ai/genty-tui",
    "packageName": "@a5c-ai/genty-tui",
    "displayName": "Genty TUI",
    "description": "Extensible Ink-based terminal UI for adapters with a plugin-first architecture. Provides command palette, prompt input, model picker, and session management in the terminal.",
    "role": "terminal-ui",
    "whenToUse": "Use this when building or extending the in-terminal interactive experience for managing agent sessions, selecting models, and issuing commands.",
    "workspacePath": "packages/adapters/tui",
    "moduleType": "typescript",
    "surfaceKinds": [
      "tui",
      "bin-entrypoint"
    ],
    "sourceOfTruthRole": "application",
    "publishedTo": "npm",
    "versionPolicy": "semver"
  },
  "outgoingEdges": [
    {
      "from": "package:a5c-ai-adapters-tui",
      "to": "path:adapters-tui",
      "kind": "references_path",
      "attributes": {}
    },
    {
      "from": "package:a5c-ai-adapters-tui",
      "to": "interaction-primitive:adapters-tui-command-palette",
      "kind": "exposes_subcommand",
      "attributes": {}
    },
    {
      "from": "package:a5c-ai-adapters-tui",
      "to": "interaction-primitive:adapters-tui-prompt-input",
      "kind": "exposes_subcommand",
      "attributes": {}
    },
    {
      "from": "package:a5c-ai-adapters-tui",
      "to": "interaction-primitive:adapters-tui-model-picker",
      "kind": "exposes_subcommand",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "claim:adapters-tui-package-surface",
      "to": "package:a5c-ai-adapters-tui",
      "kind": "about_subject"
    },
    {
      "from": "claim:adapters-tui-exposes-interactive-primitives",
      "to": "package:a5c-ai-adapters-tui",
      "kind": "about_subject"
    }
  ]
}