automagik-cli
Version:
Automagik CLI - A powerful command-line interface for interacting with Automagik Hive multi-agent AI systems
10 lines (9 loc) • 324 B
TypeScript
/**
* Exact copy of gemini-cli App.tsx but adapted for Automagik backend
*/
interface AppProps {
version: string;
}
export declare const AppWrapper: (props: AppProps) => import("react/jsx-runtime").JSX.Element;
declare const App: ({ version }: AppProps) => import("react/jsx-runtime").JSX.Element;
export default App;