ModelScope-Agent-Gadget: Building Your Customizable Agent Gadget with Open-source Large Language Models
For information about modelscope-agent, please refer to the relevant home page of modelscope-agent, which will mainly introduce the gadgets we have developed.
- 🔥Apr 29, 2024: Small tools based on modelscope-agent, code optimizer released, the relevant code please run through "python(or python3) Code_Optimizer.py", the relevant demonstration video is displayed in: https://www.bilibili.com/video/BV14C411J7D3/?spm_id_from=333.999.0.0&vd_source=47e31f6774aad4745d3a0afc35008c02
- Apr 26, 2024: Small tools based on modelscope-agent, code interpreter released, the relevant code please run through "python(or python3) Code_Interpreter.py", the relevant demonstration video is displayed in: https://www.bilibili.com/video/BV1kt421A7wp/?spm_id_from=333.999.0.0&vd_source=47e31f6774aad4745d3a0afc35008c02
clone repo and install dependency:
git clone https://github.com/RuipingWang1986/modelscope-agent-gadget.git
cd modelscope-agent && pip install -r requirements.txt