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