UNPKG

@botpress/adk-cli

Version:

Command-line interface for the Botpress Agent Development Kit (ADK)

7 lines (5 loc) 239 B
// @bun // src/utils/adk-logo.ts var ADK_LOGO_LINE1 = "\u2584\u2580\u2588 \u2588\u2580\u2584 \u2588\u2584\u2580"; var ADK_LOGO_LINE2 = "\u2588\u2580\u2588 \u2588\u2584\u2580 \u2588\u2591\u2588"; export { ADK_LOGO_LINE1, ADK_LOGO_LINE2 };