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) 623 B
# performance-report Generate comprehensive performance reports for swarm operations. ## Usage ```bash npx claude-flow analysis performance-report [options] ``` ## Options - `--format <type>` - Report format (json, html, markdown) - `--include-metrics` - Include detailed metrics - `--compare <id>` - Compare with previous swarm ## Examples ```bash # Generate HTML report npx claude-flow analysis performance-report --format html # Compare swarms npx claude-flow analysis performance-report --compare swarm-123 # Full metrics report npx claude-flow analysis performance-report --include-metrics --format markdown ```