@sethdouglasford/claude-flow
Version:
Claude Code Flow - Advanced AI-powered development workflows with SPARC methodology
9 lines • 363 B
TypeScript
/**
* Comprehensive Agent management commands with advanced features
*/
import { Command } from "../cliffy-compat.js";
import { AgentManager } from "../../agents/agent-manager.js";
export { initializeAgentManager };
declare function initializeAgentManager(): Promise<AgentManager>;
export declare const agentCommand: Command;
//# sourceMappingURL=agent.d.ts.map