David de la Iglesia Castro
David de la Iglesia Castro
Given that: > DVC Studio uses your regular CI/CD setup (e.g. GitHub Actions) to run the experiments. I think it would be nice to display the status of the CI/CD...
When a data file has been imported/updated using the `--rev` option of `dvc import`/`dvc update` , a `rev` subfield is being added to the `.dvc` file (See [Example: Importing and...
The current `Trends` view it's not very friendly to use when multiple metrics are selected and used to generate the `Trends.` There is not much room to compare and visualize...
Had to pin it in https://github.com/iterative/scmrepo/commit/42cbd913cf3a16b85491b9604bbcf96465a2f14b Example failure: https://github.com/iterative/scmrepo/actions/runs/4172914933/jobs/7224610376#step:6:126
Closes #2987 ## Summary The checks were being applied by the parent class during `__init__`, which was an issue in MCPTools because at that point there are no available tools....
Closes #1506 From `examples/tools.py`: - `LLM` (with function call output)  - `TOOL`  - `LLM` (with text output) 
**Is your feature request related to a problem? Please describe.** Google just released their Agent Development Kit: https://github.com/google/adk-python **Describe the solution you'd like** Add instrumentation support for this new agent...
One thing we overlook here is that users might want to use the embedded behavior and after these changes we don't have a way to opt-out from the `dir` creation....
When removing files from remote storage, DVC stops displaying any updates (no progress bar or log messages). As described in https://github.com/iterative/dvc/issues/5961#issuecomment-1361765509 , the actual removal of files can take a...