unique_deep_research 3.0.25__tar.gz → 3.0.27__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.
Files changed (23) hide show
  1. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/CHANGELOG.md +6 -0
  2. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/PKG-INFO +7 -1
  3. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/pyproject.toml +13 -1
  4. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/unique_deep_research/service.py +2 -1
  5. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/LICENSE +0 -0
  6. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/README.md +0 -0
  7. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/unique_deep_research/__init__.py +0 -0
  8. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/unique_deep_research/config.py +0 -0
  9. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/unique_deep_research/markdown_utils.py +0 -0
  10. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/unique_deep_research/templates/clarifying_agent.j2 +0 -0
  11. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/unique_deep_research/templates/openai/oai_research_system_message.j2 +0 -0
  12. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/unique_deep_research/templates/report_cleanup_prompt.j2 +0 -0
  13. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/unique_deep_research/templates/research_instructions_agent.j2 +0 -0
  14. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/unique_deep_research/templates/unique/compress_research_system.j2 +0 -0
  15. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/unique_deep_research/templates/unique/lead_agent_system.j2 +0 -0
  16. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/unique_deep_research/templates/unique/report_writer_system_open_deep_research.j2 +0 -0
  17. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/unique_deep_research/templates/unique/research_agent_system.j2 +0 -0
  18. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/unique_deep_research/unique_custom/__init__.py +0 -0
  19. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/unique_deep_research/unique_custom/agents.py +0 -0
  20. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/unique_deep_research/unique_custom/citation.py +0 -0
  21. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/unique_deep_research/unique_custom/state.py +0 -0
  22. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/unique_deep_research/unique_custom/tools.py +0 -0
  23. {unique_deep_research-3.0.25 → unique_deep_research-3.0.27}/unique_deep_research/unique_custom/utils.py +0 -0
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [3.0.27] - 2026-01-23
9
+ - Fix bug where deep research model usage analytics were not fully exported
10
+
11
+ ## [3.0.26] - 2026-01-16
12
+ - Add local CI testing commands via poethepoet (poe lint, poe test, poe ci-typecheck, etc.)
13
+
8
14
  ## [3.0.25] - 2026-01-16
9
15
  - Add unified type checking CI with basedpyright
10
16
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_deep_research
3
- Version: 3.0.25
3
+ Version: 3.0.27
4
4
  Summary: Deep Research Tool for complex research tasks
5
5
  License: Proprietary
6
6
  Author: Martin Fadler
@@ -36,6 +36,12 @@ All notable changes to this project will be documented in this file.
36
36
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
37
37
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
38
38
 
39
+ ## [3.0.27] - 2026-01-23
40
+ - Fix bug where deep research model usage analytics were not fully exported
41
+
42
+ ## [3.0.26] - 2026-01-16
43
+ - Add local CI testing commands via poethepoet (poe lint, poe test, poe ci-typecheck, etc.)
44
+
39
45
  ## [3.0.25] - 2026-01-16
40
46
  - Add unified type checking CI with basedpyright
41
47
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "unique_deep_research"
3
- version = "3.0.25"
3
+ version = "3.0.27"
4
4
  description = "Deep Research Tool for complex research tasks"
5
5
  authors = [
6
6
  "Martin Fadler <martin.fadler@unique.ch>",
@@ -40,6 +40,7 @@ pytest-cov = "^7.0.0"
40
40
  ruff = "^0.12.10"
41
41
  deptry = "^0.24.0"
42
42
  basedpyright = "^1.35.0"
43
+ poethepoet = "^0.32.0"
43
44
  opik = "^1.8.42"
44
45
  google = "^3.0.0"
45
46
  google-genai = "^1.46.0"
@@ -49,6 +50,17 @@ google-genai = "^1.46.0"
49
50
  requires = ["poetry-core"]
50
51
  build-backend = "poetry.core.masonry.api"
51
52
 
53
+ [tool.poe.tasks]
54
+ lint = "ruff check ."
55
+ lint-fix = "ruff check . --fix"
56
+ format = "ruff format ."
57
+ test = "pytest"
58
+ typecheck = "basedpyright"
59
+ depcheck = "deptry ."
60
+ coverage = "pytest --cov=unique_deep_research --cov-report=term-missing"
61
+ ci-typecheck = { shell = "bash $(git rev-parse --show-toplevel)/.github/scripts/dev.sh typecheck" }
62
+ ci-coverage = { shell = "bash $(git rev-parse --show-toplevel)/.github/scripts/dev.sh coverage" }
63
+
52
64
  [tool.deptry]
53
65
  known_first_party = ["unique_deep_research"]
54
66
  extend_exclude = ["benchmarking", "tests"]
@@ -418,9 +418,10 @@ class DeepResearchTool(Tool[DeepResearchToolConfig]):
418
418
 
419
419
  # Prepare configuration for LangGraph
420
420
  additional_openai_proxy_headers = {
421
+ "x-company-id": self.company_id,
421
422
  "x-user-id": self.user_id,
422
- "x-chat-id": self.chat_id,
423
423
  "x-assistant-id": self.event.payload.assistant_id,
424
+ "x-chat-id": self.chat_id,
424
425
  }
425
426
  # Extract tool enablement settings from engine config if it's a UniqueEngine
426
427
  enable_web_tools = True