CLI web/repo research agent
1declare module "kagi-ken" { 2 export function search(query: string, token: string): Promise<any>; 3}