unique-deep-research 2026.28.0.dev2__tar.gz → 2026.28.0.dev4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {unique_deep_research-2026.28.0.dev2 → unique_deep_research-2026.28.0.dev4}/PKG-INFO +3 -3
- {unique_deep_research-2026.28.0.dev2 → unique_deep_research-2026.28.0.dev4}/pyproject.toml +3 -3
- {unique_deep_research-2026.28.0.dev2 → unique_deep_research-2026.28.0.dev4}/unique_deep_research/config.py +2 -2
- {unique_deep_research-2026.28.0.dev2 → unique_deep_research-2026.28.0.dev4}/README.md +0 -0
- {unique_deep_research-2026.28.0.dev2 → unique_deep_research-2026.28.0.dev4}/unique_deep_research/__init__.py +0 -0
- {unique_deep_research-2026.28.0.dev2 → unique_deep_research-2026.28.0.dev4}/unique_deep_research/markdown_utils.py +0 -0
- {unique_deep_research-2026.28.0.dev2 → unique_deep_research-2026.28.0.dev4}/unique_deep_research/service.py +0 -0
- {unique_deep_research-2026.28.0.dev2 → unique_deep_research-2026.28.0.dev4}/unique_deep_research/templates/clarifying_agent.j2 +0 -0
- {unique_deep_research-2026.28.0.dev2 → unique_deep_research-2026.28.0.dev4}/unique_deep_research/templates/openai/oai_research_system_message.j2 +0 -0
- {unique_deep_research-2026.28.0.dev2 → unique_deep_research-2026.28.0.dev4}/unique_deep_research/templates/report_cleanup_prompt.j2 +0 -0
- {unique_deep_research-2026.28.0.dev2 → unique_deep_research-2026.28.0.dev4}/unique_deep_research/templates/research_instructions_agent.j2 +0 -0
- {unique_deep_research-2026.28.0.dev2 → unique_deep_research-2026.28.0.dev4}/unique_deep_research/templates/unique/compress_research_system.j2 +0 -0
- {unique_deep_research-2026.28.0.dev2 → unique_deep_research-2026.28.0.dev4}/unique_deep_research/templates/unique/lead_agent_system.j2 +0 -0
- {unique_deep_research-2026.28.0.dev2 → unique_deep_research-2026.28.0.dev4}/unique_deep_research/templates/unique/report_writer_system_open_deep_research.j2 +0 -0
- {unique_deep_research-2026.28.0.dev2 → unique_deep_research-2026.28.0.dev4}/unique_deep_research/templates/unique/research_agent_system.j2 +0 -0
- {unique_deep_research-2026.28.0.dev2 → unique_deep_research-2026.28.0.dev4}/unique_deep_research/unique_custom/__init__.py +0 -0
- {unique_deep_research-2026.28.0.dev2 → unique_deep_research-2026.28.0.dev4}/unique_deep_research/unique_custom/agents.py +0 -0
- {unique_deep_research-2026.28.0.dev2 → unique_deep_research-2026.28.0.dev4}/unique_deep_research/unique_custom/citation.py +0 -0
- {unique_deep_research-2026.28.0.dev2 → unique_deep_research-2026.28.0.dev4}/unique_deep_research/unique_custom/state.py +0 -0
- {unique_deep_research-2026.28.0.dev2 → unique_deep_research-2026.28.0.dev4}/unique_deep_research/unique_custom/tools.py +0 -0
- {unique_deep_research-2026.28.0.dev2 → unique_deep_research-2026.28.0.dev4}/unique_deep_research/unique_custom/utils.py +0 -0
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: unique-deep-research
|
|
3
|
-
Version: 2026.28.0.
|
|
3
|
+
Version: 2026.28.0.dev4
|
|
4
4
|
Summary: Deep Research Tool for complex research tasks
|
|
5
5
|
Author: Martin Fadler, Sadique Sheik, Fabian Schläpfer, Pascal Hauri
|
|
6
6
|
Author-email: Martin Fadler <martin.fadler@unique.ch>, Sadique Sheik <sadique@unique.ch>, Fabian Schläpfer <fabian@unique.ch>, Pascal Hauri <pascal@unique.ch>
|
|
7
7
|
License: Proprietary
|
|
8
8
|
Requires-Dist: pydantic>=2.8.2,<3
|
|
9
9
|
Requires-Dist: typing-extensions>=4.9.0,<5
|
|
10
|
-
Requires-Dist: unique-toolkit>=2026.28.0.
|
|
10
|
+
Requires-Dist: unique-toolkit>=2026.28.0.dev13,<2026.28.0rc0
|
|
11
11
|
Requires-Dist: jinja2>=3.1.2,<4
|
|
12
12
|
Requires-Dist: openai>=1.99.0,<3
|
|
13
13
|
Requires-Dist: langgraph>=1.0.0,<2
|
|
14
14
|
Requires-Dist: langchain-core>=1.0.0,<2
|
|
15
|
-
Requires-Dist: unique-web-search>=2026.28.0.
|
|
15
|
+
Requires-Dist: unique-web-search>=2026.28.0.dev5,<2026.28.0rc0
|
|
16
16
|
Requires-Dist: httpx>=0.28.0,<0.29
|
|
17
17
|
Requires-Dist: timeout-decorator>=0.5.0,<0.6
|
|
18
18
|
Requires-Dist: beautifulsoup4>=4.12.0,<5
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "unique_deep_research"
|
|
3
|
-
version = "2026.28.0.
|
|
3
|
+
version = "2026.28.0.dev4"
|
|
4
4
|
description = "Deep Research Tool for complex research tasks"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = { text = "Proprietary" }
|
|
@@ -14,12 +14,12 @@ requires-python = ">=3.12,<4"
|
|
|
14
14
|
dependencies = [
|
|
15
15
|
"pydantic>=2.8.2,<3",
|
|
16
16
|
"typing-extensions>=4.9.0,<5",
|
|
17
|
-
"unique-toolkit>=2026.28.0.
|
|
17
|
+
"unique-toolkit>=2026.28.0.dev13,<2026.28.0rc0",
|
|
18
18
|
"jinja2>=3.1.2,<4",
|
|
19
19
|
"openai>=1.99.0,<3",
|
|
20
20
|
"langgraph>=1.0.0,<2",
|
|
21
21
|
"langchain-core>=1.0.0,<2",
|
|
22
|
-
"unique-web-search>=2026.28.0.
|
|
22
|
+
"unique-web-search>=2026.28.0.dev5,<2026.28.0rc0",
|
|
23
23
|
"httpx>=0.28.0,<0.29",
|
|
24
24
|
"timeout-decorator>=0.5.0,<0.6",
|
|
25
25
|
"beautifulsoup4>=4.12.0,<5",
|
|
@@ -74,7 +74,7 @@ class WebToolsConfig(BaseModel):
|
|
|
74
74
|
search_engine: ActivatedSearchEngine = Field( # pyright: ignore[reportInvalidTypeForm]
|
|
75
75
|
default_factory=DefaultSearchEngine, # pyright: ignore[reportArgumentType]
|
|
76
76
|
description="Search Engine Configuration",
|
|
77
|
-
discriminator="
|
|
77
|
+
discriminator="engine",
|
|
78
78
|
title="Search Engine Configuration",
|
|
79
79
|
)
|
|
80
80
|
enable_web_fetch: bool = Field(
|
|
@@ -100,7 +100,7 @@ class Tools(BaseModel):
|
|
|
100
100
|
description="Allow agent to use web search tools to access the web",
|
|
101
101
|
)
|
|
102
102
|
web_tools_config: WebToolsConfig = Field(
|
|
103
|
-
|
|
103
|
+
default_factory=WebToolsConfig,
|
|
104
104
|
description="Configuration for web search tools",
|
|
105
105
|
)
|
|
106
106
|
internal_tools: bool = Field(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|