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
fix(docs): correct broken links and automate version sync
- Fix GitHub repository URLs from atomic-monorepo to atomic-agents
- Update llms.txt download links to use _static directory
- Sync documentation version from 1.1.0 to 2.0.4
- Add automatic version synchronization script
- Update GitHub workflow to copy llms files to proper location
Copy file name to clipboardExpand all lines: docs/examples/index.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ This section contains detailed examples of using Atomic Agents in various scenar
4
4
5
5
```{note}
6
6
All examples are available in optimized formats for AI assistants:
7
-
- **[Examples with documentation](../llms-examples.txt)** - All examples with source code and READMEs
8
-
- **[Full framework package](../llms-full.txt)** - Complete documentation, source, and examples
7
+
- **[Examples with documentation](../_static/llms-examples.txt)** - All examples with source code and READMEs
8
+
- **[Full framework package](../_static/llms-full.txt)** - Complete documentation, source, and examples
9
9
```
10
10
11
11
## Quickstart Examples
@@ -18,7 +18,7 @@ Simple examples to get started with the framework:
18
18
- Custom input/output schemas
19
19
- Multiple provider support
20
20
21
-
📂 **[View on GitHub](https://github.com/BrainBlend-AI/atomic-monorepo/tree/main/atomic-examples/quickstart)** - Browse the complete source code and run the examples
21
+
📂 **[View on GitHub](https://github.com/BrainBlend-AI/atomic-agents/tree/main/atomic-examples/quickstart)** - Browse the complete source code and run the examples
22
22
23
23
## Basic Multimodal
24
24
@@ -29,7 +29,7 @@ Examples of working with images and text:
29
29
- Visual content generation
30
30
- Multi-image comparisons
31
31
32
-
📂 **[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
32
+
📂 **[View on GitHub](https://github.com/BrainBlend-AI/atomic-agents/tree/main/atomic-examples/basic-multimodal)** - Browse the complete source code and run the examples
33
33
34
34
## RAG Chatbot
35
35
@@ -41,7 +41,7 @@ Build context-aware chatbots with retrieval-augmented generation:
41
41
- Source attribution
42
42
- Follow-up suggestions
43
43
44
-
📂 **[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
44
+
📂 **[View on GitHub](https://github.com/BrainBlend-AI/atomic-agents/tree/main/atomic-examples/rag-chatbot)** - Browse the complete source code and run the examples
45
45
46
46
## Web Search Agent
47
47
@@ -53,7 +53,7 @@ Create agents that can search and analyze web content:
53
53
- Multi-source research
54
54
- Citation tracking
55
55
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
56
+
📂 **[View on GitHub](https://github.com/BrainBlend-AI/atomic-agents/tree/main/atomic-examples/web-search-agent)** - Browse the complete source code and run the examples
57
57
58
58
## Deep Research
59
59
@@ -65,7 +65,7 @@ Perform comprehensive research tasks:
65
65
- Structured output generation
66
66
- Citation management
67
67
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
68
+
📂 **[View on GitHub](https://github.com/BrainBlend-AI/atomic-agents/tree/main/atomic-examples/deep-research)** - Browse the complete source code and run the examples
69
69
70
70
## YouTube Summarizer
71
71
@@ -77,7 +77,7 @@ Extract and analyze information from videos:
77
77
- Timestamp linking
78
78
- Chapter generation
79
79
80
-
📂 **[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
80
+
📂 **[View on GitHub](https://github.com/BrainBlend-AI/atomic-agents/tree/main/atomic-examples/youtube-summarizer)** - Browse the complete source code and run the examples
81
81
82
82
## YouTube to Recipe
83
83
@@ -89,7 +89,7 @@ Convert cooking videos into structured recipes:
89
89
- Step-by-step instructions
90
90
- Time and temperature conversion
91
91
92
-
📂 **[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
92
+
📂 **[View on GitHub](https://github.com/BrainBlend-AI/atomic-agents/tree/main/atomic-examples/youtube-to-recipe)** - Browse the complete source code and run the examples
93
93
94
94
## Orchestration Agent
95
95
@@ -101,7 +101,7 @@ Coordinate multiple agents for complex tasks:
101
101
- Error handling
102
102
- Result aggregation
103
103
104
-
📂 **[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
104
+
📂 **[View on GitHub](https://github.com/BrainBlend-AI/atomic-agents/tree/main/atomic-examples/orchestration-agent)** - Browse the complete source code and run the examples
105
105
106
106
## MCP Agent
107
107
@@ -114,4 +114,4 @@ Build intelligent agents using the Model Context Protocol:
114
114
- Extensible tool architecture
115
115
116
116
[View MCP Agent Documentation](mcp_agent.md)
117
-
📂 **[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
117
+
📂 **[View on GitHub](https://github.com/BrainBlend-AI/atomic-agents/tree/main/atomic-examples/mcp-agent)** - Browse the complete source code and run the examples
0 commit comments