forked from huggingface/smolagents
-
Notifications
You must be signed in to change notification settings - Fork 69
Merge HF #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
joaopauloschuler
merged 178 commits into
joaopauloschuler:hf_main
from
huggingface:main
Feb 23, 2025
Merged
Merge HF #13
joaopauloschuler
merged 178 commits into
joaopauloschuler:hf_main
from
huggingface:main
Feb 23, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* TransformersModel auto-detects VLMs
* fix Extra planning
…oughts (#384) * Add enhanced Gradio UI with nested agents calls, execution-logs, errors - Add virtual separation between steps - Highlight final answer as required in internal discussion - Show step numbers and token counts - Include step duration tracking - Improve message display structure --------- Co-authored-by: Yuvraj Sharma <[email protected]>
* DuckDuckGoSearchTool: add ddgs_kwargs parameter to constructor for flexible configuration
* Fix up minor naming oddities Dedupe insert row logic * Improve readability
* Test import without extras * Add import test to CI * Use uv run
* Add tool saving test * Format
* Fix return type of generator function in `Agent._run()`
* Deep refacto that disentangled logging logic between logging (informing the user via console outputs) and memory (storing what happened in the agent). --------- Co-authored-by: benediktstroebl <[email protected]> Co-authored-by: Aymeric <[email protected]>
* Add `provider` param to `HfApiModel `, update guided_tour.md --------- Co-authored-by: Aymeric <[email protected]>
* Makes web browser example a CLI script --------- Co-authored-by: Merve Noyan <[email protected]> Co-authored-by: Aymeric <[email protected]>
* Update `vlm_web_browser.py` example Fixed a typo which meant that the images were never being remove for lean processing --------- Co-authored-by: Aymeric <[email protected]>
* Refactor logging and improve replay function * Fix test * Remode unnecessary dict method * Remove logger import --------- Co-authored-by: Albert Villanova del Moral <[email protected]>
Co-authored-by: yangruiyang <[email protected]>
…ple values for keyword argument 'images' (#693)
) Co-authored-by: Ilya Amelchenkov <[email protected]> Co-authored-by: Albert Villanova del Moral <[email protected]>
Co-authored-by: Albert Villanova del Moral <[email protected]>
Co-authored-by: Albert Villanova del Moral <[email protected]>
#388) Co-authored-by: Albert Villanova del Moral <[email protected]>
Co-authored-by: Albert Villanova del Moral <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.