Agentscope Versions Save

Start building LLM-empowered multi-agent applications in an easier way.

v0.0.3

1 month ago

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: https://github.com/modelscope/agentscope/compare/v0.0.2...v0.0.3

v0.0.2

1 month ago

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: https://github.com/modelscope/agentscope/compare/v0.0.1...v0.0.2

v0.0.1

2 months ago

What's Changed

New Contributors

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