Skip to content

Commit 977f08c

Browse files
authored
Merge pull request #2 from sopaco/dev
Dev
2 parents d2c8fb4 + 18a5121 commit 977f08c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img height="200" src="./assets/blend_banner.png">
33
</p>
44

5-
<h1 align="center">Cowork Forge Development System</h1>
5+
<h1 align="center">Cowork Forge</h1>
66

77
<p align="center">
88
<a href="./README.md">English</a>
@@ -72,7 +72,7 @@ Cowork Forge stands out in the AI development tools landscape through its unique
7272

7373
## Core Capabilities Comparison
7474

75-
| Capability | Cowork Forge AI Agent System | GitHub Copilot | Cursor AI | Aider |
75+
| Capability | Cowork Forge | GitHub Copilot | Cursor AI | Aider |
7676
|------------|------------------------|----------------|-----------|-------|
7777
| **End-to-End Workflow** | ✅ Complete (Idea→Delivery) | ❌ Code completion only | ❌ Code editing focus | ❌ Code assistance only |
7878
| **Multi-Agent Architecture** | ✅ 8 specialized agents | ❌ Single model | ❌ Single model | ❌ Single model |

README_zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img height="200" src="./assets/blend_banner.png">
33
</p>
44

5-
<h1 align="center">Cowork Forge AI Agent System</h1>
5+
<h1 align="center">Cowork Forge</h1>
66

77
<p align="center">
88
<a href="./README.md">English</a>
@@ -82,7 +82,7 @@ Cowork Forge 在 AI 开发工具领域通过其独特的多智能体架构和全
8282

8383
## 核心能力对比
8484

85-
| 能力 | Cowork Forge AI Agent System | GitHub Copilot | Cursor AI | Aider |
85+
| 能力 | Cowork Forge | GitHub Copilot | Cursor AI | Aider |
8686
|------------|------------------------|----------------|-----------|-------|
8787
| **端到端工作流** | ✅ 完整(想法→交付) | ❌ 仅代码补全 | ❌ 专注于代码编辑 | ❌ 仅代码辅助 |
8888
| **多智能体架构** | ✅ 8 个专业智能体 | ❌ 单一模型 | ❌ 单一模型 | ❌ 单一模型 |

crates/cowork-core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "cowork-core"
3+
description = "AI-powered software development system that automates the entire lifecycle from requirements analysis to code delivery through specialized agent collaboration."
34
version.workspace = true
45
edition.workspace = true
56
authors.workspace = true

0 commit comments

Comments
 (0)