Alejandro Cuadron Lafuente

Results 7 issues of Alejandro Cuadron Lafuente

--- ### Environment summary Provider (e.g. ACI, AWS Fargate) Mock provider. Version (e.g. 0.1, 0.2-beta) master branch. K8s Master Info (e.g. AKS, ACS, Bare Metal, EKS) Minikube, K8s version: v1.26.3...

### What happened + What you expected to happen I tried connecting to a ray cluster using the ray client: `ray.init("ray://IP:10001", allow_multiple=True) `. Which I successfully connect to as shown...

bug
triage

### Is there an existing issue for the same bug? - [X] I have checked the troubleshooting document at https://docs.all-hands.dev/modules/usage/troubleshooting - [X] I have checked the existing issues. ### Describe...

bug
severity:medium
Stale

I added the option to specify different LB policies, by default, RoundRobin is used. This PR is intended to enable easy switching between LB policies to facilitate its development. The...

**End-user friendly description of the problem this fixes or functionality that this introduces** Exploring if agents can achieve better outputs if they have supervision. This is a draft PR. -...

**End-user friendly description of the problem this fixes or functionality that this introduces** - [X] Include this change in the Release Notes. If checked, you must provide an **end-user friendly**...

This PR adds a new benchmark feature to evaluate how well models call the base functions in function_sets/base.py. ## Features - Abstract `Benchmark` base class - `ArchivalMemoryBenchmark` implementation for testing...