Skip to content

Commit

Permalink
(docs) Updates diagram references
Browse files Browse the repository at this point in the history
  • Loading branch information
aleph-ra committed Nov 13, 2024
1 parent ad0669b commit 0e05ebe
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/examples/complete.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,15 @@ In this small code block above, we have setup a fairly sophisticated embodied ag
- A single input interface that routes the input to different models based on its content.

We can visualize the complete graph in the following diagram:
![CompleteGraph](../_static/complete_light.png)
```{figure} ../_static/complete_dark.png
:class: only-dark
:alt: Complete embodied agent
:align: center
Complete embodied agent graph
```
```{figure} ../_static/complete_light.png
:class: only-light
:alt: Complete embodied agent
:align: center
Complete embodied agent graph
```

0 comments on commit 0e05ebe

Please sign in to comment.