UNPKG

automagik-cli

Version:

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

9 lines (8 loc) 240 B
import React from 'react'; interface SimpleInputPromptProps { onSubmit: (message: string) => void; disabled?: boolean; placeholder?: string; } export declare const SimpleInputPrompt: React.FC<SimpleInputPromptProps>; export {};