entropic-engine 2.3.6__tar.gz → 2.3.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.
- {entropic_engine-2.3.6/python/src/entropic_engine.egg-info → entropic_engine-2.3.8}/PKG-INFO +1 -1
- entropic_engine-2.3.8/VERSION +1 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/python/src/entropic/_bindings.py +1 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/python/src/entropic/_bindings_manifest.py +1 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8/python/src/entropic_engine.egg-info}/PKG-INFO +1 -1
- entropic_engine-2.3.6/VERSION +0 -1
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/AUTHORS +0 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/LICENSE +0 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/NOTICE +0 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/README.md +0 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/pyproject.toml +0 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/python/src/entropic/__init__.py +0 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/python/src/entropic/__main__.py +0 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/python/src/entropic/_loader.py +0 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/python/src/entropic/cli.py +0 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/python/src/entropic/helpers.py +0 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/python/src/entropic/hooks.py +0 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/python/src/entropic/install_engine.py +0 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/python/src/entropic/mcp.py +0 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/python/src/entropic/py.typed +0 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/python/src/entropic/streams.py +0 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/python/src/entropic_engine.egg-info/SOURCES.txt +0 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/python/src/entropic_engine.egg-info/dependency_links.txt +0 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/python/src/entropic_engine.egg-info/entry_points.txt +0 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/python/src/entropic_engine.egg-info/requires.txt +0 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/python/src/entropic_engine.egg-info/top_level.txt +0 -0
- {entropic_engine-2.3.6 → entropic_engine-2.3.8}/setup.cfg +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2.3.8
|
|
@@ -256,6 +256,7 @@ entropic_configure_dir = _bind("entropic_configure_dir", ctypes.c_int, entropic_
|
|
|
256
256
|
entropic_destroy = _bind("entropic_destroy", None, entropic_handle_t)
|
|
257
257
|
entropic_version = _bind("entropic_version", ctypes.c_char_p)
|
|
258
258
|
entropic_api_version = _bind("entropic_api_version", ctypes.c_int)
|
|
259
|
+
entropic_seconds_since_last_activity = _bind("entropic_seconds_since_last_activity", ctypes.c_int64, entropic_handle_t)
|
|
259
260
|
entropic_alloc = _bind("entropic_alloc", ctypes.c_void_p, ctypes.c_size_t)
|
|
260
261
|
entropic_free = _bind("entropic_free", None, ctypes.c_void_p)
|
|
261
262
|
entropic_run = _bind("entropic_run", ctypes.c_int, entropic_handle_t, ctypes.c_char_p, ctypes.POINTER(ctypes.c_char_p))
|
|
@@ -103,6 +103,7 @@ EXPORTS = frozenset(
|
|
|
103
103
|
"entropic_run_messages",
|
|
104
104
|
"entropic_run_messages_streaming",
|
|
105
105
|
"entropic_run_streaming",
|
|
106
|
+
"entropic_seconds_since_last_activity",
|
|
106
107
|
"entropic_serialize_mcp_keys",
|
|
107
108
|
"entropic_set_attempt_boundary_cb",
|
|
108
109
|
"entropic_set_critique_callbacks",
|
entropic_engine-2.3.6/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2.3.6
|
|
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
|
{entropic_engine-2.3.6 → entropic_engine-2.3.8}/python/src/entropic_engine.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{entropic_engine-2.3.6 → entropic_engine-2.3.8}/python/src/entropic_engine.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{entropic_engine-2.3.6 → entropic_engine-2.3.8}/python/src/entropic_engine.egg-info/requires.txt
RENAMED
|
File without changes
|
{entropic_engine-2.3.6 → entropic_engine-2.3.8}/python/src/entropic_engine.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|