Skip to content

Commit bfb2ab7

Browse files
authored
Fix links and improve README content (#859)
Updated docs links in README.md for accuracy and clarity.
1 parent dea282c commit bfb2ab7

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<h1>Open SWE - An Open-Source Asynchronous Coding Agent</h1>
1111
</div>
1212

13-
Open SWE is an open-source cloud-based asynchronous coding agent built with [LangGraph](https://langchain-ai.github.io/langgraphjs/). It autonomously understands codebases, plans solutions, and executes code changes across entire repositories—from initial planning to opening pull requests.
13+
Open SWE is an open-source cloud-based asynchronous coding agent built with [LangGraph](https://docs.langchain.com/oss/javascript/langgraph/overview). It autonomously understands codebases, plans solutions, and executes code changes across entire repositories—from initial planning to opening pull requests.
1414

1515
> [!TIP]
1616
> Try out Open SWE yourself using our [public demo](https://swe.langchain.com)!
1717
>
1818
> **Note: you're required to set your own LLM API keys to use the demo.**
1919
2020
> [!NOTE]
21-
> 📚 See the **Open SWE documentation [here](https://docs.langchain.com/labs/swe/)**
21+
> 📚 See the **Open SWE documentation files [here](https://github.com/langchain-ai/open-swe/tree/main/apps/docs)**
2222
>
2323
> 💬 Read the **announcement blog post [here](https://blog.langchain.com/introducing-open-swe-an-open-source-asynchronous-coding-agent/)**
2424
>
@@ -38,10 +38,6 @@ Open SWE is an open-source cloud-based asynchronous coding agent built with [Lan
3838

3939
Open SWE can be used in multiple ways:
4040

41-
- 🖥️ **From the UI**. You can create, manage and execute Open SWE tasks from the [web application](https://swe.langchain.com). See the ['From the UI' page](https://docs.langchain.com/labs/swe/usage/ui) in the docs for more information.
42-
- 📝 **From GitHub**. You can start Open SWE tasks directly from GitHub issues simply by adding a label `open-swe`, or `open-swe-auto` (adding `-auto` will cause Open SWE to automatically accept the plan, requiring no intervention from you). For enhanced performance on complex tasks, use `open-swe-max` or `open-swe-max-auto` labels which utilize Claude Opus 4.1 for both planning and programming. See the ['From GitHub' page](https://docs.langchain.com/labs/swe/usage/github) in the docs for more information.
43-
44-
# Documentation
45-
46-
To get started using Open SWE locally, see the [documentation here](https://docs.langchain.com/labs/swe/).
41+
- 🖥️ **From the UI**. You can create, manage and execute Open SWE tasks from the [web application](https://swe.langchain.com).
42+
- 📝 **From GitHub**. You can start Open SWE tasks directly from GitHub issues simply by adding a label `open-swe`, or `open-swe-auto` (adding `-auto` will cause Open SWE to automatically accept the plan, requiring no intervention from you). For enhanced performance on complex tasks, use `open-swe-max` or `open-swe-max-auto` labels which utilize Claude Opus 4.1 for both planning and programming.
4743

0 commit comments

Comments
 (0)