docker-install-agentjet-swarm-server
when the user only need to run agentjet client, and do not have to run models locally (e.g. user in their laptop), ONLY install AgentJet basic requirements is enough (pip install -e .). see
install-agentjet-clientskill
AgentJet Docker Installation Skill
This skill guides you through installing and running the AgentJet Swarm Server in a Docker container with GPU support.
Prerequisites Checklist
Before proceeding, verify:
- GPU Available: System has NVIDIA GPU(s)
- Docker Installed: Docker is available
- NVIDIA Container Toolkit: nvidia-docker2 or nvidia-container-toolkit is installed
More from modelscope/agentjet
openjudge
>
2train-complex-blackbox
Create a trainable agent loop or agent workflow with AgentJet
2write-swarm-client
Create a trainable agent loop or agent workflow with AgentJet
2write-passive-swarm-client
Create a passive swarm client that waits for user input instead of iterating through a dataset by itself.
2map-verl-config
map verl config to agentjet config
1monitor-with-tmux
Monitor training progress by reading tmux content with exponential backoff intervals (30s, 1min, 2min, 4min, 8min, 16min), analyze logs when anomalies occur, and provide fix suggestions
1