atomic agents
Basic Information
Atomic Agents is a lightweight, modular Python framework for building agentic AI pipelines and applications using the principle of atomicity. It is designed for developers who want to construct predictable, maintainable AI systems by composing single-purpose components such as agents, tools and context providers. The project enforces explicit input and output schemas and integrates with Instructor and Pydantic to enable schema validation, provider-agnostic model usage, and familiar software engineering practices. The repository includes a CLI (Atomic Assembler) and an Atomic Forge of reusable tools, example projects demonstrating chatbots, RAG, web search, multimodal extraction and orchestration, and documentation and tests to help developers adopt the framework.