|
|
@@ -4,8 +4,15 @@ sidebar_position: 4
|
|
|
|
|
|
# 🏛️ System Architecture Overview
|
|
|
|
|
|
+<div style={{ textAlign: 'center' }}>
|
|
|
+ <img src="https://github.com/OpenDevin/OpenDevin/assets/16201837/97d747e3-29d8-4ccb-8d34-6ad1adb17f38" alt="OpenDevin System Architecture Diagram Jul 4 2024" />
|
|
|
+ <p><em>OpenDevin System Architecture Diagram (July 4, 2024)</em></p>
|
|
|
+</div>
|
|
|
+
|
|
|
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.
|
|
|
|
|
|
+# Frontend Architecture {#frontend-architecture-en}
|
|
|
+
|
|
|

|
|
|
|
|
|
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.
|