Lars von Wedel

Results 7 issues of Lars von Wedel

Hello, I am trying to run first docking experiments together with reinvent. I am observing many ADV jobs getting started with `-cpu 1` (hardcoded), but a few (1 or 2)...

Hello, I would like to reference other objects (e.g. a system) in my database from tasks so that I can build a view showing all tasks related to a system....

Hello, I have a quite simple database with objects that have a number of simple properties which would be easy to work with. IDs are of the form Axxxx (where...

type: question

Hello, I have tried to set up a crew where one agent / task uses two FileReadTools with different file arguments: ``` file1_tool = FileReadTool(file_path="./file1.json") file2_tool = FileReadTool(file_path="./file2.txt") [...] researcher...

In a Rancher-provisioned bare metal cluster I have two GPU nodes that cannot finish upgrade, their status is _validation-required_ and _pod-restart-required_. ### 1. Quick Debug Information * OS/Version - Ubuntu22.04:...

Hello, I tried to use a separate deployment of Redis / Sentinel that was created using Bitnami's helm chart. I can exec into one of the redis pods, run `redis-cli`...

question

### Describe the bug I have put together a small team of agents (user_proxy, two researchers, and a data analyst). The researchers are `AssistantAgent`s, the data analyst is a `GPTAssistantAgent`...

bug