@hou-tea/agent-ui-contract
v0.1.0
Published
Shared Agent UI protocol contract for Hou Tea BudBud and MCP Apps.
Maintainers
Readme
@hou-tea/agent-ui-contract
Shared agent-ui/v1 protocol contract for Hou Tea BudBud and MCP Apps.
This package contains only schema constants, component manifests, result mapping hints, and TypeScript types. It does not render UI and does not contain secrets.
Install
npm install @hou-tea/agent-ui-contractExports
AGENT_UI_SCHEMA_VERSIONAGENT_UI_COMPONENTSCOMPONENT_MANIFESTSMCP_UI_RESOURCESRESULT_MAPPINGSAgentBlock,AgentAction,AgentBlockDesign, and related types
Contract
Every renderable Agent UI block uses schema_version: "agent-ui/v1" and one of:
TeaRecommendationGridPaymentReviewCardOrderTimeline
See dist/agent-ui-contract.json for the machine-readable manifest snapshot.
Compatibility
Consumers should ignore unknown schemas or components and fall back to legacy data when possible.
