Flocking Multi-Agent offers a modular library for simulating autonomous agents exhibiting swarm intelligence. It encodes core steering behaviors—cohesion, separation and alignment—alongside obstacle avoidance and dynamic target pursuit. Using Python and Pygame for visualization, the framework allows adjustable parameters such as neighbor radius, maximum speed, and turning force. It supports extensibility through custom behavior functions and integration hooks for robotics or game engines. Ideal for experimentation in AI, robotics, game development, and academic research, it demonstrates how simple local rules lead to complex global formations.