export interface CapabilityProps { name: string; description?: string; execute: (...args: any[]) => Promise; }