projectdavid 1.33.7__tar.gz → 1.33.8__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.
Potentially problematic release.
This version of projectdavid might be problematic. Click here for more details.
- {projectdavid-1.33.7 → projectdavid-1.33.8}/CHANGELOG.md +7 -0
- {projectdavid-1.33.7/src/projectdavid.egg-info → projectdavid-1.33.8}/PKG-INFO +1 -1
- {projectdavid-1.33.7 → projectdavid-1.33.8}/pyproject.toml +1 -1
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/clients/synchronous_inference_wrapper.py +4 -20
- {projectdavid-1.33.7 → projectdavid-1.33.8/src/projectdavid.egg-info}/PKG-INFO +1 -1
- {projectdavid-1.33.7 → projectdavid-1.33.8}/LICENSE +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/MANIFEST.in +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/README.md +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/docs/assistants.md +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/docs/code_interpretation.md +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/docs/database.md +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/docs/database_assistant_example.md +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/docs/docker_comtainers.md +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/docs/file_search.md +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/docs/files.md +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/docs/function_call_definition.md +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/docs/function_calls.md +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/docs/handling_function_calls.md +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/docs/inference.md +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/docs/messages.md +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/docs/runs.md +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/docs/streams.md +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/docs/threads.md +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/docs/tools.md +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/docs/users.md +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/docs/vector_store.md +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/docs/versioning.md +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/setup.cfg +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/__init__.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/_version.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/clients/actions_client.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/clients/api_key_client.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/clients/assistants_client.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/clients/base_client.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/clients/base_vector_store.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/clients/event_handler.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/clients/file_processor.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/clients/file_search.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/clients/files_client.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/clients/inference_client.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/clients/messages_client.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/clients/runs.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/clients/threads_client.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/clients/tools_client.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/clients/users_client.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/clients/vector_store_manager.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/clients/vectors.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/constants/platform.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/decorators.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/entity.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/events.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/serializers.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/services/logging_service.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/synthesis/__init__.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/synthesis/llm_synthesizer.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/synthesis/prompt.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/synthesis/reranker.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/synthesis/retriever.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/utils/__init__.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/utils/function_call_suppressor.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/utils/monitor_launcher.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/utils/peek_gate.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/utils/run_monitor.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/utils/vector_search_formatter.py +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid.egg-info/SOURCES.txt +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid.egg-info/dependency_links.txt +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid.egg-info/requires.txt +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid.egg-info/top_level.txt +0 -0
- {projectdavid-1.33.7 → projectdavid-1.33.8}/tests/test_clients.py +0 -0
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.33.8](https://github.com/frankie336/projectdavid/compare/v1.33.7...v1.33.8) (2025-06-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* restore code_interpreter_stream passthrough.8 ([f5c7f61](https://github.com/frankie336/projectdavid/commit/f5c7f61cc43019d7af7f2524ce2c4fe4fd4da999))
|
|
7
|
+
|
|
1
8
|
## [1.33.7](https://github.com/frankie336/projectdavid/compare/v1.33.6...v1.33.7) (2025-06-12)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: projectdavid
|
|
3
|
-
Version: 1.33.
|
|
3
|
+
Version: 1.33.8
|
|
4
4
|
Summary: Python SDK for interacting with the Entities Assistant API.
|
|
5
5
|
Author-email: Francis Neequaye Armah <francis.neequaye@projectdavid.co.uk>
|
|
6
6
|
License: PolyForm Noncommercial License 1.0.0
|
|
@@ -113,33 +113,17 @@ class SynchronousInferenceStream:
|
|
|
113
113
|
yield chunk
|
|
114
114
|
continue
|
|
115
115
|
|
|
116
|
-
if chunk.get("type") == "code_interpreter_stream":
|
|
117
|
-
yield chunk
|
|
118
|
-
continue
|
|
119
|
-
|
|
120
|
-
if chunk.get("type") == "code_execution":
|
|
121
|
-
yield chunk
|
|
122
|
-
continue
|
|
123
|
-
|
|
124
|
-
if chunk.get("type") == "hot_code_output":
|
|
125
|
-
yield chunk
|
|
126
|
-
continue
|
|
127
|
-
|
|
128
116
|
if chunk.get("type") in ("hot_code", "hot_code_output"):
|
|
129
117
|
yield chunk
|
|
130
118
|
continue
|
|
131
119
|
|
|
132
|
-
if
|
|
120
|
+
if (
|
|
121
|
+
chunk.get("stream_type") == "code_execution"
|
|
122
|
+
and chunk.get("chunk", {}).get("type") == "code_interpreter_stream"
|
|
123
|
+
):
|
|
133
124
|
yield chunk
|
|
134
125
|
continue
|
|
135
126
|
|
|
136
|
-
# if (
|
|
137
|
-
# chunk.get("stream_type") == "code_execution"
|
|
138
|
-
# and chunk.get("chunk", {}).get("type") == "code_interpreter_stream"
|
|
139
|
-
# ):
|
|
140
|
-
# yield chunk
|
|
141
|
-
# continue
|
|
142
|
-
|
|
143
127
|
if isinstance(chunk.get("content"), str):
|
|
144
128
|
chunk["content"] = _filter_text(chunk["content"])
|
|
145
129
|
if chunk["content"] == "":
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: projectdavid
|
|
3
|
-
Version: 1.33.
|
|
3
|
+
Version: 1.33.8
|
|
4
4
|
Summary: Python SDK for interacting with the Entities Assistant API.
|
|
5
5
|
Author-email: Francis Neequaye Armah <francis.neequaye@projectdavid.co.uk>
|
|
6
6
|
License: PolyForm Noncommercial License 1.0.0
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/clients/vector_store_manager.py
RENAMED
|
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
|
{projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/utils/function_call_suppressor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{projectdavid-1.33.7 → projectdavid-1.33.8}/src/projectdavid/utils/vector_search_formatter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|