entropic-engine 2.9.0__tar.gz → 2.9.2__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.9.0/python/src/entropic_engine.egg-info → entropic_engine-2.9.2}/PKG-INFO +1 -1
- entropic_engine-2.9.2/VERSION +1 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/python/src/entropic/_bindings.py +1 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2/python/src/entropic_engine.egg-info}/PKG-INFO +1 -1
- entropic_engine-2.9.0/VERSION +0 -1
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/AUTHORS +0 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/LICENSE +0 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/NOTICE +0 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/README.md +0 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/pyproject.toml +0 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/python/src/entropic/__init__.py +0 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/python/src/entropic/__main__.py +0 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/python/src/entropic/_bindings_manifest.py +0 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/python/src/entropic/_loader.py +0 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/python/src/entropic/cli.py +0 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/python/src/entropic/helpers.py +0 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/python/src/entropic/hooks.py +0 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/python/src/entropic/install_engine.py +0 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/python/src/entropic/mcp.py +0 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/python/src/entropic/py.typed +0 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/python/src/entropic/streams.py +0 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/python/src/entropic_engine.egg-info/SOURCES.txt +0 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/python/src/entropic_engine.egg-info/dependency_links.txt +0 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/python/src/entropic_engine.egg-info/entry_points.txt +0 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/python/src/entropic_engine.egg-info/requires.txt +0 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/python/src/entropic_engine.egg-info/top_level.txt +0 -0
- {entropic_engine-2.9.0 → entropic_engine-2.9.2}/setup.cfg +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2.9.2
|
|
@@ -102,6 +102,7 @@ class EntropicError(enum.IntEnum):
|
|
|
102
102
|
QUEUE_FULL = 51
|
|
103
103
|
SPECULATIVE_INCOMPATIBLE_ARCH = 52
|
|
104
104
|
TIER_MODEL_TOO_LARGE = 53
|
|
105
|
+
SPECULATIVE_INCOMPATIBLE_CONFIG = 54
|
|
105
106
|
|
|
106
107
|
class AgentState(enum.IntEnum):
|
|
107
108
|
"""Mirrors ``entropic_agent_state_t`` from the C header."""
|
entropic_engine-2.9.0/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2.9.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
|
{entropic_engine-2.9.0 → entropic_engine-2.9.2}/python/src/entropic_engine.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{entropic_engine-2.9.0 → entropic_engine-2.9.2}/python/src/entropic_engine.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{entropic_engine-2.9.0 → entropic_engine-2.9.2}/python/src/entropic_engine.egg-info/requires.txt
RENAMED
|
File without changes
|
{entropic_engine-2.9.0 → entropic_engine-2.9.2}/python/src/entropic_engine.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|