Skip to content

Commit e4b6136

Browse files
Deploy to GitHub pages
0 parents  commit e4b6136

353 files changed

Lines changed: 13589 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

ai/mcp.html

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

ai/mcp.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
url: /fastapi_best_architecture_docs/ai/mcp.md
3+
---
4+
[MCP 介绍](../blog/claude-ai-ecosystem.md){.read-more}
5+
6+
## ace (Augment Context Engine)
7+
8+
官网:[ace](https://www.augmentcode.com/context-engine)
9+
10+
相关文章:[linuxdo#1360514](https://linux.do/t/topic/1360514)
11+
12+
首当其冲的绝对是它,ace 绝对是无与伦比的存在,检索快,定位准;
13+
14+
但其存在国内账号注册难,订阅开通难,费用昂贵,易封号等多重机制,只能说是且用且珍惜
15+
16+
## fetch
17+
18+
源码:[fetch](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch)
19+
20+
MCP 官方实现,使 LLM 能够从网页中检索和处理内容,并将 HTML 转换为 Markdown 以便于阅读和使用,虽然目前很多 LLM 已经内置 web
21+
搜索引擎,但 fetch 仍可作为本级支持的一部分(免费)
22+
23+
## playwright
24+
25+
源码:[playwright-mcp](https://github.com/microsoft/playwright-mcp)
26+
27+
Playwright 是由微软(Microsoft)在 2020 年初开源的现代化 Web 测试与自动化框架,而 playwright-mcp 能够使 LLM
28+
通过结构化的可访问性快照与网页进行交互,从而无需依赖屏幕截图或视觉调整后的模型

ai/prompt.html

Lines changed: 5 additions & 0 deletions
Large diffs are not rendered by default.

ai/prompt.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
url: /fastapi_best_architecture_docs/ai/prompt.md
3+
---
4+
提示词不以多取胜,而是可用性,无效的提示词反而会给 LLM 带来负担
5+
6+
[Prompt 介绍](../blog/claude-ai-ecosystem.md){.read-more}
7+
8+
## 语言规范
9+
10+
```markdown
11+
## Language norms
12+
13+
Thinking and executing are always in English, but replies are always in Chinese.
14+
```
15+
16+
## 文件写入
17+
18+
```markdown
19+
## File write
20+
21+
When writing too much file content at one time, always write in batches.
22+
```

ai/skills.html

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

ai/skills.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
url: /fastapi_best_architecture_docs/ai/skills.md
3+
---
4+
[fba skill](https://skills.sh/fastapi-practices/skills/fba) 提供完整的架构规范、编码风格、插件开发指导
5+
6+
[Skills 介绍](../blog/claude-ai-ecosystem.md){.read-more}

architecture.html

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

architecture.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
url: /fastapi_best_architecture_docs/architecture.md
3+
---
4+
待补充

assets/404.html-CiAxMSvK.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)