IngoTB303
Enhance agent functionality: add new agents for audio, visual, and Python tasks; update question fetching to handle attachments; improve tool initialization and requirements.
9e58d03
raw
history blame contribute delete
593 Bytes
Notes:
- checkout different quantized models locally, e. g. Gemini-flash 2.5, Deepseek-R1
- update agent.run() method, so it attaches the attachments via additional_args or images parameter
see https://smolagents.org/docs/tools-of-smolagents-in-depth-guide/ and https://github.com/huggingface/smolagents/blob/main/src/smolagents/agents.py
- checkout https://huggingface.co/blog/open-deep-research#using-a-codeagent and https://github.com/huggingface/smolagents/tree/main/examples/open_deep_research
- add more tools:
- video q&a: https://huggingface.co/spaces/lixin4ever/VideoLLaMA2,