UNPKG

automagik-cli

Version:

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

12 lines (11 loc) 282 B
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * Shades of Purple Theme — for Highlightjs. * @author Ahmad Awais <https://twitter.com/mrahmadawais/> */ import { Theme } from './theme.js'; export declare const ShadesOfPurple: Theme;