Agentscope

Latest version: v0.0.4

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

Scan your dependencies

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.