entropic-engine 2.2.0__tar.gz → 2.2.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.
Files changed (30) hide show
  1. {entropic_engine-2.2.0 → entropic_engine-2.2.2}/AUTHORS +3 -3
  2. entropic_engine-2.2.2/LICENSE +202 -0
  3. entropic_engine-2.2.2/NOTICE +20 -0
  4. {entropic_engine-2.2.0/python/src/entropic_engine.egg-info → entropic_engine-2.2.2}/PKG-INFO +10 -14
  5. {entropic_engine-2.2.0 → entropic_engine-2.2.2}/README.md +9 -13
  6. entropic_engine-2.2.2/VERSION +1 -0
  7. {entropic_engine-2.2.0 → entropic_engine-2.2.2}/pyproject.toml +2 -2
  8. {entropic_engine-2.2.0 → entropic_engine-2.2.2}/python/src/entropic/__init__.py +11 -53
  9. {entropic_engine-2.2.0 → entropic_engine-2.2.2}/python/src/entropic/__main__.py +1 -1
  10. entropic_engine-2.2.2/python/src/entropic/_bindings.py +336 -0
  11. entropic_engine-2.2.2/python/src/entropic/_bindings_manifest.py +126 -0
  12. {entropic_engine-2.2.0 → entropic_engine-2.2.2}/python/src/entropic/_loader.py +1 -1
  13. {entropic_engine-2.2.0 → entropic_engine-2.2.2}/python/src/entropic/cli.py +1 -1
  14. {entropic_engine-2.2.0 → entropic_engine-2.2.2}/python/src/entropic/helpers.py +1 -1
  15. {entropic_engine-2.2.0 → entropic_engine-2.2.2}/python/src/entropic/hooks.py +1 -1
  16. {entropic_engine-2.2.0 → entropic_engine-2.2.2}/python/src/entropic/install_engine.py +1 -1
  17. {entropic_engine-2.2.0 → entropic_engine-2.2.2}/python/src/entropic/mcp.py +1 -1
  18. {entropic_engine-2.2.0 → entropic_engine-2.2.2}/python/src/entropic/streams.py +1 -1
  19. {entropic_engine-2.2.0 → entropic_engine-2.2.2/python/src/entropic_engine.egg-info}/PKG-INFO +10 -14
  20. {entropic_engine-2.2.0 → entropic_engine-2.2.2}/python/src/entropic_engine.egg-info/SOURCES.txt +1 -0
  21. entropic_engine-2.2.0/LICENSE +0 -165
  22. entropic_engine-2.2.0/NOTICE +0 -103
  23. entropic_engine-2.2.0/VERSION +0 -1
  24. entropic_engine-2.2.0/python/src/entropic/_bindings.py +0 -493
  25. {entropic_engine-2.2.0 → entropic_engine-2.2.2}/python/src/entropic/py.typed +0 -0
  26. {entropic_engine-2.2.0 → entropic_engine-2.2.2}/python/src/entropic_engine.egg-info/dependency_links.txt +0 -0
  27. {entropic_engine-2.2.0 → entropic_engine-2.2.2}/python/src/entropic_engine.egg-info/entry_points.txt +0 -0
  28. {entropic_engine-2.2.0 → entropic_engine-2.2.2}/python/src/entropic_engine.egg-info/requires.txt +0 -0
  29. {entropic_engine-2.2.0 → entropic_engine-2.2.2}/python/src/entropic_engine.egg-info/top_level.txt +0 -0
  30. {entropic_engine-2.2.0 → entropic_engine-2.2.2}/setup.cfg +0 -0
@@ -5,9 +5,9 @@ The original copyright holder of Entropic is:
5
5
  Tristan VanFossen <vanfosst@gmail.com>
6
6
 
7
7
  Contributors retain copyright in their own contributions and license
8
- those contributions to the project under LGPL-3.0-or-later (with the
9
- linking exception in NOTICE) via the Developer Certificate of Origin
10
- sign-off described in CONTRIBUTING.md.
8
+ those contributions to the project under the Apache License, Version
9
+ 2.0 via the Developer Certificate of Origin sign-off described in
10
+ CONTRIBUTING.md.
11
11
 
12
12
  The canonical record of who has contributed what is the git commit
