Skip to content

Commit 89b0f90

Browse files
committed
docs: add header link badges
1 parent 33f9414 commit 89b0f90

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
</div>
66

77
<p align="center">
8-
<a href="README.md">English</a> | <a href="README_ZH.md">中文</a> |
9-
<a href="https://dataarctech.github.io/Bayesian-Agent/">Docs</a> |
10-
<a href="https://github.com/DataArcTech/Bayesian-Agent">GitHub</a>
8+
🌐 <a href="README.md">English</a> | 🇨🇳 <a href="README_ZH.md">中文</a> |
9+
📚 <a href="https://dataarctech.github.io/Bayesian-Agent/">Docs</a> |
10+
🐙 <a href="https://github.com/DataArcTech/Bayesian-Agent">GitHub</a> |
11+
📄 arXiv Coming Soon
1112
</p>
1213

1314
Bayesian-Agent is a Bayesian self-evolving layer for turning agent failures into reusable, evidence-weighted Skills and SOPs across agent frameworks and execution harnesses.

README_ZH.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
</div>
66

77
<p align="center">
8-
<a href="README.md">English</a> | <a href="README_ZH.md">中文</a> |
9-
<a href="https://dataarctech.github.io/Bayesian-Agent/">Docs</a> |
10-
<a href="https://github.com/DataArcTech/Bayesian-Agent">GitHub</a>
8+
🌐 <a href="README.md">English</a> | 🇨🇳 <a href="README_ZH.md">中文</a> |
9+
📚 <a href="https://dataarctech.github.io/Bayesian-Agent/">Docs</a> |
10+
🐙 <a href="https://github.com/DataArcTech/Bayesian-Agent">GitHub</a> |
11+
📄 arXiv Coming Soon
1112
</p>
1213

1314
Bayesian-Agent 是一个面向跨 Agent framework / execution harness 的 Bayesian self-evolving layer,用于把 Agent 的失败轨迹转化为可复用、可验证、带 posterior 权重的 Skills 和 SOPs。

docs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<img src="assets/banner.png" width="920" alt="Bayesian-Agent banner"/>
55
</div>
66

7+
<p align="center">
8+
📚 <a href="https://dataarctech.github.io/Bayesian-Agent/">Docs</a> |
9+
🐙 <a href="https://github.com/DataArcTech/Bayesian-Agent">GitHub</a> |
10+
📄 arXiv Coming Soon
11+
</p>
12+
713
Bayesian-Agent is a Bayesian self-evolving layer for turning verified agent trajectories into reusable, evidence-weighted Skills and SOPs across agent frameworks and execution harnesses.
814

915
The project focuses on the inference side of agent improvement. Instead of changing base model parameters, it changes the agent's inference environment by maintaining posterior beliefs over Skills, failure modes, token cost, and context-specific reliability.

0 commit comments

Comments
 (0)