You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π **[View on GitHub](https://github.com/BrainBlend-AI/atomic-monorepo/tree/main/atomic-examples/quickstart)** - Browse the complete source code and run the examples
16
22
17
23
## Basic Multimodal
18
24
@@ -23,7 +29,7 @@ Examples of working with images and text:
π **[View on GitHub](https://github.com/BrainBlend-AI/atomic-monorepo/tree/main/atomic-examples/basic-multimodal)** - Browse the complete source code and run the examples
27
33
28
34
## RAG Chatbot
29
35
@@ -35,7 +41,7 @@ Build context-aware chatbots with retrieval-augmented generation:
π **[View on GitHub](https://github.com/BrainBlend-AI/atomic-monorepo/tree/main/atomic-examples/rag-chatbot)** - Browse the complete source code and run the examples
39
45
40
46
## Web Search Agent
41
47
@@ -47,7 +53,7 @@ Create agents that can search and analyze web content:
47
53
- Multi-source research
48
54
- Citation tracking
49
55
50
-
[View Web Search Examples](https://github.com/BrainBlend-AI/atomic-agents/tree/main/atomic-examples/web-search-agent)
56
+
π **[View on GitHub](https://github.com/BrainBlend-AI/atomic-monorepo/tree/main/atomic-examples/web-search-agent)** - Browse the complete source code and run the examples
51
57
52
58
## Deep Research
53
59
@@ -59,7 +65,7 @@ Perform comprehensive research tasks:
59
65
- Structured output generation
60
66
- Citation management
61
67
62
-
[View Deep Research Examples](https://github.com/BrainBlend-AI/atomic-agents/tree/main/atomic-examples/deep-research)
68
+
π **[View on GitHub](https://github.com/BrainBlend-AI/atomic-monorepo/tree/main/atomic-examples/deep-research)** - Browse the complete source code and run the examples
63
69
64
70
## YouTube Summarizer
65
71
@@ -71,7 +77,7 @@ Extract and analyze information from videos:
π **[View on GitHub](https://github.com/BrainBlend-AI/atomic-monorepo/tree/main/atomic-examples/youtube-summarizer)** - Browse the complete source code and run the examples
75
81
76
82
## YouTube to Recipe
77
83
@@ -83,7 +89,7 @@ Convert cooking videos into structured recipes:
π **[View on GitHub](https://github.com/BrainBlend-AI/atomic-monorepo/tree/main/atomic-examples/youtube-to-recipe)** - Browse the complete source code and run the examples
87
93
88
94
## Orchestration Agent
89
95
@@ -95,7 +101,7 @@ Coordinate multiple agents for complex tasks:
π **[View on GitHub](https://github.com/BrainBlend-AI/atomic-monorepo/tree/main/atomic-examples/orchestration-agent)** - Browse the complete source code and run the examples
99
105
100
106
## MCP Agent
101
107
@@ -108,4 +114,4 @@ Build intelligent agents using the Model Context Protocol:
π **[View on GitHub](https://github.com/BrainBlend-AI/atomic-monorepo/tree/main/atomic-examples/mcp-agent)** - Browse the complete source code and run the examples
- **[π― Examples Only](llms-examples.txt)** - All example implementations with READMEs
28
+
29
+
All files are optimized for AI assistants and Large Language Models, with clear structure and formatting for easy parsing.
30
+
```
31
+
17
32
The Atomic Agents framework is designed around the concept of atomicity to be an extremely lightweight and modular framework for building Agentic AI pipelines and applications without sacrificing developer experience and maintainability. The framework provides a set of tools and agents that can be combined to create powerful applications. It is built on top of [Instructor](https://github.com/jxnl/instructor) and leverages the power of [Pydantic](https://docs.pydantic.dev/latest/) for data and schema validation and serialization.
18
33
19
34
All logic and control flows are written in Python, enabling developers to apply familiar best practices and workflows from traditional software development without compromising flexibility or clarity.
0 commit comments