Victor
Victor
Don't you link against NVidia Codec SDK, which has [these license terms](https://developer.download.nvidia.com/designworks/DesignWorks_SDKs_Samples_Tools_License_distrib_use_rights_2017_06_13.pdf?t=eyJscyI6InJlZiIsImxzZCI6IlJFRi1naXRodWIuY29tL2psZW5ub3gvTnZFbmNTaGFycCJ9) ? Specifically, `NvEnc.Cuda.Library.dll`
FYI, the abovementioned commit 08893f77938d224a5b3ccb56e6e0c048a7de2e71 has a couple of critical bugs in `IntMath` (to put it mildly 😁). It should look like this instead: ```csharp using System; namespace MonoTorrent {...
As a workaround I switched to SSH authentication.
Is this up to date? Does the lack of function calling mean we can't use the new computer tool?
@nonoc Funny you ask, I started implementing computer use tool off where this work was stopped, have prototype here: https://github.com/BorgGames/semantic-kernel/tree/AnthropicTools (fork of this repo) Beta package is here: https://www.nuget.org/packages/Lost.SemanticKernel.Connectors.Anthropic/1.22.0-alpha0 ###...
Just updated the alpha to the latest official release 1.25.0, and enabled an option to auto execute Computer Use tool. https://www.nuget.org/packages/Lost.SemanticKernel.Connectors.Anthropic/1.25.0-alpha2#readme-body-tab
@Krzysztof318 sure, I didn't notice the branch until recently.
Please, provide a minimal repro.
Can you check that you can successfully import that module from Python itself the first thing (e.g. without importing `clr`)?
Also, can you provide the full stack trace?