Deep Research
Initialize the Deep Research Client
from smartsearch.deep_research.client import SmartSearchDeepResearchClient
client = SmartSearchDeepResearchClient(
base_url=os.getenv("SMARTSEARCH_BASE_URL"),
cache_manager=cache_manager
)Authenticate with Token
await client.authenticate(token=os.getenv("SMARTSEARCH_TOKEN"))Usage
Key
Type
Description
Key
Type
Description
Key
Type
Description
Key
Type
Description
Full Code Snippet
Last updated
