@brokkai/anvil-linux-arm64 0.28.2 → 0.28.4

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.
package/README.md CHANGED
@@ -41,6 +41,13 @@ custom TUI ---------------------------------------> tools + sessions
41
41
  - **Explicit safety boundaries.** Clients choose permission behavior while Anvil applies permission gates, workspace path checks, and the configured sandbox strategy.
42
42
  - **Persistent work.** Load and resume sessions with durable history, usage reporting, and context compaction.
43
43
 
44
+ ## Python inference client
45
+
46
+ `uv add brokk-anvil-client` installs native async Python bindings to Anvil's
47
+ standalone model client. It shares provider authentication, structured output,
48
+ and retries with `anvil infer`, without an agent session or subprocess.
49
+ See [Python LLM Client](https://anvil.brokk.ai/python-client/).
50
+
44
51
  ## Install and Evaluate
45
52
 
46
53
  Install the released native binary through [uv](https://docs.astral.sh/uv/),
@@ -38,12 +38,12 @@
38
38
  </div>
39
39
  <h2>Overview of licenses:</h2>
40
40
  <ul class="licenses-overview">
41
- <li><a href="#Apache-2.0">Apache License 2.0</a> (384)</li>
41
+ <li><a href="#Apache-2.0">Apache License 2.0</a> (390)</li>
42
42
  <li><a href="#MIT">MIT License</a> (88)</li>
43
43
  <li><a href="#Unicode-3.0">Unicode License v3</a> (19)</li>
44
44
  <li><a href="#ISC">ISC License</a> (5)</li>
45
+ <li><a href="#LGPL-3.0-only">GNU Lesser General Public License v3.0 only</a> (5)</li>
45
46
  <li><a href="#BSD-3-Clause">BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License</a> (4)</li>
46
- <li><a href="#LGPL-3.0-only">GNU Lesser General Public License v3.0 only</a> (3)</li>
47
47
  <li><a href="#Zlib">zlib License</a> (3)</li>
48
48
  <li><a href="#MIT-0">MIT No Attribution</a> (2)</li>
49
49
  <li><a href="#0BSD">BSD Zero Clause License</a> (1)</li>
@@ -7409,6 +7409,203 @@ distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
7409
7409
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7410
7410
  See the License for the specific language governing permissions and
7411
7411
  limitations under the License.
7412
+ </pre>
7413
+ </li>
7414
+ <li class="license">
7415
+ <h3 id="Apache-2.0">Apache License 2.0</h3>
7416
+ <h4>Used by:</h4>
7417
+ <ul class="license-used-by">
7418
+ <li><a href="https://crates.io/crates/pyo3-async-runtimes/0.29.0">pyo3-async-runtimes 0.29.0</a></li>
7419
+ </ul>
7420
+ <pre class="license-text"> Copyright (c) 2017-present PyO3 Project and Contributors. https://github.com/PyO3
7421
+
7422
+ Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
7423
+ you may not use this file except in compliance with the License.
7424
+ You may obtain a copy of the License at
7425
+
7426
+ http://www.apache.org/licenses/LICENSE-2.0
7427
+
7428
+ Unless required by applicable law or agreed to in writing, software
7429
+ distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
7430
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7431
+ See the License for the specific language governing permissions and
7432
+ limitations under the License.
7433
+
7434
+
7435
+ Apache License
7436
+ Version 2.0, January 2004
7437
+ http://www.apache.org/licenses/
7438
+
7439
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7440
+
7441
+ 1. Definitions.
7442
+
7443
+ &quot;License&quot; shall mean the terms and conditions for use, reproduction,
7444
+ and distribution as defined by Sections 1 through 9 of this document.
7445
+
7446
+ &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
7447
+ the copyright owner that is granting the License.
7448
+
7449
+ &quot;Legal Entity&quot; shall mean the union of the acting entity and all
7450
+ other entities that control, are controlled by, or are under common
7451
+ control with that entity. For the purposes of this definition,
7452
+ &quot;control&quot; means (i) the power, direct or indirect, to cause the
7453
+ direction or management of such entity, whether by contract or
7454
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
7455
+ outstanding shares, or (iii) beneficial ownership of such entity.
7456
+
7457
+ &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
7458
+ exercising permissions granted by this License.
7459
+
7460
+ &quot;Source&quot; form shall mean the preferred form for making modifications,
7461
+ including but not limited to software source code, documentation
7462
+ source, and configuration files.
7463
+
7464
+ &quot;Object&quot; form shall mean any form resulting from mechanical
7465
+ transformation or translation of a Source form, including but
7466
+ not limited to compiled object code, generated documentation,
7467
+ and conversions to other media types.
7468
+
7469
+ &quot;Work&quot; shall mean the work of authorship, whether in Source or
7470
+ Object form, made available under the License, as indicated by a
7471
+ copyright notice that is included in or attached to the work
7472
+ (an example is provided in the Appendix below).
7473
+
7474
+ &quot;Derivative Works&quot; shall mean any work, whether in Source or Object
7475
+ form, that is based on (or derived from) the Work and for which the
7476
+ editorial revisions, annotations, elaborations, or other modifications
7477
+ represent, as a whole, an original work of authorship. For the purposes
7478
+ of this License, Derivative Works shall not include works that remain
7479
+ separable from, or merely link (or bind by name) to the interfaces of,
7480
+ the Work and Derivative Works thereof.
7481
+
7482
+ &quot;Contribution&quot; shall mean any work of authorship, including
7483
+ the original version of the Work and any modifications or additions
7484
+ to that Work or Derivative Works thereof, that is intentionally
7485
+ submitted to Licensor for inclusion in the Work by the copyright owner
7486
+ or by an individual or Legal Entity authorized to submit on behalf of
7487
+ the copyright owner. For the purposes of this definition, &quot;submitted&quot;
7488
+ means any form of electronic, verbal, or written communication sent
7489
+ to the Licensor or its representatives, including but not limited to
7490
+ communication on electronic mailing lists, source code control systems,
7491
+ and issue tracking systems that are managed by, or on behalf of, the
7492
+ Licensor for the purpose of discussing and improving the Work, but
7493
+ excluding communication that is conspicuously marked or otherwise
7494
+ designated in writing by the copyright owner as &quot;Not a Contribution.&quot;
7495
+
7496
+ &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
7497
+ on behalf of whom a Contribution has been received by Licensor and
7498
+ subsequently incorporated within the Work.
7499
+
7500
+ 2. Grant of Copyright License. Subject to the terms and conditions of
7501
+ this License, each Contributor hereby grants to You a perpetual,
7502
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7503
+ copyright license to reproduce, prepare Derivative Works of,
7504
+ publicly display, publicly perform, sublicense, and distribute the
7505
+ Work and such Derivative Works in Source or Object form.
7506
+
7507
+ 3. Grant of Patent License. Subject to the terms and conditions of
7508
+ this License, each Contributor hereby grants to You a perpetual,
7509
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7510
+ (except as stated in this section) patent license to make, have made,
7511
+ use, offer to sell, sell, import, and otherwise transfer the Work,
7512
+ where such license applies only to those patent claims licensable
7513
+ by such Contributor that are necessarily infringed by their
7514
+ Contribution(s) alone or by combination of their Contribution(s)
7515
+ with the Work to which such Contribution(s) was submitted. If You
7516
+ institute patent litigation against any entity (including a
7517
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
7518
+ or a Contribution incorporated within the Work constitutes direct
7519
+ or contributory patent infringement, then any patent licenses
7520
+ granted to You under this License for that Work shall terminate
7521
+ as of the date such litigation is filed.
7522
+
7523
+ 4. Redistribution. You may reproduce and distribute copies of the
7524
+ Work or Derivative Works thereof in any medium, with or without
7525
+ modifications, and in Source or Object form, provided that You
7526
+ meet the following conditions:
7527
+
7528
+ (a) You must give any other recipients of the Work or
7529
+ Derivative Works a copy of this License; and
7530
+
7531
+ (b) You must cause any modified files to carry prominent notices
7532
+ stating that You changed the files; and
7533
+
7534
+ (c) You must retain, in the Source form of any Derivative Works
7535
+ that You distribute, all copyright, patent, trademark, and
7536
+ attribution notices from the Source form of the Work,
7537
+ excluding those notices that do not pertain to any part of
7538
+ the Derivative Works; and
7539
+
7540
+ (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
7541
+ distribution, then any Derivative Works that You distribute must
7542
+ include a readable copy of the attribution notices contained
7543
+ within such NOTICE file, excluding those notices that do not
7544
+ pertain to any part of the Derivative Works, in at least one
7545
+ of the following places: within a NOTICE text file distributed
7546
+ as part of the Derivative Works; within the Source form or
7547
+ documentation, if provided along with the Derivative Works; or,
7548
+ within a display generated by the Derivative Works, if and
7549
+ wherever such third-party notices normally appear. The contents
7550
+ of the NOTICE file are for informational purposes only and
7551
+ do not modify the License. You may add Your own attribution
7552
+ notices within Derivative Works that You distribute, alongside
7553
+ or as an addendum to the NOTICE text from the Work, provided
7554
+ that such additional attribution notices cannot be construed
7555
+ as modifying the License.
7556
+
7557
+ You may add Your own copyright statement to Your modifications and
7558
+ may provide additional or different license terms and conditions
7559
+ for use, reproduction, or distribution of Your modifications, or
7560
+ for any such Derivative Works as a whole, provided Your use,
7561
+ reproduction, and distribution of the Work otherwise complies with
7562
+ the conditions stated in this License.
7563
+
7564
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
7565
+ any Contribution intentionally submitted for inclusion in the Work
7566
+ by You to the Licensor shall be under the terms and conditions of
7567
+ this License, without any additional terms or conditions.
7568
+ Notwithstanding the above, nothing herein shall supersede or modify
7569
+ the terms of any separate license agreement you may have executed
7570
+ with Licensor regarding such Contributions.
7571
+
7572
+ 6. Trademarks. This License does not grant permission to use the trade
7573
+ names, trademarks, service marks, or product names of the Licensor,
7574
+ except as required for reasonable and customary use in describing the
7575
+ origin of the Work and reproducing the content of the NOTICE file.
7576
+
7577
+ 7. Disclaimer of Warranty. Unless required by applicable law or
7578
+ agreed to in writing, Licensor provides the Work (and each
7579
+ Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
7580
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
7581
+ implied, including, without limitation, any warranties or conditions
7582
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
7583
+ PARTICULAR PURPOSE. You are solely responsible for determining the
7584
+ appropriateness of using or redistributing the Work and assume any
7585
+ risks associated with Your exercise of permissions under this License.
7586
+
7587
+ 8. Limitation of Liability. In no event and under no legal theory,
7588
+ whether in tort (including negligence), contract, or otherwise,
7589
+ unless required by applicable law (such as deliberate and grossly
7590
+ negligent acts) or agreed to in writing, shall any Contributor be
7591
+ liable to You for damages, including any direct, indirect, special,
7592
+ incidental, or consequential damages of any character arising as a
7593
+ result of this License or out of the use or inability to use the
7594
+ Work (including but not limited to damages for loss of goodwill,
7595
+ work stoppage, computer failure or malfunction, or any and all
7596
+ other commercial damages or losses), even if such Contributor
7597
+ has been advised of the possibility of such damages.
7598
+
7599
+ 9. Accepting Warranty or Additional Liability. While redistributing
7600
+ the Work or Derivative Works thereof, You may choose to offer,
7601
+ and charge a fee for, acceptance of support, warranty, indemnity,
7602
+ or other liability obligations and/or rights consistent with this
7603
+ License. However, in accepting such obligations, You may act only
7604
+ on Your own behalf and on Your sole responsibility, not on behalf
7605
+ of any other Contributor, and only if You agree to indemnify,
7606
+ defend, and hold each Contributor harmless for any liability
7607
+ incurred by, or claims asserted against, such Contributor by reason
7608
+ of your accepting any such warranty or additional liability.
7412
7609
  </pre>
7413
7610
  </li>
7414
7611
  <li class="license">
@@ -7894,6 +8091,11 @@ limitations under the License.
7894
8091
  <li><a href="https://crates.io/crates/proc-macro2/1.0.106">proc-macro2 1.0.106</a></li>
7895
8092
  <li><a href="https://crates.io/crates/pulley-interpreter/45.0.1">pulley-interpreter 45.0.1</a></li>
7896
8093
  <li><a href="https://crates.io/crates/pulley-macros/45.0.1">pulley-macros 45.0.1</a></li>
8094
+ <li><a href="https://crates.io/crates/pyo3-build-config/0.29.2">pyo3-build-config 0.29.2</a></li>
8095
+ <li><a href="https://crates.io/crates/pyo3-ffi/0.29.2">pyo3-ffi 0.29.2</a></li>
8096
+ <li><a href="https://crates.io/crates/pyo3-macros-backend/0.29.2">pyo3-macros-backend 0.29.2</a></li>
8097
+ <li><a href="https://crates.io/crates/pyo3-macros/0.29.2">pyo3-macros 0.29.2</a></li>
8098
+ <li><a href="https://crates.io/crates/pyo3/0.29.2">pyo3 0.29.2</a></li>
7897
8099
  <li><a href="https://crates.io/crates/quote/1.0.45">quote 1.0.45</a></li>
7898
8100
  <li><a href="https://crates.io/crates/rand/0.10.1">rand 0.10.1</a></li>
7899
8101
  <li><a href="https://crates.io/crates/rand/0.8.7">rand 0.8.7</a></li>
@@ -8580,8 +8782,10 @@ THE SOFTWARE IS PROVIDED &quot;AS IS&quot; AND ISC DISCLAIMS ALL WARRANTIES WITH
8580
8782
  <h3 id="LGPL-3.0-only">GNU Lesser General Public License v3.0 only</h3>
8581
8783
  <h4>Used by:</h4>
8582
8784
  <ul class="license-used-by">
8583
- <li><a href="https://crates.io/crates/brokk-anvil/0.28.2">brokk-anvil 0.28.2</a></li>
8584
- <li><a href="https://crates.io/crates/brokk-anvil-client/0.28.2">brokk-anvil-client 0.28.2</a></li>
8785
+ <li><a href="https://crates.io/crates/brokk-anvil/0.28.4">brokk-anvil 0.28.4</a></li>
8786
+ <li><a href="https://crates.io/crates/brokk-anvil-client/0.28.4">brokk-anvil-client 0.28.4</a></li>
8787
+ <li><a href="https://crates.io/crates/brokk-anvil-client-python/0.28.4">brokk-anvil-client-python 0.28.4</a></li>
8788
+ <li><a href="https://crates.io/crates/xtask/0.1.0">xtask 0.1.0</a></li>
8585
8789
  <li><a href="https://crates.io/crates/brokk-acp-sandbox/0.1.0">brokk-acp-sandbox 0.1.0</a></li>
8586
8790
  </ul>
8587
8791
  <pre class="license-text">GNU LESSER GENERAL PUBLIC LICENSE
@@ -9920,7 +10124,7 @@ SOFTWARE.
9920
10124
  <h3 id="MIT">MIT License</h3>
9921
10125
  <h4>Used by:</h4>
9922
10126
  <ul class="license-used-by">
9923
- <li><a href="https://crates.io/crates/brokk-anvil-minimizer/0.28.2">brokk-anvil-minimizer 0.28.2</a></li>
10127
+ <li><a href="https://crates.io/crates/brokk-anvil-minimizer/0.28.4">brokk-anvil-minimizer 0.28.4</a></li>
9924
10128
  </ul>
9925
10129
  <pre class="license-text">MIT License
9926
10130
 
package/anvil CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brokkai/anvil-linux-arm64",
3
- "version": "0.28.2",
3
+ "version": "0.28.4",
4
4
  "license": "LGPL-3.0-only",
5
5
  "repository": {
6
6
  "type": "git",