https://github.com/heshengtao/super-agent-party
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