[PR #22] [MERGED] feat: Monorepo #344

Closed
opened 2026-02-16 07:19:23 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/open-swe/pull/22
Author: @bracesproul
Created: 5/26/2025
Status: Merged
Merged: 5/26/2025
Merged by: @bracesproul

Base: mainHead: brace/monorepo


📝 Commits (3)

📊 Changes

74 files changed (+14644 additions, -6002 deletions)

View changed files

📝 .github/workflows/ci.yml (+14 -8)
📝 .gitignore (+43 -22)
.yarnrc.yml (+2 -0)
📝 LICENSE (+6 -6)
📝 README.md (+1 -1)
apps/docs/README.md (+16 -0)
apps/docs/custom-agents/configuration.mdx (+415 -0)
apps/docs/custom-agents/overview.mdx (+41 -0)
apps/docs/docs.json (+75 -0)
apps/docs/favicon.svg (+3 -0)
apps/docs/index.mdx (+53 -0)
apps/docs/logo/dark.svg (+20 -0)
apps/docs/logo/light.svg (+20 -0)
apps/docs/package.json (+12 -0)
apps/docs/quickstart.mdx (+125 -0)
apps/docs/setup/agents.mdx (+46 -0)
apps/docs/setup/authentication.mdx (+47 -0)
apps/docs/setup/mcp-server.mdx (+52 -0)
apps/docs/setup/rag-server.mdx (+35 -0)
apps/open-swe/.codespellignore (+0 -0)

...and 54 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/open-swe/pull/22 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 5/26/2025 **Status:** ✅ Merged **Merged:** 5/26/2025 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/monorepo` --- ### 📝 Commits (3) - [`970d27c`](https://github.com/langchain-ai/open-swe/commit/970d27cbfdec5413a396f482882f0aa304d4da9b) feat: Monorepo - [`32c81e1`](https://github.com/langchain-ai/open-swe/commit/32c81e13347213d6dc4b1464a2798af798f0730f) cr - [`34c3a0f`](https://github.com/langchain-ai/open-swe/commit/34c3a0f790b911a39381b7cdb0011fd8c6ae2c23) cr ### 📊 Changes **74 files changed** (+14644 additions, -6002 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+14 -8) 📝 `.gitignore` (+43 -22) ➕ `.yarnrc.yml` (+2 -0) 📝 `LICENSE` (+6 -6) 📝 `README.md` (+1 -1) ➕ `apps/docs/README.md` (+16 -0) ➕ `apps/docs/custom-agents/configuration.mdx` (+415 -0) ➕ `apps/docs/custom-agents/overview.mdx` (+41 -0) ➕ `apps/docs/docs.json` (+75 -0) ➕ `apps/docs/favicon.svg` (+3 -0) ➕ `apps/docs/index.mdx` (+53 -0) ➕ `apps/docs/logo/dark.svg` (+20 -0) ➕ `apps/docs/logo/light.svg` (+20 -0) ➕ `apps/docs/package.json` (+12 -0) ➕ `apps/docs/quickstart.mdx` (+125 -0) ➕ `apps/docs/setup/agents.mdx` (+46 -0) ➕ `apps/docs/setup/authentication.mdx` (+47 -0) ➕ `apps/docs/setup/mcp-server.mdx` (+52 -0) ➕ `apps/docs/setup/rag-server.mdx` (+35 -0) ➕ `apps/open-swe/.codespellignore` (+0 -0) _...and 54 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 07:19:23 -05:00
yindo closed this issue 2026-02-16 07:19:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/open-swe#344