AgentSmith is a modular agent orchestration framework built in Python that enables developers to define, configure, and run multiple AI agents collaboratively. Each agent can be assigned specialized roles—such as researcher, planner, coder, or reviewer—and communicate via an internal message bus. AgentSmith supports memory management through vector stores like FAISS or Pinecone, task decomposition into subtasks, and automated supervision to ensure goal completion. Agents and pipelines are configured via human-readable YAML files, and the framework integrates seamlessly with OpenAI APIs and custom LLMs. It includes built-in logging, monitoring, and error handling, making it ideal for automating software development workflows, data analysis, and decision support systems.