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.

20 lines (18 loc) 704 B
/** * CLI Commands Index * * Central export for all CLI commands including security optimization flags */ export { InitCommand } from "./init.js"; export { SwarmCommand } from "./swarm.js"; export { AgentCommand } from "./agent.js"; export { TaskCommand } from "./task.js"; export { SparcCommand } from "./sparc.js"; export { HiveMindCommand } from "./hive-mind.js"; export { QueryCommand } from "./query.js"; export { MemoryCommand } from "./memory.js"; export { HooksCommand } from "./hooks.js"; export { SecurityFlagsCommand } from "./security-flags.js"; export { ConfigCommand } from "./config.js"; export { WorkspaceCommand } from "./workspace.js"; export { GeminiCommand } from "./gemini.js";