Skip to content

Releases: modelscope/agentscope

v0.0.4

06 May 02:45
1c993f9
Compare
Choose a tag to compare

Features

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3

03 Apr 10:32
07f9dbb
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

29 Mar 11:09
a930908
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

26 Feb 09:50
43e929f
Compare
Choose a tag to compare

What's Changed

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

New Contributors

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