Multi-agent platform for building LLM-powered applications
Top 6.9% on sourcepulse
AgentScope is a multi-agent platform designed to simplify the development of LLM-powered applications. It targets developers seeking to build complex agentic systems, offering features for easy integration, robust fault tolerance, and streamlined distributed development.
How It Works
AgentScope employs an actor-based distribution model, enabling centralized programming for distributed multi-agent systems. It decouples model invocation from deployment using a ModelWrapper
abstraction, supporting a wide array of LLM providers (OpenAI, DashScope, Gemini, Ollama, etc.) and local model deployments (Flask, FastChat, vLLM). This approach allows for flexible model selection and configuration, enhancing application robustness with customizable fault-tolerance and retry mechanisms.
Quick Start & Requirements
git clone https://github.com/modelscope/agentscope.git && cd agentscope && pip install -e .
pip install agentscope
[distribute]
) are available.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project is in active development, with version 0.1.0 released in late 2024. While robust features are highlighted, users should anticipate potential changes and evolving API stability.
2 weeks ago
1 day