Home/AI Agents/atomic-agents
atomic-agents logo

atomic-agents

Eigenwise/atomic-agents

Building AI agents, atomically

GraphCanon updated 3d · GitHub synced 3d · 30 views this month

6.2k stars533 forksLast push 4d Python MIT

Decision brief

Atomic agents streamline the creation of AI agents with modular integrations, making it ideal for Python-centric projects requiring flexibility and ease-of-use in agent development.

Good fit when

  • When you need a flexible toolkit to create atomic, modular AI agents with various LLM provider support
  • Ideal if your project requires direct OpenAI integration without configuration changes

Avoid when

  • Avoid for projects needing exclusive use of providers not listed in the Instructor docs
  • Not suitable if looking for a solution that is language-agnostic, as it’s tightly integrated with Python ecosystems and CLI utilities

Observed Jul 12, 2026 · Source: enrich:decision_facts

Verify the decision

Maintenance and security

Full trust report
Maintenance
Very active (1d since push)
As of 3d
Provenance
Not a fork · Personal account
As of 3d
Security (OSV)
8 low (8 low)
As of 1mo

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

pip install atomic-agents
PyPI

How it fits your stack(7)

Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.

Alternative

Relationship graph

Optional deeper exploration of typed edges and category neighbours.

Similar tools

Same-category neighbours not already linked as typed edges.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

A Python-based toolkit for creating atomic AI agents with integrations for various large language model providers.

Capability facts

CLI
CLI entrypoint

Source: pyproject.toml:[project.scripts] · Aug 17, 2026

Languages
python

Source: github.language+pyproject.toml · Aug 17, 2026

Categories

Graph entities

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Aug 17, 2026)

ault. For a full list of supported providers, see the [Instructor docs](https://python.useinstructor.com/integrations/).
Source link

Tags

README

Installation

To install Atomic Agents, you can use pip:

pip install atomic-agents

Make sure you also install the provider you want to use. Provider SDKs are available as instructor extras:

pip install instructor[groq]        # for Groq
pip install instructor[anthropic]   # for Anthropic
pip install instructor[google-genai] # for Gemini

OpenAI is included by default. For a full list of supported providers, see the Instructor docs.

This also installs the CLI Atomic Assembler, which can be used to download Tools (and soon also Agents and Pipelines).


License

This project is licensed under the MIT License. See the LICENSE file for details.

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.