projectdavid 1.32.15__tar.gz → 1.32.16__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.32.15 → projectdavid-1.32.16}/CHANGELOG.md +7 -0
- {projectdavid-1.32.15/src/projectdavid.egg-info → projectdavid-1.32.16}/PKG-INFO +1 -1
- {projectdavid-1.32.15 → projectdavid-1.32.16}/pyproject.toml +1 -1
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/clients/synchronous_inference_wrapper.py +7 -3
- {projectdavid-1.32.15 → projectdavid-1.32.16/src/projectdavid.egg-info}/PKG-INFO +1 -1
- {projectdavid-1.32.15 → projectdavid-1.32.16}/LICENSE +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/MANIFEST.in +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/README.md +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/docs/assistants.md +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/docs/code_interpretation.md +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/docs/database.md +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/docs/database_assistant_example.md +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/docs/docker_comtainers.md +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/docs/file_search.md +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/docs/files.md +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/docs/function_call_definition.md +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/docs/function_calls.md +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/docs/handling_function_calls.md +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/docs/inference.md +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/docs/messages.md +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/docs/runs.md +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/docs/streams.md +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/docs/threads.md +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/docs/tools.md +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/docs/users.md +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/docs/vector_store.md +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/docs/versioning.md +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/setup.cfg +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/__init__.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/_version.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/clients/actions_client.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/clients/api_key_client.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/clients/assistants_client.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/clients/base_client.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/clients/base_vector_store.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/clients/event_handler.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/clients/file_processor.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/clients/file_search.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/clients/files_client.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/clients/inference_client.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/clients/messages_client.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/clients/runs.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/clients/threads_client.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/clients/tools_client.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/clients/users_client.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/clients/vector_store_manager.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/clients/vectors.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/constants/platform.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/entity.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/events.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/serializers.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/services/logging_service.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/synthesis/__init__.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/synthesis/llm_synthesizer.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/synthesis/prompt.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/synthesis/reranker.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/synthesis/retriever.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/utils/__init__.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/utils/function_call_suppressor.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/utils/monitor_launcher.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/utils/peek_gate.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/utils/run_monitor.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/utils/vector_search_formatter.py +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid.egg-info/SOURCES.txt +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid.egg-info/dependency_links.txt +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid.egg-info/requires.txt +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid.egg-info/top_level.txt +0 -0
- {projectdavid-1.32.15 → projectdavid-1.32.16}/tests/test_clients.py +0 -0
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.32.16](https://github.com/frankie336/projectdavid/compare/v1.32.15...v1.32.16) (2025-06-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Filter and supress file_search inline-8 ([6c8532e](https://github.com/frankie336/projectdavid/commit/6c8532e5360996283e5361b8587d78b810daf48b))
|
|
7
|
+
|
|
1
8
|
## [1.32.15](https://github.com/frankie336/projectdavid/compare/v1.32.14...v1.32.15) (2025-06-09)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: projectdavid
|
|
3
|
-
Version: 1.32.
|
|
3
|
+
Version: 1.32.16
|
|
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
|
|
@@ -86,11 +86,16 @@ class SynchronousInferenceStream:
|
|
|
86
86
|
if not suppress_fc:
|
|
87
87
|
return None
|
|
88
88
|
parts: list[str] = []
|
|
89
|
+
# 1) normal draining loop
|
|
89
90
|
while True:
|
|
90
|
-
out = _filter_text("")
|
|
91
|
+
out = _filter_text("")
|
|
91
92
|
if not out:
|
|
92
93
|
break
|
|
93
94
|
parts.append(out)
|
|
95
|
+
# 2) force-drain the ≤ 8 safety-margin tail
|
|
96
|
+
if not _peek_gate.suppressing and _peek_gate.buf:
|
|
97
|
+
parts.append(_peek_gate.buf)
|
|
98
|
+
_peek_gate.buf = ""
|
|
94
99
|
if parts:
|
|
95
100
|
return {"type": "content", "content": "".join(parts)}
|
|
96
101
|
return None
|
|
@@ -111,7 +116,6 @@ class SynchronousInferenceStream:
|
|
|
111
116
|
if chunk.get("type") in ("hot_code", "hot_code_output"):
|
|
112
117
|
yield chunk
|
|
113
118
|
continue
|
|
114
|
-
|
|
115
119
|
if (
|
|
116
120
|
chunk.get("stream_type") == "code_execution"
|
|
117
121
|
and chunk.get("chunk", {}).get("type") == "code_interpreter_stream"
|
|
@@ -128,7 +132,7 @@ class SynchronousInferenceStream:
|
|
|
128
132
|
# ④ everything else streams unchanged
|
|
129
133
|
yield chunk
|
|
130
134
|
|
|
131
|
-
#
|
|
135
|
+
# graceful endings ------------------------------------------------
|
|
132
136
|
except StopAsyncIteration:
|
|
133
137
|
if tail := _drain_filters():
|
|
134
138
|
yield tail
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: projectdavid
|
|
3
|
-
Version: 1.32.
|
|
3
|
+
Version: 1.32.16
|
|
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.32.15 → projectdavid-1.32.16}/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
|
{projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/utils/function_call_suppressor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid/utils/vector_search_formatter.py
RENAMED
|
File without changes
|
|
File without changes
|
{projectdavid-1.32.15 → projectdavid-1.32.16}/src/projectdavid.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|