by heshengtao
⭐ All-in-one AI companion! Super Agent Party = Self hosted neuro sama + openclaw! ⭐ 全能AI伴侣!超级智能体派对 = 自托管neuro sama + openclaw!
# Add to your Claude Code skills
git clone https://github.com/heshengtao/super-agent-party








No comments yet. Be the first to share your thoughts!

👉 中国用户点击下载
⭐ Note! You can double-click 一键更新(update).bat to update the software, or you can double-click 一键启动(start).bat to start the software.The operating system must be Windows 10/11, Windows Server 2025, or a later version!
👉 中国用户点击下载
⭐ Note! Choose to install only for the current user during installation, otherwise, administrator privileges will be required to start.The operating system must be Windows 10/11, Windows Server 2025, or a later version!
Suitable for developers/advanced users: No-install source code version, supports one-click sync to the latest repository version, no need to wait for desktop version packaging.
👉 中国用户点击下载
1. Remove Network Download Quarantine (Important) After downloading and extracting, open Terminal, enter the following command (note there is a space at the end), then drag the extracted folder into the Terminal window and press Enter:
sudo xattr -rd com.apple.quarantine
(Note: The -rd parameter recursively removes the quarantine attributes for all components within the folder; otherwise, the Python environment may not function properly.)
2. Grant Script Execution Permissions Navigate to the folder in Terminal and execute:
chmod +x 一键更新(update).sh 一键启动(start).sh
3. Run the Software
./一键更新(update).sh to ensure dependencies are synced to the latest../一键启动(start).sh.👉 中国用户点击下载
⭐Attention! After downloading, drag the app file of the dmg file into the /Applications directory, then open end point, execute the following command and enter the root password to remove the attached Quarantine attribute from the network download:
sudo xattr -dr com.apple.quarantine /Applications/Super-Agent-Party.app
We provide two mainstream Linux installation package formats for your convenience in different scenarios.
.AppImage.AppImage is a Linux application format that does not require installation and can be used immediately. Suitable for most Linux distributions.
.deb package (Suitable for Ubuntu/Debian systems)Two commands to install this project:
docker pull ailm32442/super-agent-party:latest
docker run -d -p 3456:3456 -v ./super-agent-data:/app/data ailm32442/super-agent-party:latest
⭐Note! ./super-agent-data can be replaced with any local folder, after Docker starts, all data will be cached in this local folder and will not be uploaded anywhere.
Ready to use: access http://localhost:3456/
Install the project:
git clone https://github.com/heshengtao/super-agent-party.git
cd super-agent-party
docker-compose up -d
⭐Note! The default username is root, and the default password is pass. Please change the password after the first login.
Ready to use: Visit http://localhost:3456/
API key management: Visit http://localhost:3456/token.html
git clone https://github.com/heshengtao/super-agent-party.git
cd super-agent-party
uv sync
npm install
npm run dev
Added a brand-new extension system. You can check available plugins at plugins list, or directly view and install them in the party under 【Developer】->【Extensions】. You can also add your own developed extensions to the official plugin list at super-agent-party.github.io!
| Name | Author | Description | Repository URL | |-----------------------|-------------------|--------------------------------------------------------------------|-----------------------------