Metadata-Version: 2.1
Name: unique_web_search
Version: 0.1.1
Summary: 
License: Proprietary
Author: Andreas Hauri
Author-email: andreas@unique.ch
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: crawl4ai (>=0.6.3,<0.7.0)
Requires-Dist: fake-useragent (>=2.2.0,<3.0.0)
Requires-Dist: firecrawl (>=3.3.2,<4.0.0)
Requires-Dist: langchain-community (>=0.3.1,<0.4.0)
Requires-Dist: markdownify (>=0.14.1,<0.15.0)
Requires-Dist: pandas (==2.2.3)
Requires-Dist: pydantic (>=2.8.2,<3.0.0)
Requires-Dist: pydantic-settings (>=2.10.1,<3.0.0)
Requires-Dist: pytest (>=8.4.1,<9.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: tavily-python (>=0.7.11,<0.8.0)
Requires-Dist: timeout-decorator (>=0.5.0,<0.6.0)
Requires-Dist: typing-extensions (>=4.9.0,<5.0.0)
Requires-Dist: unidecode (>=1.4.0,<2.0.0)
Requires-Dist: unique-sdk (>=0.10.0,<0.11.0)
Requires-Dist: unique-toolkit (>=0.8.18,<0.9.0)
Description-Content-Type: text/markdown

# Web Search Tool

Web Search Tool to search the latest information on the internet.
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.1.1] - 2025-09-15
### Added
- **WebSearchV2Executor**: New step-based execution model supporting both search and direct URL reading operations
- **BaseWebSearchExecutor**: Abstract base class providing common functionality between executor versions
- **Enhanced Schema**: New model `WebSearchPlan` for structured web search planning
- **Flexible Step Execution**: Support for mixed search and URL reading operations in a single plan

### Changed
- **Architecture Refactor**: Improved executor structure with better separation of concerns
- **Configuration Enhancement**: Added experimental features flag to switch between V1 and V2 modes
- **Progress Reporting**: Enhanced with step-specific notifications and better user feedback

### Maintained
- **Backward Compatibility**: Existing V1 executor functionality preserved
- **API Consistency**: No breaking changes to existing tool interfaces

## [0.1.0] - 2025-09-12
- Code simplification
- Enable new crawlers
- Default cleaning of search results
- Refactor of code structure and crawler location

## [0.0.6] - 2025-09-05
- Updated unique_web_search README.

## [0.0.5] - 2025-09-04
- Path change of loading local .env.

## [0.0.4] - 2025-09-01
- Reduce default crawler timeout to 10s.

## [0.0.3] - 2025-08-18
- Auto-register Tool in Factory.

## [0.0.2] - 2025-08-18
- Moved out of private repo to public repo.

## [0.0.1] - 2025-08-18
- Initial release of `web_search`.
