v0.0.4
Features
- Agentscope Workstation and Copilot are online now
- More services
- arxiv search
- download from url
- shell execution
- More models
- dashscope multimodal
- Llama3
- More examples
- Refactor Agentscope Document
What's Changed
- Fix Dashscope total_token calculation by @pan-x-c in #146
- Add arxiv_search service function by @DavdGao in #148
- Fix "File exists error" when multiple agents are called at the same time by @pan-x-c in #147
- add dashscope multimodal by @qbc2016 in #92
- [HOTFIX] Support gemini.configure setting in model configuration by @DavdGao in #152
- Example for nl2sql by @garyzhang99 in #132
- [HOTFIX]Fix bug when dialog agent self.memory is None by @garyzhang99 in #157
- Docs/typo by @zhijianma in #155
- Add download_from_url service function by @DavdGao in #140
- Refine files in scripts. by @qbc2016 in #159
- Add drag-and-drop interface & add implementation of DAG running engine for drag-and-drop module by @rayrayraykk in #114
- Optimize the structure of Sphinx API doc by @pan-x-c in #162
- [HOTFIX] Fix bugs when x is None by @qbc2016 in #163
- Add llama3 support in example level by @DavdGao in #167
- [HOTFIX] Raise error when user's request is rejected by OpenAI safety system by @pan-x-c in #171
- Add checking reset before user input in studio by @qbc2016 in #154
- Add more service functions by @garyzhang99 in #156
- fix macos version error by @rayrayraykk in #174
- Add Compiler & Refactor workflow dag runner code by @rayrayraykk in #164
- Make workflow compiler return code string by @rayrayraykk in #178
- Add displaying cycle dots before agent reply in AS studio by @qbc2016 in #179
- [DOC] Generate .rst for each .py file and add init method into docs by @pan-x-c in #180
- Improve ReActAgent and extract several modules from it by @DavdGao in #153
- Update README with workstation info by @ZiTao-Li in #182
- Modify flask services by @qbc2016 in #172
- [HOTFIX]Fix the typos in parser module by @DavdGao in #189
- Agent servers support running any type of agent by @pan-x-c in #135
New Contributors
- @zhijianma made their first contribution in #155
Full Changelog: v0.0.3...v0.0.4