Eigenwise/atomic-agents

Building AI agents, atomically

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 12 minutes ago
Added to GitGenius on September 10th, 2026
Created on June 3rd, 2024
Open Issues & Pull Requests: 7 (+0)
GitHub issues: Enabled
Number of forks: 539
Total Stargazers: 6,238 (+0)
Total Subscribers: 60 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 17.8 hours
Mean response time: 16.4 days
90th percentile: 44.9 days
Tracked items: 113

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 16% of issues opened in the past year have been closed. Three people close 92% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 425 days
Stale 30+ days: 3
Stale 90+ days: 3

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • good first issue (7)
  • documentation (4)
  • enhancement (3)
  • bug (1)
  • help wanted (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Atomic Agents is a Python framework for building AI agents with large language models.

The framework addresses the challenge of constructing reliable AI agents by breaking down agent behavior into atomic, composable units. Rather than monolithic agent implementations, Atomic Agents uses a modular approach where discrete components can be combined to create agent functionality. This design enables developers to reason about agent behavior more clearly and test individual components in isolation before integrating them into larger systems.

Developers should consider Atomic Agents when building systems that require composable, testable agent logic. The framework suits projects where maintainability and clarity of agent behavior matter, particularly when working with OpenAI's language models. The atomic decomposition approach makes it easier to debug agent failures and understand exactly which component is responsible for specific behaviors, compared to treating agents as black boxes.

The project shows consistent development activity with regular updates and maintenance. The codebase receives ongoing refinement and bug fixes. Documentation is actively maintained to reflect the current state of the framework.