Agent-Squad is a modular Python framework that empowers teams to design, deploy, and run multi-agent systems for complex task execution. At its core, Agent-Squad lets users configure diverse agent profiles—such as data retrievers, summarizers, coders, and validators—that communicate through defined channels and share memory contexts. By decomposing high-level objectives into subtasks, the framework orchestrates parallel processing and leverages LLMs alongside external APIs, databases, or custom tools. Developers can specify workflows in JSON or code, monitor agent interactions, and adapt strategies dynamically using built-in logging and evaluation utilities. Common applications include automated research assistants, content generation pipelines, intelligent QA bots, and iterative code review processes. The open-source design integrates seamlessly with AWS services, enabling scalable deployments.