agentscope

AgentScope: Agent-Oriented Programming for Building LLM Applications

GitHub Stars

10,380

User Rating

Not Rated

Favorites

0

Views

48

Forks

702

Issues

33

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.9 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/modelscope/agentscope.git
cd agentscope

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
python app.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Module not found Solution: Verify that required modules are installed.