UNPKG

automagik-cli

Version:

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

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