UNPKG

gemini-code-flow

Version:

AI-powered development orchestration for Gemini CLI - adapted from Claude Code Flow by ruvnet

11 lines 271 B
/** * Agent Command for Gemini Code Flow * Adapted from Claude Code Flow by ruvnet */ export declare class AgentCommand { execute(task: string, options: { mode?: string; stream?: boolean; }): Promise<void>; } //# sourceMappingURL=agent.d.ts.map