UNPKG

@agentdao/core

Version:

Core functionality, skills, and ready-made UI components for AgentDAO - Web3 subscriptions, content generation, social media, help support, live chat, RSS fetching, web search, and agent pricing integration

9 lines (8 loc) 228 B
/** * Test Google Search API with the provided keys */ export declare function testGoogleSearch(): Promise<void>; /** * Test all available search providers */ export declare function testAllSearchProviders(): Promise<void>;