@taui-standard/ink-adapter
v1.0.7
Published
Ink adapter for Terminal Agent UI (TAUI)
Downloads
86
Readme
TAUI Ink Adapter
The official Ink adapter for Terminal Agent UI (TAUI).
Ecosystem
Built on the TAUI-0001 Specification and powered by:
- @taui-standard/core: Core runtime and state management.
- @taui-standard/validator: Schema and primitive validation.
All packages and the TAUI specification created by Tariq Shams.
Demos
High-Fidelity HTOP

Interactive Dashboard

Features
- Spec-Compliant: Renders all primitives from TAUI-0001.
- Interactive: Focus-aware buttons, inputs, and select lists.
- Modern ESM: Built for NodeNext with pure ESM support.
- Flexible Layout: Full support for Grid and Flexbox layouts in the terminal.
Installation
npm install @taui-standard/ink-adapterUsage
import { TAUIRuntime } from '@taui-standard/core';
import { startTAUI } from '@taui-standard/ink-adapter';
const runtime = new TAUIRuntime();
runtime.setDocument(myDoc);
startTAUI(runtime);License
Apache License 2.0
