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
Copy file name to clipboardExpand all lines: docs/modules/usage/architecture.mdx
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,15 @@ sidebar_position: 4
4
4
5
5
# 🏛️ System Architecture Overview
6
6
7
+
<divstyle={{ textAlign: 'center' }}>
8
+
<imgsrc="https://github.com/OpenDevin/OpenDevin/assets/16201837/97d747e3-29d8-4ccb-8d34-6ad1adb17f38"alt="OpenDevin System Architecture Diagram Jul 4 2024" />
9
+
<p><em>OpenDevin System Architecture Diagram (July 4, 2024)</em></p>
10
+
</div>
11
+
7
12
This is a high-level overview of the system architecture. The system is divided into two main components: the frontend and the backend. The frontend is responsible for handling user interactions and displaying the results. The backend is responsible for handling the business logic and executing the agents.
This Overview is simplified to show the main components and their interactions. For a more detailed view of the backend architecture, see the Backend Architecture section below.
0 commit comments