RFSwarm Agent is the load generation component of the RFSwarm performance testing framework. Agents execute test plans sent by the RFSwarm Manager, supporting protocols like HTTP, WebSocket, and custom protocols. Current version 1.5.3 requires Python ≥3.6. Release cadence is irregular.
pip install rfswarm-agentNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize and run a RFSwarm Agent connecting to a manager.
Use 'from rfswarm_agent import ...' not 'from rfswarm-agent import ...'.
Upgrade to Python 3.9+ or pin version 1.5.x.
Ensure the manager URL is correct and the manager is running before starting the agent.
Update your code: change 'RFSwarmManagerURL' to 'manager_url' when instantiating RFSwarmAgent.