AgentJet
Distributed reinforcement learning training for agentic workflows
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install AgentJet?โผ
Run `npx skills add modelscope/AgentJet --all -g -y` in your terminal to install all skills in this suite globally.
What does AgentJet do?โผ
AgentJet is a reinforcement learning framework that fine-tunes the models behind your agent workflows. It supports distributed swarm training, so you can launch training from a laptop while GPU servers do the heavy lifting.
Can I train agents without a local GPU?โผ
Yes. Start the swarm server on a remote GPU machine with `ajet-swarm start`, then run a lightweight client script from any laptop to drive the training.
Which agent frameworks work with AgentJet?โผ
It works with agents built on the OpenAI SDK, AgentScope, LangChain, or plain HTTP requests, as long as the agent can call an OpenAI-compatible endpoint.
How do I monitor an AgentJet training run?โผ
Use the included tmux monitoring skill to watch training logs at increasing intervals, detect errors early, and get fix suggestions without sitting in front of the console.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core