uv-install-agentjet-swarm-server
Installation
SKILL.md
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
Prerequisites Check
Check Python version requirement (3.10) and uv availability.
Verify user has uv installed:
uv --version
If uv is not installed, follow the uv installation guide.