Skip to content

Commit

Permalink
update(docs): 同步架构设计章节示例至新文件
Browse files Browse the repository at this point in the history
Move DiagramGPT and ArchGuard Co-mate examples from 'aise-for-arch.md' to 'gen-arch.md' to better organize content and improve readability.
  • Loading branch information
phodal committed Aug 3, 2024
1 parent d420676 commit 4d1c231
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/aise-for-arch.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,2 @@
# AI 辅助软件工程:AI 辅助架构设计

## 示例

### DiagramGPT

![](images/Diagram-GPT.webp)

[How an AI sidecar product drove 30% of sign-ups: Eraser’s founder on building and growing DiagramGPT](https://openviewpartners.com/blog/how-an-ai-sidecar-product-drove-30-percent-of-sign-ups-eraser/)

### ArchGuard Co-mate

ArchGuard Co-mate is an AI-powered architecture copilot, design and governance tools.

GitHub: https://github.com/unit-mesh/co-mate

设计原则如下:

1. 将领域特定语言(DSL)作为通用语言:采用领域特定语言(DSL),以实现人与机器之间的高效沟通。
2. 原子化语言模型(LLM)编排:利用语言模型(LLM)的原子化特性,在DSL中构建复杂的行为。
3. 分层动态上下文:将上下文划分为多个层次,通过语言模型(LLM)有效地处理复杂性。
20 changes: 20 additions & 0 deletions src/gen-arch.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# AI 辅助软件工程:架构设计生成

## 示例

### DiagramGPT

![](images/Diagram-GPT.webp)

[How an AI sidecar product drove 30% of sign-ups: Eraser’s founder on building and growing DiagramGPT](https://openviewpartners.com/blog/how-an-ai-sidecar-product-drove-30-percent-of-sign-ups-eraser/)

### ArchGuard Co-mate

ArchGuard Co-mate is an AI-powered architecture copilot, design and governance tools.

GitHub: https://github.com/unit-mesh/co-mate

设计原则如下:

1. 将领域特定语言(DSL)作为通用语言:采用领域特定语言(DSL),以实现人与机器之间的高效沟通。
2. 原子化语言模型(LLM)编排:利用语言模型(LLM)的原子化特性,在DSL中构建复杂的行为。
3. 分层动态上下文:将上下文划分为多个层次,通过语言模型(LLM)有效地处理复杂性。

0 comments on commit 4d1c231

Please sign in to comment.