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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
site_name: phi-agent
site_description: General-purpose AI Agent Framework in Rust
site_url: https://docs.phiagent.dev/
repo_url: https://github.com/hibuka-labs/phi-agent
repo_name: hibuka-labs/phi-agent
copyright: Copyright © 2025 phi-agent Contributors
extra_javascript:
- assets/lang-redirect.js
extra:
analytics:
provider: google
property: G-T4W9LL7DXN
generator: false
theme:
name: material
features:
- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.top
- content.code.copy
- content.code.annotate
- search.suggest
- search.highlight
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search
- i18n:
docs_structure: folder
languages:
- locale: en
default: true
name: English
build: true
nav:
- Home: index.md
- Guide:
- Quick Start: guide/getting-started.md
- Custom Tools: guide/custom-tool.md
- Configuration: guide/configuration.md
- CLI Usage: guide/cli.md
- Focus: guide/focus.md
- Architecture: guide/architecture.md
- Observability: guide/observability.md
- Advanced Usage: guide/advanced.md
- Reference:
- API Reference: api.md
- Community: community.md
- locale: zh
name: 中文
build: true
nav:
- 首页: index.md
- 指南:
- 快速开始: guide/getting-started.md
- 自定义工具: guide/custom-tool.md
- 配置详解: guide/configuration.md
- CLI 使用: guide/cli.md
- Focus 专注判断: guide/focus.md
- 架构设计: guide/architecture.md
- 可观测性: guide/observability.md
- 高级用法: guide/advanced.md
- 参考:
- API 参考: api.md
- 社区: community.md
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index:
emoji_generator:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: