Preparation for installation
Sage supports Windows/macOS/Linux systems and requires a Python 3.10+ environment. It is recommended to install it using a virtual environment to avoid dependency conflicts.
Standard Installation Procedure
- Clone the source code repository:
git clone https://github.com/ZHangZHengEric/Sage.git - Install core dependencies:
pip install -r requirements.txt - (Optional) If a Web interface is required:
pip install -r examples/fastapi_react_demo/requirements.txt
Key Configuration Description
- In the project root directory, create the
.envFile Configuration API Key - Typical configuration items include:
OPENAI_API_KEYisomorphic voucher - The debugging mode can be accessed via the
SAGE_DEBUG=trueOpen Detailed Log
Verify Installation
After successful installation:
- command-line executablepython sagents/main.pyViewing version information
- The web interface is accessible through theuvicorn main:app --host 0.0.0.0 --port 8080activate (a plan)
This answer comes from the articleSage: An Intelligent Multi-Agent Task Decomposition and Collaboration FrameworkThe
































