M1.1: Search and fetch tools #3
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/search-fetch-tools"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
tavily_search()— Tavily API wrapper, returnsSearchResultdataclasses with SHA-256 content hashingfetch_url()— async URL fetch with HTML text extraction, content hashing, graceful error handling_extract_text()— simple HTML → clean text (strip scripts/styles/tags, decode entities)Refs: #1