misc/py-haystack_ai: Update to 2.18.1
- Enhancement Notes:
- Added tools to agent run parameters to enhance the agent's
flexibility. Users can now choose a subset of tools for the agent at
runtime by providing a list of tool names, or supply an entirely new
set by passing Tool objects or a Toolset.
- Bug Fixes
- Fix Agent run_async method to correctly handle async streaming
callbacks. This previously triggered errors due to a bug.
- Prevent duplication of the last assistant message in the chat
history when initializing from an AgentSnapshot.
- We were setting response_format to None in OpenAIChatGenerator by
default which doesn't follow the API spec. We now omit the variable
if response_format is not passed by the user.
Sponsored by: resulta.tech
math/py-numpy: Revert "math/py-numpy: Migrate to PEP517"
This reverts commit 3f582fcf38bb0cee40f9346683490aceb3bda654.
The goal was to unblock package building ASAP while we investigate
Requested by: antoine
graphics/gowall: Update 0.2.1 => 0.2.3
This release brings two big features: image compression and OCR. Added
new port options for both of those and also for upscaling feature.
Changelog: https://github.com/Achno/gowall/releases/tag/v0.2.3
PR: 290176
Reported by: Yusuf Yaman <nxjoseph at protonmail.com> (maintainer)
graphics/R-cran-rgl: New port
Provides medium to high level functions for 3D interactive graphics, including
functions modelled on base graphics (plot3d(), etc.) as well as functions for
constructing representations of geometric objects (cube3d(), etc.). Output may
be on screen using OpenGL, or to various standard 3D file formats including
WebGL, PLY, OBJ, STL as well as 2D image formats, including PNG, Postscript,
SVG, PGF.
multimedia/wlrobs: unbreak build after f8c7e0b354e7
meson.build:7:6: ERROR: Dependency "libobs" not found, tried cmake
CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
Could NOT find SIMDe (missing: SIMDe_INCLUDE_DIR) (found version "0.0.0")
Reason given by package: Ensure SIMD Everywhere is available in local library paths.
Call Stack (most recent call first):
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
/usr/local/lib/cmake/libobs/finders/FindSIMDe.cmake:78 (find_package_handle_standard_args)
/usr/local/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
/usr/local/lib/cmake/libobs/libobsConfig.cmake:34 (find_dependency)
CMakeLists.txt:20 (find_package)
Reported by: pkg-fallout
(cherry picked from commit 43e0ee5c86e0830b5289af8a2b7dd4858b63a817)
www/tinyauth: Mark BROKEN on i386, Use default golang version
- Mark BROKEN on i386: cannot use int64(off) (value of type int64) as
int32 value in assignment
- Use the default version of golang as it appears in go.mod, since the
version currently used by Tinyauth is 1.24.
Reported by: pkg-fallout