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