David Mezzetti
David Mezzetti
Closing this due to inactivity. If there are further questions, please re-open or open a new issue.
Do you have examples of what breaks? Would this make the next version 2.0?
I'll defer to you and @j6k4m8 on this and the overall API. From my standpoint, I've been running with the spec as is for a while now. While the graph...
All good with me. Hopefully, for any breaking changes we can just note it somewhere. That will help me either work around it in my code or let downstream users...
You can also try with multiple user messages. I'll work on creating an example on how to do this.
This is no longer relevant. `smolagents` has memory built-in. Alternatively, the chat history can be set with the prompt.
I wonder if a pattern similar to what the python `sqlite3` module does is one to consider. Check out this [create_function](https://docs.python.org/3/library/sqlite3.html#sqlite3.Connection.create_function) documentation. I'd be concerned from a security standpoint to...
You can ignore it like this: ```python import warnings from bs4 import XMLParsedAsHTMLWarning warnings.filterwarnings("ignore", category=XMLParsedAsHTMLWarning) ```
Feel free to fork this project and try. It doesn't work in the tests I've run.
Closing this issue as the question has been addressed.