File size: 216 Bytes
b7c4c8f
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
/**
 * Agents command handlers
 * These handlers are used by the CLI agents commands
 */

export async function agentsHandler(): Promise<void> {
  console.error('Agents handler not implemented');
  process.exit(1);
}