Agentscope

Latest version: v0.0.5

Safety actively analyzes 638379 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.4

Features
* Agentscope [Workstation and Copilot](https://agentscope.aliyun.com/) are online now
* More services
* arxiv search
* download from url
* shell execution
* More models
* dashscope multimodal
* Llama3
* More examples
* [Conversation nl2sql](https://github.com/modelscope/agentscope/tree/main/examples/conversation_nl2sql)
* [Llama3](https://github.com/modelscope/agentscope/blob/main/examples/model_llama3)
* [Distributed Large Scale Simulation](https://github.com/modelscope/agentscope/blob/main/examples/distributed_simulation)
* Refactor Agentscope [Document](https://modelscope.github.io/agentscope/en/index.html)

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

New Contributors
* zhijianma made their first contribution in https://github.com/modelscope/agentscope/pull/155

**Full Changelog**: https://github.com/modelscope/agentscope/compare/v0.0.3...v0.0.4

0.0.3

What's Changed

* Fix the bug that the `format` method of `ModelWrapperBase` sub-classes cannot be used in distributed mode.
* Support running multiple Agent instances in a single Agent Server
* Optimize performance in distributed mode
* Update the ReActAgent

Details
* docs: fix error typo by Undertone0809 in https://github.com/modelscope/agentscope/pull/129
* Update version number. by DavdGao in https://github.com/modelscope/agentscope/pull/127
* Add agent_id for each agent instance by pan-x-c in https://github.com/modelscope/agentscope/pull/128
* Remove WeChat QR code by DavdGao in https://github.com/modelscope/agentscope/pull/134
* Update ReActAgent for qwen and other models by DavdGao in https://github.com/modelscope/agentscope/pull/136
* Support agent_id in agent server by pan-x-c in https://github.com/modelscope/agentscope/pull/94

New Contributors
* Undertone0809 made their first contribution in https://github.com/modelscope/agentscope/pull/129

**Full Changelog**: https://github.com/modelscope/agentscope/compare/v0.0.2...v0.0.3

0.0.2

What's Changed

* Add `ReActAgent` agent
* Add `web_digest` service
* Add more examples
* Autonomous Conversation with Mentions
* Self-Organizing Conversation
* Basic Conversation with LangChain library
* Conversation with ReAct Agent
* Conversation with RAG Agent
* Gomoku
* Distributed Debate
* Distributed Parallel Search
* Add more model wrappers
* DashScope: Chat, Image Synthesis, Text Embedding
* Gemini: Chat, Embedding
* Ollama: Chat, Embedding, Generation
* Add format function in model wrappers (chat and generation) to replace PromptEngine
* Add AgentScope Studio
* Update Documents accordingly


Details
* Add news in README.md by DavdGao in https://github.com/modelscope/agentscope/pull/41
* Update README.md by eltociear in https://github.com/modelscope/agentscope/pull/43
* Add Chinese README.md by DavdGao in https://github.com/modelscope/agentscope/pull/42
* add tongyi model wrapper by qbc2016 in https://github.com/modelscope/agentscope/pull/46
* add agent builder example by Osier-Yi in https://github.com/modelscope/agentscope/pull/25
* Add win & macos support by rayrayraykk in https://github.com/modelscope/agentscope/pull/48
* support for modelscope gradio by qbc2016 in https://github.com/modelscope/agentscope/pull/44
* Stop using thread.name as uid, use a thread local value as uid by qbc2016 in https://github.com/modelscope/agentscope/pull/51
* Fix bug in service_factory by DavdGao in https://github.com/modelscope/agentscope/pull/52
* Optimize launcher of RPCAgent by pan-x-c in https://github.com/modelscope/agentscope/pull/47
* [Ready] Translate tutorial into Chinese by DavdGao in https://github.com/modelscope/agentscope/pull/49
* [Hot Fix]Fix text display in logger by pan-x-c in https://github.com/modelscope/agentscope/pull/66
* Add DashScope model wrapper into AgentScope by qbc2016 in https://github.com/modelscope/agentscope/pull/54
* Enhanced distributed debate example to support multiple users by pan-x-c in https://github.com/modelscope/agentscope/pull/68
* Add ollama based local model services in AgentScope. by DavdGao in https://github.com/modelscope/agentscope/pull/60
* Add groupchat with example by rayrayraykk in https://github.com/modelscope/agentscope/pull/55
* [Hotfix] remove checking response.status_code by qbc2016 in https://github.com/modelscope/agentscope/pull/72
* Correcting typos in documents by wangwangbobo in https://github.com/modelscope/agentscope/pull/70
* add preprocess for roles for qwen by qbc2016 in https://github.com/modelscope/agentscope/pull/73
* Add Gemini Chat and Embedding models in AgentScope by DavdGao in https://github.com/modelscope/agentscope/pull/59
* [Hot Fix]Optimize error messages of ModelWrapper by pan-x-c in https://github.com/modelscope/agentscope/pull/76
* Fix error in agent when `use_memory` is `False` by DavdGao in https://github.com/modelscope/agentscope/pull/74
* Fix export issue: Add missing function ServiceFactory export by zwjaaa in https://github.com/modelscope/agentscope/pull/79
* Add an example for the compatibility with langchain by DavdGao in https://github.com/modelscope/agentscope/pull/62
* add hint for studio users by rayrayraykk in https://github.com/modelscope/agentscope/pull/83
* Add unit testing for dashscope model by qbc2016 in https://github.com/modelscope/agentscope/pull/85
* Update README.md by ZiTao-Li in https://github.com/modelscope/agentscope/pull/75
* Hot fix in README.md by DavdGao in https://github.com/modelscope/agentscope/pull/86
* Fix bug in basic conversation example by DavdGao in https://github.com/modelscope/agentscope/pull/87
* Unify model implementation and clean up their code in AgentScope. by DavdGao in https://github.com/modelscope/agentscope/pull/82
* [Hotfix] Fix hyperlinks by qbc2016 in https://github.com/modelscope/agentscope/pull/89
* add AS studio usage in README by qbc2016 in https://github.com/modelscope/agentscope/pull/81
* Fix the text_to_image_agent failure when accepting None input by pan-x-c in https://github.com/modelscope/agentscope/pull/93
* [HotFix] Avoid unnecessary logging in studio by DavdGao in https://github.com/modelscope/agentscope/pull/96
* [HotFix] Fix bug in dict_dialog_agent by DavdGao in https://github.com/modelscope/agentscope/pull/98
* Fix bug in PromptEngine and provide prompt construction strategy for most chat and generation APIs by DavdGao in https://github.com/modelscope/agentscope/pull/95
* Add AS studio in README by qbc2016 in https://github.com/modelscope/agentscope/pull/90
* [HOTFIX] Create a new function to convert content to string. by DavdGao in https://github.com/modelscope/agentscope/pull/100
* [Hotfix] Fix bug in format function by DavdGao in https://github.com/modelscope/agentscope/pull/105
* Adding web page digest function to service module by ZiTao-Li in https://github.com/modelscope/agentscope/pull/84
* [Hotfix] Fix bugs in AS studio by qbc2016 in https://github.com/modelscope/agentscope/pull/106
* Adding gomoku example by ZiTao-Li in https://github.com/modelscope/agentscope/pull/103
* Add attr `participants` to pipeline by rayrayraykk in https://github.com/modelscope/agentscope/pull/107
* Fix Docs for v0.0.2 release by pan-x-c in https://github.com/modelscope/agentscope/pull/108
* 📃 docs: 文档词语错误:永达->用法 by xiaojinwhu in https://github.com/modelscope/agentscope/pull/110
* Fix typos in tutorial and add link to example model configurations by DavdGao in https://github.com/modelscope/agentscope/pull/111
* Add a ReAct agent and an example conversation with this agent. by DavdGao in https://github.com/modelscope/agentscope/pull/104
* fix mypy ignore pattern by rayrayraykk in https://github.com/modelscope/agentscope/pull/115
* Fix bug in requiring necessary packages by DavdGao in https://github.com/modelscope/agentscope/pull/123
* Introducing RAG module into package by ZiTao-Li in https://github.com/modelscope/agentscope/pull/64
* Add distributed search example by pan-x-c in https://github.com/modelscope/agentscope/pull/121
* Update sphinx doc for v0.0.2 by pan-x-c in https://github.com/modelscope/agentscope/pull/125

New Contributors
* eltociear made their first contribution in https://github.com/modelscope/agentscope/pull/43
* Osier-Yi made their first contribution in https://github.com/modelscope/agentscope/pull/25
* wangwangbobo made their first contribution in https://github.com/modelscope/agentscope/pull/70
* zwjaaa made their first contribution in https://github.com/modelscope/agentscope/pull/79
* xiaojinwhu made their first contribution in https://github.com/modelscope/agentscope/pull/110

**Full Changelog**: https://github.com/modelscope/agentscope/compare/v0.0.1...v0.0.2

0.0.1

What's Changed
* Add templates for issues and pull requests by DavdGao in https://github.com/modelscope/agentscope/pull/1
* [DOC] add API reference documentation by pan-x-c in https://github.com/modelscope/agentscope/pull/7
* add jupyter for conversation by qbc2016 in https://github.com/modelscope/agentscope/pull/6
* Move defaults and types to constants by pan-x-c in https://github.com/modelscope/agentscope/pull/9
* add distributed examples in notebook by qbc2016 in https://github.com/modelscope/agentscope/pull/10
* add docs for all tutorial by yxdyc in https://github.com/modelscope/agentscope/pull/12
* refactor monitor by pan-x-c in https://github.com/modelscope/agentscope/pull/13
* [DOC] Update monitor tutorial and readme by pan-x-c in https://github.com/modelscope/agentscope/pull/16
* change direct address to relative address for hyperlink in notebook by qbc2016 in https://github.com/modelscope/agentscope/pull/15
* minor improvement for the links and position of "Tutorial"'s first appearance by yxdyc in https://github.com/modelscope/agentscope/pull/17
* change hyperlink to ms by qbc2016 in https://github.com/modelscope/agentscope/pull/20
* modify werewolf game by qbc2016 in https://github.com/modelscope/agentscope/pull/11
* Fix tutorial/API_doc links in readme by pan-x-c in https://github.com/modelscope/agentscope/pull/22
* Refactor Distributed Modules by pan-x-c in https://github.com/modelscope/agentscope/pull/18
* Saving runtime configuration in root directory automatically by DavdGao in https://github.com/modelscope/agentscope/pull/23
* refine prompt for werewolf game by qbc2016 in https://github.com/modelscope/agentscope/pull/21
* [WEBUI] Add speak function within AgentBase. by DavdGao in https://github.com/modelscope/agentscope/pull/27
* Refactor ModelWrapper by pan-x-c in https://github.com/modelscope/agentscope/pull/24
* Refactor web ui interface. by DavdGao in https://github.com/modelscope/agentscope/pull/29
* Add arXiv paper into README.md by DavdGao in https://github.com/modelscope/agentscope/pull/33
* fix minor example bugs and typos by garyzhang99 in https://github.com/modelscope/agentscope/pull/32
* Slight modification on README.md by ZiTao-Li in https://github.com/modelscope/agentscope/pull/34
* Update description in `setup.py` by DavdGao in https://github.com/modelscope/agentscope/pull/35
* Add ServiceFactory to support quick setup for tools model&agent. by DavdGao in https://github.com/modelscope/agentscope/pull/26
* Fix module `resource` not available in win by rayrayraykk in https://github.com/modelscope/agentscope/pull/38
* [Release] Preparation for the first release by pan-x-c in https://github.com/modelscope/agentscope/pull/39

New Contributors
* DavdGao made their first contribution in https://github.com/modelscope/agentscope/pull/1
* pan-x-c made their first contribution in https://github.com/modelscope/agentscope/pull/7
* qbc2016 made their first contribution in https://github.com/modelscope/agentscope/pull/6
* yxdyc made their first contribution in https://github.com/modelscope/agentscope/pull/12
* garyzhang99 made their first contribution in https://github.com/modelscope/agentscope/pull/32
* ZiTao-Li made their first contribution in https://github.com/modelscope/agentscope/pull/34

**Full Changelog**: https://github.com/modelscope/agentscope/commits/v0.0.1

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.