Metadata-Version: 2.1
Name: unique_orchestrator
Version: 0.0.3
Summary: 
License: Proprietary
Author: Andreas Hauri
Author-email: andreas.hauri@unique.ai
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: 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: typing-extensions (>=4.9.0,<5.0.0)
Requires-Dist: unique-deep-research (>=0.0.10,<0.0.11)
Requires-Dist: unique-follow-up-questions (>=0.0.4,<0.0.5)
Requires-Dist: unique-internal-search (>=0.0.6,<0.0.7)
Requires-Dist: unique-sdk (>=0.10.0,<0.11.0)
Requires-Dist: unique-stock-ticker (>=0.0.5,<0.0.6)
Requires-Dist: unique-toolkit (>=0.8.57,<0.9.0)
Requires-Dist: unique-web-search (>=0.1.0,<0.2.0)
Description-Content-Type: text/markdown

# Internal Search Tool

Internal Search Tool to find documents in the Knowledge Base
# 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.0.3] - 2025-09-16
- Cleaned configuration

## [0.0.2] - 2025-09-15
- Resolve dependency bug

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