ai-agent-book 精选快照(<2MB 代码与文档,来自 github.com/bojieli/ai-agent-book)
Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s

This commit is contained in:
2026-08-20 13:12:50 +00:00
commit b119135836
10275 changed files with 3284984 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 410" width="1000" height="410" style="background:#ffffff">
<defs>
<style>
.t{font-family:Arial,'PingFang SC','Microsoft YaHei',sans-serif;fill:#26343c}
.h{font-size:20px;font-weight:700}
.s{font-size:16px;fill:#52636d}
.box{fill:#f5f7f8;stroke:#33434d;stroke-width:2}
.accent{fill:#e8f1f5;stroke:#2f617a;stroke-width:2}
</style>
</defs>
<text x="500" y="30" text-anchor="middle" class="t h">طريقة تمثيل القدرة تحدد موضع تحديثها الأساسي</text>
<rect x="35" y="72" width="220" height="126" rx="9" class="box"/>
<text x="145" y="105" text-anchor="middle" class="t h">المعرفة</text>
<text x="145" y="135" text-anchor="middle" class="t s" style="font-size:12.5px">الحقائق والخبرة والاستثناءات</text>
<text x="145" y="164" text-anchor="middle" class="t s" style="font-size:15.5px">Markdown / قاعدة المعرفة</text>
<rect x="275" y="72" width="220" height="126" rx="9" class="box"/>
<text x="385" y="105" text-anchor="middle" class="t h">التعليمات</text>
<text x="385" y="135" text-anchor="middle" class="t s" style="font-size:12.5px">مبادئ حكم يمكن صياغتها لغويًا</text>
<text x="385" y="164" text-anchor="middle" class="t s">Prompt / Skill</text>
<rect x="515" y="72" width="220" height="126" rx="9" class="box"/>
<text x="625" y="105" text-anchor="middle" class="t h">البرامج</text>
<text x="625" y="135" text-anchor="middle" class="t s" style="font-size:15px">مسارات حتمية وقيود صارمة</text>
<text x="625" y="164" text-anchor="middle" class="t s" style="font-size:14px">الأدوات / سير العمل / Harness</text>
<rect x="755" y="72" width="220" height="126" rx="9" class="accent"/>
<text x="865" y="105" text-anchor="middle" class="t h">المعاملات</text>
<text x="865" y="135" text-anchor="middle" class="t s" style="font-size:11.5px">إدراك عالي الأبعاد وسياسة ضمنية</text>
<text x="865" y="164" text-anchor="middle" class="t s">SFT / التقطير / RL</text>
<line x1="145" y1="226" x2="865" y2="226" stroke="#33434d" stroke-width="2"/>
<path d="M145 218 V234 M865 218 V234" stroke="#33434d" stroke-width="2"/>
<text x="145" y="260" text-anchor="middle" class="t s">سهل التحديث وقابل للتتبع</text>
<text x="865" y="260" text-anchor="middle" class="t s" style="font-size:15.5px">مستوعَب وبكلفة استدلال منخفضة</text>
<text x="500" y="289" text-anchor="middle" class="t h">ليست سلّمًا أحادي الاتجاه بل أربعة حوامل متكاملة</text>
<rect x="145" y="320" width="710" height="58" rx="8" class="accent"/>
<text x="500" y="344" text-anchor="middle" class="t h" style="font-size:14.5px">السؤال الأول: هل يمكن التعبير عن القدرة كاملةً بالحقائق أو قواعد اللغة أو البرامج؟</text>
<text x="500" y="367" text-anchor="middle" class="t s">الاستقرار والتكلفة وتواتر التحديث تحدد طريقة النشر، لا إمكانية المعاملة</text>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB