Skip to content

Commit 97bc83c

Browse files
bracesproulOpenSWE Bot
andauthored
Sync OpenSWE Documentation Files (#127)
This PR syncs documentation files from the OpenSWE repository. **Changes:** - Updated MDX files from `apps/docs/` - Target directory: `src/labs/swe/` - Updated images from `apps/docs/images/` - Target directory: `src/images/` - Source commit: 0a41c0ac0b9f4d148da85699876d1f66d1c79164 - Synced at 2025-08-06 18:18:37 UTC **Auto-generated by:** OpenSWE Documentation Sync Workflow Co-authored-by: OpenSWE Bot <[email protected]>
1 parent 2d324b0 commit 97bc83c

File tree

3 files changed

+43
-5
lines changed

3 files changed

+43
-5
lines changed

src/images/ui-screenshot.png

940 KB
Loading

src/labs/swe/faq.mdx

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: FAQ
3+
description: Frequently Asked Questions
4+
---
5+
6+
<Accordion title="How much does an end to end Open SWE run cost?">
7+
The cost per run varies greatly based on the complexity of the task, the size of the repository, and the number of files that need to be changed.
8+
9+
For most tasks, you can expect to pay between `$0.50` -> `$3.00` when using Claude Sonnet 4.
10+
For the same tasks running on Claude Opus 4/4.1, you can expect to pay between `$1.50` -> `$9.00`.
11+
12+
Always remember to monitor your runs if you're cost conscious. The most expensive run I've seen Open SWE complete was ~50M Opus 4 tokens, costing `$25.00`.
13+
</Accordion>
14+
15+
<Accordion title="Does Open SWE automatically cache tokens?">
16+
Yes. When using Anthropic models, all input tokens are cached on Anthropic's servers.
17+
</Accordion>
18+
19+
<Accordion title="My run failed midway through. What now?">
20+
We're sorry you're experiencing this! Open SWE will automatically commit any changes it makes to a draft pull request. Please check the draft pull request and make any necessary changes.
21+
22+
If a run fails, you will need to start over.
23+
</Accordion>
24+
25+
<Accordion title="Can I use Open SWE in a production environment?">
26+
Yes! We've been using Open SWE internally at LangChain for a while now, and it's been giving us great results.
27+
28+
We recommend forking and deploying Open SWE yourself if you plan on using it in a production environment. For checking out the product, the [demo application](https://swe.langchain.com) will work fine.
29+
</Accordion>
30+
31+
<Accordion title="I installed Open SWE on a repository in my organization, but it doesn't show up in the UI. Why?">
32+
Some GitHub organizations require administrator approval to install GitHub apps. Please reach out to an administrator in your organization to approve the installation request.
33+
</Accordion>
34+
35+
<Accordion title="What sandbox environment is Open SWE running in?">
36+
Open SWE's sandbox environment is powered by [Daytona.io](https://daytona.io).
37+
</Accordion>
38+
39+
<Accordion title="Can I contribute to Open SWE?">
40+
Yes! We're always looking for contributors to help us improve Open SWE. Feel free to pick up an [open issue](https://github.com/langchain-ai/open-swe/issues) or submit a pull request with a new feature or bug fix.
41+
</Accordion>

src/labs/swe/index.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ description: "An introduction to Open SWE"
55

66
Open SWE is an open-source cloud-based coding agent built with [LangGraph](https://langchain-ai.github.io/langgraphjs/). It's designed to autonomously understand, plan, and execute code changes across entire repositories.
77

8-
<Note>
9-
Open SWE is currently under active development and is not yet ready for
10-
production use.
11-
</Note>
12-
138
## How It Works
149

1510
Open SWE operates through three specialized LangGraph agents:
@@ -20,6 +15,8 @@ Open SWE operates through three specialized LangGraph agents:
2015

2116
The agent can be used through a web interface or triggered automatically via GitHub webhooks, making it flexible for both interactive development and automated workflows.
2217

18+
![Open SWE UI Screenshot](/images/ui-screenshot.png)
19+
2320
<CardGroup cols={2}>
2421
<Card title="Setup" icon="robot" href="/labs/swe/setup/intro">
2522
How to set up Open SWE for development

0 commit comments

Comments
 (0)