UNPKG

automagik-cli

Version:

Automagik CLI - A powerful command-line interface for interacting with Automagik Hive multi-agent AI systems

9 lines (8 loc) 214 B
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ export declare const BOX_PADDING_X = 1; export declare const UI_WIDTH: number; export declare const STREAM_DEBOUNCE_MS = 100;