File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -25,18 +25,20 @@ swe-forge connects to [GH Archive](https://www.gharchive.org/) to discover recen
2525## Architecture overview
2626
2727``` mermaid
28- graph LR
28+ graph TD
2929 subgraph Mine["swe mine"]
3030 direction LR
31- A[Archive] --> B[Filter] --> C[Enrich] --> D[Classify] --> E[Extract] --> F[Test Gen] --> G[Score] --> H[Export]
31+ A[Archive] --> B[Filter] --> C[Enrich] --> D[Classify]
32+ D --> E[Extract] --> F[Test Gen] --> G[Score] --> H[Export]
3233 end
3334
35+ H --> I
36+
3437 subgraph Harness["swe harness"]
3538 direction LR
36- I[Load] --> J[Docker] --> K[Sanity] --> L[Agent] --> M[Verify] --> N[Results]
39+ I[Load] --> J[Docker] --> K[Sanity]
40+ K --> L[Agent] --> M[Verify] --> N[Results]
3741 end
38-
39- H --> I
4042```
4143
4244## Install
You can’t perform that action at this time.
0 commit comments