13
13
  history. This file is not exhaustive; it identifies the original
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
@@ -0,0 +1,20 @@
1
+ Entropic — local-first agentic inference engine
2
+ Copyright (C) 2026 Tristan VanFossen
3
+
4
+ Licensed under the Apache License, Version 2.0. See the LICENSE
5
+ file for the full license text.
6
+
7
+ ======================================================================
8
+
9
+ THIRD-PARTY COMPONENTS
10
+ ======================================================================
11
+
12
+ Entropic bundles or links against third-party software with their
13
+ own licenses. See the upstream projects for full attribution text:
14
+
15
+ - llama.cpp MIT
16
+ - nlohmann::json MIT
17
+ - spdlog MIT
18
+ - sqlite3 Public domain
19
+ - rapidyaml (ryml) MIT
20
+ - cpp-httplib MIT (examples/openai-server only)
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: entropic-engine
3
- Version: 2.2.0
3
+ Version: 2.2.2
4
4
  Summary: Local-first agentic inference engine — Python wrapper over librentropic.so
5
5
  Author: Tristan VanFossen
6
- License-Expression: LGPL-3.0-or-later
6
+ License-Expression: Apache-2.0
7
7
  Keywords: ai,coding,assistant,llm,local,inference
8
8
  Classifier: Development Status :: 4 - Beta
9
9
  Classifier: Environment :: Console
@@ -496,16 +496,12 @@ professional, legal, medical, or financial advice.
496
496
 
497
497
  ## License
498
498
 
499
- LGPL-3.0-or-later, with the **BISSELL Homecare Inc. Linking
500
- Exception** applications that link `librentropic.so` (static or
501
- dynamic) are not themselves required to be LGPL-licensed.
502
- Modifications to Entropic itself remain LGPL.
499
+ Apache-2.0. See [`LICENSE`](LICENSE) for the canonical text and
500
+ [`NOTICE`](NOTICE) for third-party attribution. Contributors retain
501
+ copyright in their contributions; see [`CONTRIBUTING.md`](CONTRIBUTING.md)
502
+ for the DCO sign-off process.
503
503
 
504
- See [`LICENSE`](LICENSE) for the canonical LGPL-3.0 text and
505
- [`NOTICE`](NOTICE) for provenance, the linking exception, version
506
- history, and third-party attribution. Contributors retain copyright
507
- in their contributions; see [`CONTRIBUTING.md`](CONTRIBUTING.md) for
508
- the DCO sign-off process.
509
-
510
- Versions prior to 2.0.0 were released under Apache-2.0 and that
511
- license continues to apply to those releases.
504
+ Versions 2.0.0 through 2.2.1 were released under LGPL-3.0-or-later
505
+ with a linking exception; those releases remain under that license.
506
+ The relicense to Apache-2.0 takes effect at v2.2.2 and forward, and
507
+ restores the permissive license used for v1.x.
@@ -465,16 +465,12 @@ professional, legal, medical, or financial advice.
465
465
 
466
466
  ## License
467
467
 
468
- LGPL-3.0-or-later, with the **BISSELL Homecare Inc. Linking
469
- Exception** applications that link `librentropic.so` (static or
470
- dynamic) are not themselves required to be LGPL-licensed.
471
- Modifications to Entropic itself remain LGPL.
472
-
473
- See [`LICENSE`](LICENSE) for the canonical LGPL-3.0 text and
474
- [`NOTICE`](NOTICE) for provenance, the linking exception, version
475
- history, and third-party attribution. Contributors retain copyright
476
- in their contributions; see [`CONTRIBUTING.md`](CONTRIBUTING.md) for
477
- the DCO sign-off process.
478
-
479
- Versions prior to 2.0.0 were released under Apache-2.0 and that
480
- license continues to apply to those releases.
468
+ Apache-2.0. See [`LICENSE`](LICENSE) for the canonical text and
469
+ [`NOTICE`](NOTICE) for third-party attribution. Contributors retain
470
+ copyright in their contributions; see [`CONTRIBUTING.md`](CONTRIBUTING.md)
471
+ for the DCO sign-off process.
472
+
473
+ Versions 2.0.0 through 2.2.1 were released under LGPL-3.0-or-later
474
+ with a linking exception; those releases remain under that license.
475
+ The relicense to Apache-2.0 takes effect at v2.2.2 and forward, and
476
+ restores the permissive license used for v1.x.
@@ -0,0 +1 @@
1
+ 2.2.2
@@ -1,4 +1,4 @@
1
- # SPDX-License-Identifier: LGPL-3.0-or-later
1
+ # SPDX-License-Identifier: Apache-2.0
2
2
  [project]
3
3
  name = "entropic-engine"
4
4
  # v2.1.2 (#4): version is read from the repo-root VERSION file at sdist /
@@ -7,7 +7,7 @@ name = "entropic-engine"
7
7
  dynamic = ["version"]
