Jonathan Korstad PRO
jkorstad
AI & ML interests
Deep Reinforcement Learning, Generative 3D, Accessibility, Multimodal Models, Agents, Computer Vision. Staying curious.
Recent Activity
upvoted
a
paper
about 23 hours ago
MatAnyone: Stable Video Matting with Consistent Memory Propagation
upvoted
an
article
4 days ago
Open-R1: a fully open reproduction of DeepSeek-R1
Organizations
jkorstad's activity
upvoted
a
paper
about 23 hours ago
Paper
β’
2501.14677
β’
Published
β’
18
upvoted
an
article
4 days ago
Article
Open-R1: a fully open reproduction of DeepSeek-R1
β’
607
reacted to
m-ric's
post with π₯
4 days ago
Post
2076
Now you can launch a code agent directly from your terminal!
β¨ πππππππππ "ππππ ππππ" directly launches a CodeAgent
βΆοΈ This also works with web agents (replace πππππππππ with π πππππππ) thanks to @merve !
πΎ Another treat from smolagents release 1.7.0:
Now agents have a memory mechanism, enabling many possibilities like replaying the last run with πππππ.ππππππ’(), thank you @clefourrier !
Check the release notes here π https://github.com/huggingface/smolagents/releases/tag/v1.7.0
β¨ πππππππππ "ππππ ππππ" directly launches a CodeAgent
βΆοΈ This also works with web agents (replace πππππππππ with π πππππππ) thanks to @merve !
πΎ Another treat from smolagents release 1.7.0:
Now agents have a memory mechanism, enabling many possibilities like replaying the last run with πππππ.ππππππ’(), thank you @clefourrier !
Check the release notes here π https://github.com/huggingface/smolagents/releases/tag/v1.7.0
commented on
We now support VLMs in smolagents!
11 days ago
Note: for the modal closing selectors please note that modals are also known as dialog elements and if built robustly should have a role="dialog" attribute in this is something that can be searched for when identifying these pop up windows.
In addition, any dialog/modal window should be closeable via the escape key as well!
Hope this helps identify modals/dialogs in a broader sense and/or helps close them out easier!
related code chunk from above for reference :)
@tool
def close_popups() -> str:
"""
Closes any visible modal or pop-up on the page. Use this to dismiss pop-up windows! This does not work on cookie consent banners.
"""
# Common selectors for modal close buttons and overlay elements
modal_selectors = [
"button[class*='close']",
"[class*='modal']",
"[class*='modal'] button",
"[class*='CloseButton']",
"[aria-label*='close']",
".modal-close",
".close-modal",
".modal .close",
".modal-backdrop",
".modal-overlay",
"[class*='overlay']"
]
upvoted
an
article
11 days ago
Article
We now support VLMs in smolagents!
β’
70