UNPKG

@clduab11/gemini-flow

Version:

Revolutionary AI agent swarm coordination platform with Google Services integration, multimedia processing, and production-ready monitoring. Features 8 Google AI services, quantum computing capabilities, and enterprise-grade security.

26 lines (19 loc) 491 B
# workflow-create Create reusable workflow templates. ## Usage ```bash npx claude-flow workflow create [options] ``` ## Options - `--name <name>` - Workflow name - `--from-history` - Create from history - `--interactive` - Interactive creation ## Examples ```bash # Create workflow npx claude-flow workflow create --name "deploy-api" # From history npx claude-flow workflow create --name "test-suite" --from-history # Interactive mode npx claude-flow workflow create --interactive ```