Skip to content

Commit

Permalink
fix(README): wrong image url
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Dec 31, 2024
1 parent 2221cbc commit 6771426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ In Atomic Agents, an agent is composed of several key components:
Here's a high-level architecture diagram:

<!-- ![alt text](./.assets/architecture_highlevel_overview.png) -->
<img src="./.assets/architecture_highlevel_overview.png" alt="High-level architecture overview of Atomic Agents" width="600"/>
<img src="./.assets/what_is_sent_in_prompt.png" alt="Diagram showing what is sent to the LLM in the prompt" width="600"/>
<img src="https://github.com/AtomicAgents/atomic-agents/blob/main/.assets/architecture_highlevel_overview.png" alt="High-level architecture overview of Atomic Agents" width="600"/>
<img src="https://github.com/AtomicAgents/atomic-agents/raw/main/.assets/what_is_sent_in_prompt.png" alt="Diagram showing what is sent to the LLM in the prompt" width="600"/>

For more details please read from the original website.

Expand Down

0 comments on commit 6771426

Please sign in to comment.