Agent Zero
Last updated
Was this helpful?
Was this helpful?
git clone https://github.com/agent0ai/agent-zero.git
cd agent-zero
pip install -r requirements.txtpython run_ui.py# Chat model (main agent)
CHAT_MODEL_PROVIDER=other
CHAT_MODEL_NAME=z-ai/glm-5.1
API_KEY_OTHER=your-tensorx-api-key-here
CHAT_MODEL_API_BASE=https://api.tensorx.ai/v1
# Utility model (background tasks)
UTILITY_MODEL_PROVIDER=other
UTILITY_MODEL_NAME=minimax/minimax-m2
UTILITY_MODEL_API_BASE=https://api.tensorx.ai/v1python run_ui.py