atomic-agents
Build predictable, schema-driven AI agents and tools in Python
All Skills in This Repository (8)
Pure Emerald Level Indicatorsnew-app
Scaffolds a new Atomic Agents Python project with pyproject.toml, agent, and runnable entry point.
troubleshoot
Diagnose and fix failing Atomic Agents apps by matching errors to known causes.
framework
Guides building agents, schemas, tools, and orchestration with the Atomic Agents Python framework.
create-atomic-agent
Builds and wires AtomicAgent instances with schemas, provider clients, and system prompts.
create-atomic-schema
Designs BaseIOSchema input/output pairs with docstrings, field descriptions, validators, and error variants for Atomic Agents.
create-atomic-tool
Creates typed BaseTool subclasses with Pydantic schemas for Atomic Agents.
create-atomic-context-provider
Creates BaseDynamicContextProvider classes that inject dynamic context into Atomic Agents system prompts.
release
Guide atomic-agents releases with version bumps, PyPI publishing, and GitHub releases.
Frequently Asked Questions
FAQPage SchemaHow to install Atomic Agents?â–¼
Run `npx skills add BrainBlend-AI/atomic-agents --all -g -y` in your terminal to install all skills in this suite globally.
What is Atomic Agents used for?â–¼
It is a lightweight Python framework for building predictable AI agents with typed input and output schemas, structured prompts, memory, and tool calling on top of Instructor and Pydantic.
Which LLM providers does Atomic Agents support?â–¼
Through Instructor it works with OpenAI, Anthropic, Groq, Gemini, Mistral, Cohere, Ollama, and other compatible providers.
Can AI agents help me build with this framework?â–¼
Yes. The included skills let your AI assistant scaffold new projects, create agents, tools, schemas, and context providers, and troubleshoot common errors automatically.
Does Atomic Agents support multi-agent workflows?â–¼
Yes. It supports chaining agents into pipelines, router patterns, parallel execution, and shared memory through composable typed schemas.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core