-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
71 lines (65 loc) · 1.77 KB
/
mkdocs.yml
File metadata and controls
71 lines (65 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
site_name: "Bayesian-Agent: A Bayesian Self-Evolving Agent Framework with Cross-Harness Adaptation"
site_description: Bayesian-Agent is a Bayesian self-evolving agent framework with full-run evolution, incremental repair, and cross-harness adaptation.
site_url: https://dataarctech.github.io/Bayesian-Agent/
repo_name: DataArcTech/Bayesian-Agent
repo_url: https://github.com/DataArcTech/Bayesian-Agent
edit_uri: edit/main/docs/
exclude_docs: |
superpowers/**
theme:
name: material
language: en
logo: assets/logo.png
favicon: assets/logo.png
features:
- navigation.instant
- navigation.sections
- navigation.top
- navigation.tracking
- search.highlight
- search.suggest
- content.code.copy
- content.action.edit
palette:
- scheme: default
primary: indigo
accent: teal
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
nav:
- Overview: index.md
- Quick Start: quick-start.md
- Core Concepts: core-concepts.md
- Architecture: architecture.md
- CLI: cli.md
- Python API: python-api.md
- Adapters: adapters.md
- Schemas: schemas.md
- Experiments: experiments/index.md
- Articles:
- Zhihu Repo Introduction: articles/zhihu-bayesian-agent.md
- Method Note: method.md
- Experiment Note: experiments.md
- Roadmap: roadmap.md
- Citation: citation.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/DataArcTech/Bayesian-Agent
name: Bayesian-Agent on GitHub
copyright: Copyright © 2026 DataArcTech