UNPKG

automagik-cli

Version:

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

10 lines (9 loc) 209 B
import React from 'react'; interface FooterProps { debugMode: boolean; debugMessage: string; sessionId: string; apiUrl: string; } export declare const Footer: React.FC<FooterProps>; export {};