8
8
  description = "Local-first agentic inference engine — Python wrapper over librentropic.so"
9
9
  readme = "README.md"
10
- license = "LGPL-3.0-or-later"
10
+ license = "Apache-2.0"
11
11
  requires-python = ">=3.10"
12
12
  authors = [
13
13
  {name = "Tristan VanFossen"}
@@ -1,4 +1,4 @@
1
- # SPDX-License-Identifier: LGPL-3.0-or-later
1
+ # SPDX-License-Identifier: Apache-2.0
2
2
  """entropic-engine — Python wrapper over librentropic.so.
3
3
 
4
4
  The package itself is ~50 KB of pure Python: a ctypes binding shim and
@@ -44,58 +44,16 @@ except PackageNotFoundError: # pragma: no cover — uninstalled source-tree run
44
44
  _version_file = Path(__file__).resolve().parents[3] / "VERSION"
45
45
  __version__ = _version_file.read_text().strip() if _version_file.exists() else "0.0.0+local"
46
46
 
47
- _LAZY_EXPORTS = frozenset(
48
- {
49
- "AgentState",
50
- "EntropicError",
51
- # Issue #8 (v2.1.4): EntropicHookPoint enum + 4 new ABI symbols.
52
- "EntropicHookPoint",
53
- "HOOK_CB",
54
- # gh#22 (v2.1.5): C-ABI-documentation-spelled CFUNCTYPE aliases.
55
- "HOOK_CALLBACK_CB",
56
- "TOKEN_STREAM_CB",
57
- "STATE_OBSERVER_CB",
58
- "STREAM_OBSERVER_CB",
59
- "TOKEN_CB",
60
- # gh#29 (v2.1.5): delegation callbacks — replaces auto-merge.
61
- "DELEGATION_START_CB",
62
- "DELEGATION_COMPLETE_CB",
63
- "EntDecision",
64
- "EntDelegationRequest",
65
- "EntDelegationResult",
66
- "entropic_set_delegation_callbacks",
67
- # gh#30 (v2.1.5): validation retry controls.
68
- "ATTEMPT_BOUNDARY_CB",
69
- "entropic_set_attempt_boundary_cb",
70
- "entropic_validation_accept_last",
71
- "entropic_validation_resume_retry",
72
- "entropic_validation_set_auto_retry",
73
- "entropic_alloc",
74
- "entropic_api_version",
75
- "entropic_configure_dir",
76
- "entropic_context_clear",
77
- "entropic_context_count",
78
- # gh#22 (v2.1.5): closes gh#8 partial gap.
79
- "entropic_context_get",
80
- # gh#39 (v2.1.8): token-level context pressure.
81
- "entropic_context_usage",
82
- "entropic_create",
83
- "entropic_destroy",
84
- "entropic_free",
85
- "entropic_handle_t",
86
- "entropic_interrupt",
87
- "entropic_register_hook",
88
- "entropic_register_mcp_server",
89
- "entropic_run",
90
- "entropic_run_streaming",
91
- # gh#37 (v2.1.8): multimodal messages entry points.
92
- "entropic_run_messages",
93
- "entropic_run_messages_streaming",
94
- "entropic_set_state_observer",
95
- "entropic_set_stream_observer",
96
- "entropic_version",
97
- }
98
- )
47
+ # v2.2.1: the lazy-export set is now derived from the auto-generated
48
+ # manifest emitted by ``scripts/gen_bindings.py``. The manifest module
49
+ # does NOT import ctypes or load librentropic.so, so reading it here
50
+ # preserves the PEP 562 lazy-binding contract: ``entropic install-engine``
51
+ # can run before the .so exists on disk and still ``import entropic``
52
+ # successfully. The set covers every ENTROPIC_EXPORT in the C header
53
+ # plus the IntEnum / Structure / CFUNCTYPE typedefs the generator
54
+ # produces. To audit the surface, read
55
+ # ``python/src/entropic/_bindings_manifest.py``.
56
+ from entropic._bindings_manifest import EXPORTS as _LAZY_EXPORTS
99
57
 
100
58
  # Issue #8 (v2.1.4): Pythonic facade — top-level re-exports of the
101
59
  # decorator + helpers from the per-module surfaces. Keeps `entropic`
@@ -1,4 +1,4 @@
1
- # SPDX-License-Identifier: LGPL-3.0-or-later
1
+ # SPDX-License-Identifier: Apache-2.0
2
2
  """Entry point for ``python -m entropic`` (gh#18, v2.1.5).
3
3
 
4
4
  Mirrors the ``entropic`` console_scripts entry so downstream consumers