@wasmagent/ui-cards
v1.0.3
Published
Card block parser for wasmagent — extracts ```card:* fenced blocks from AI reply text
Maintainers
Readme
/ui-cards
Card block parser — extracts ```card:* fenced blocks (Markdown / D2 / extensible) from AI replies.
Part of wasmagent — a TypeScript + WASM agent runtime.
▽ Maintenance-mode. This package is functional and security-patched, but is not receiving proactive feature work — it is off the "embedded runtime" thesis path. See maintenance tiers for the rationale. If you actively use this package and want it promoted to ◆ Narrative, open an issue tagged
tier:promote-requestwith your use case.
Install
npm install /ui-cardsUsage
import { parseCards } from "/ui-cards";
const cards = parseCards(modelText);License
Apache-2.0 — © wasmagent contributors
