codev / src /cli /handlers /agents.ts
chenbhao's picture
chore: remove obsolete test and vendor source, add CLI SDK docs
b7c4c8f
Raw
History Blame Contribute Delete
216 Bytes
/**
* 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);
}