-
Notifications
You must be signed in to change notification settings - Fork 283
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
133 lines (129 loc) · 4.37 KB
/
Copy pathmkdocs.yaml
File metadata and controls
133 lines (129 loc) · 4.37 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
site_name: LoopX
site_url: https://huangruiteng.github.io/loopx/docs/
repo_url: https://github.com/huangruiteng/loopx
edit_uri: edit/main/docs/
docs_dir: docs
site_dir: output/docs-site
use_directory_urls: true
exclude_docs: |
/README.md
archive/**
research/long-horizon-agent-benchmarks/*.json
showcases/**/*.html
showcases/showcase-animation-prototype.html
showcases/showcase-catalog.json
theme:
name: material
logo: assets/loopx-logo.png
favicon: assets/loopx-logo.png
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: blue
toggle:
icon: material/brightness-2
name: Switch to system preference
features:
- content.action.edit
- content.code.copy
- content.tabs.link
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
- navigation.top
- navigation.path
- search.highlight
- search.share
- toc.follow
plugins:
- search
markdown_extensions:
- attr_list
- def_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: true
nav:
- Home: index.md
- Getting Started:
- guides/README.md
- Quick Start: guides/getting-started.md
- Newcomer Command Path: guides/newcomer-command-path.md
- Custom Runner Integration: guides/custom-agent-runner-integration.md
- Auto Research Command Path: guides/auto-research-command-path.md
- Concepts:
- concepts/README.md
- Interaction Patterns: concepts/interaction-pattern-catalog.md
- State Interaction Model: state-interaction-model.md
- Quota Allocation: quota-allocation.md
- Operations:
- operations/README.md
- Attention Queue: operations/attention-queue.md
- Long Task Cadence: operations/long-task-cadence-policy.md
- Authority Sources: operations/authority-source-registration.md
- Capabilities:
- capabilities/README.md
- Issue Fix: capabilities/issue-fix/README.md
- Change Quality: capabilities/change-quality/README.md
- Explore: capabilities/explore/README.md
- Material Lifecycle: capabilities/material-lifecycle/README.md
- Value Connectors: capabilities/value-connectors/README.md
- Integrations:
- integrations/README.md
- Worker Bridge: integrations/worker-bridge-install-contract.md
- Lark Kanban: integrations/lark-kanban-control-plane-adapter.md
- Runtime Connector Catalog: integrations/runtime-connector-catalog.md
- Reference:
- reference/README.md
- Extensions: reference/extensions.md
- Benchmark Architecture: reference/benchmark-architecture.md
- Protocols: reference/protocols/README.md
- Contracts: reference/contracts/README.md
- Development:
- development/README.md
- Testing And Quality: development/testing-and-quality.md
- Documentation Layout: development/documentation-layout.md
- Benchmark Workflow: development/benchmark-developer-workflow.md
- Control Plane Course: development/control-plane-course/README.md
- Product:
- product/README.md
- Vision: product/vision.md
- Release Readiness: product/release-readiness.md
- Surfaces: product/surfaces/README.md
- Runtimes: product/runtimes/README.md
- Foundations: product/foundations/README.md
- Showcases:
- showcases/README.md
- Frontend Surface: showcases/frontend-surface.md
- Blocked P0 Safe Rotation: showcases/cases/0617-blocked-p0-safe-rotation.md
- LoopX Self Iteration: showcases/cases/0619-loopx-self-iteration.md
- PR Issue Auto Fix: showcases/cases/0624-pr-issue-auto-fix.md