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

10 lines (9 loc) 330 B
/** * Test the new search functionality * This demonstrates how to use the search providers with proper API key validation */ export declare function testSearchFunctionality(): Promise<void>; /** * Check which search providers are available based on API keys */ export declare function checkAvailableSearchProviders(): void;