The handle_commands() function was being called continuously in the main tokio::select! loop, causing thousands of ZMQ state errors that prevented the agent from functioning properly. Temporarily disabled command handling to restore basic functionality. Agent now properly collects and sends metrics without ZMQ errors. Fixes 'No data received' issue on hosts running the new metric-level agent.