@gaodes/pi-utils-ui
v0.3.2
Published
Shared TUI abstractions for Pi extensions
Readme

@gaodes/pi-utils-ui
Fork of @aliou/pi-utils-ui by Aliou DIA — MIT License
This fork is maintained by El Che under the
@gaodesnpm scope. The original project and author retain full credit for their work.
Internal shared TUI abstractions for Pi extensions.
Modules
tools: reusable tool call/result UI components.widgets: reusable interactive panels and viewers.primitives: ANSI-safe layout and rendering helpers.
Usage
import {
ToolHeader,
ToolBody,
ToolLlmTelemetryFooter,
ToolCallListField,
MarkdownResponseField,
createRenderCache,
} from "@gaodes/pi-utils-ui";