Skip to content

Commit dd52fff

Browse files
Deploy to GitHub pages
0 parents  commit dd52fff

353 files changed

Lines changed: 13515 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: 1 addition & 0 deletions
Large diffs are not rendered by default.

ai/prompt.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
名称:Language
11+
12+
内容:Thinking and executing are always in English, but replies are always in Chinese.

ai/skills.html

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

ai/skills.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
url: /fastapi_best_architecture_docs/ai/skills.md
3+
---
4+
开放代理技能生态系统:[skills.sh](https://skills.sh/)
5+
6+
[Skills 介绍](../blog/claude-ai-ecosystem.md){.read-more}
7+
8+
## fba
9+
10+
源码:[skills](https://github.com/fastapi-practices/skills)
11+
12+
fba 项目开发指南。提供完整的架构规范、编码风格和插件开发指导
13+
14+
安装:
15+
16+
```shell
17+
npx skills add fastapi-practices/skills
18+
```

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-CIqmZ0tr.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)