agentscope
Basic Information
AgentScope is a developer-focused framework for building, running, and orchestrating LLM-powered multi-agent applications. It provides an agent-oriented programming model that makes prompt engineering, API invocation, workflow orchestration, and state management explicit and visible to developers. The project targets Python environments (Python 3.10+) and can be installed from source or via PyPI. AgentScope exposes modular components for models, tools, agents, messaging transports, memory, tracing, session management, evaluation, and prompt formatting so teams can compose custom agents and multi-agent workflows. The repository includes examples demonstrating conversational ReAct agents, tool integration, and multi-agent scenarios, and it is accompanied by documentation, tutorials, and an optional AgentScope Studio for visual tracing and monitoring. The design emphasizes modularity, transparency, and multi-agent message passing rather than opaque encapsulation.