docs(docs): align navigation inventory and model examples for #774
This commit is contained in:
parent
e1aeabdb5f
commit
daef8f8094
10 changed files with 56 additions and 7 deletions
|
|
@ -15,7 +15,7 @@ API_KEY=your-api-key-here
|
||||||
# Default provider/model (can be overridden by CLI flags)
|
# Default provider/model (can be overridden by CLI flags)
|
||||||
PROVIDER=openrouter
|
PROVIDER=openrouter
|
||||||
# ZEROCLAW_PROVIDER=openrouter
|
# ZEROCLAW_PROVIDER=openrouter
|
||||||
# ZEROCLAW_MODEL=anthropic/claude-sonnet-4-20250514
|
# ZEROCLAW_MODEL=anthropic/claude-sonnet-4-6
|
||||||
# ZEROCLAW_TEMPERATURE=0.7
|
# ZEROCLAW_TEMPERATURE=0.7
|
||||||
|
|
||||||
# Workspace directory override
|
# Workspace directory override
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,9 @@
|
||||||
| ワンコマンドで導入したい | [one-click-bootstrap.md](one-click-bootstrap.md) |
|
| ワンコマンドで導入したい | [one-click-bootstrap.md](one-click-bootstrap.md) |
|
||||||
| コマンドを用途別に確認したい | [commands-reference.md](commands-reference.md) |
|
| コマンドを用途別に確認したい | [commands-reference.md](commands-reference.md) |
|
||||||
| 設定キーと既定値を確認したい | [config-reference.md](config-reference.md) |
|
| 設定キーと既定値を確認したい | [config-reference.md](config-reference.md) |
|
||||||
|
| カスタム Provider / endpoint を追加したい | [custom-providers.md](custom-providers.md) |
|
||||||
|
| Z.AI / GLM Provider を設定したい | [zai-glm-setup.md](zai-glm-setup.md) |
|
||||||
|
| LangGraph ツール連携を使いたい | [langgraph-integration.md](langgraph-integration.md) |
|
||||||
| 日常運用(runbook)を確認したい | [operations-runbook.md](operations-runbook.md) |
|
| 日常運用(runbook)を確認したい | [operations-runbook.md](operations-runbook.md) |
|
||||||
| インストール/実行トラブルを解決したい | [troubleshooting.md](troubleshooting.md) |
|
| インストール/実行トラブルを解決したい | [troubleshooting.md](troubleshooting.md) |
|
||||||
| 統合 TOC から探したい | [SUMMARY.md](SUMMARY.md) |
|
| 統合 TOC から探したい | [SUMMARY.md](SUMMARY.md) |
|
||||||
|
|
@ -48,6 +51,9 @@
|
||||||
- [providers-reference.md](providers-reference.md)
|
- [providers-reference.md](providers-reference.md)
|
||||||
- [channels-reference.md](channels-reference.md)
|
- [channels-reference.md](channels-reference.md)
|
||||||
- [config-reference.md](config-reference.md)
|
- [config-reference.md](config-reference.md)
|
||||||
|
- [custom-providers.md](custom-providers.md)
|
||||||
|
- [zai-glm-setup.md](zai-glm-setup.md)
|
||||||
|
- [langgraph-integration.md](langgraph-integration.md)
|
||||||
- [operations-runbook.md](operations-runbook.md)
|
- [operations-runbook.md](operations-runbook.md)
|
||||||
- [troubleshooting.md](troubleshooting.md)
|
- [troubleshooting.md](troubleshooting.md)
|
||||||
|
|
||||||
|
|
@ -65,6 +71,7 @@
|
||||||
|
|
||||||
- [security/README.md](security/README.md)
|
- [security/README.md](security/README.md)
|
||||||
- [agnostic-security.md](agnostic-security.md)
|
- [agnostic-security.md](agnostic-security.md)
|
||||||
|
- [frictionless-security.md](frictionless-security.md)
|
||||||
- [sandboxing.md](sandboxing.md)
|
- [sandboxing.md](sandboxing.md)
|
||||||
- [resource-limits.md](resource-limits.md)
|
- [resource-limits.md](resource-limits.md)
|
||||||
- [audit-logging.md](audit-logging.md)
|
- [audit-logging.md](audit-logging.md)
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,9 @@ Localized hubs: [简体中文](README.zh-CN.md) · [日本語](README.ja.md) ·
|
||||||
| Bootstrap in one command | [one-click-bootstrap.md](one-click-bootstrap.md) |
|
| Bootstrap in one command | [one-click-bootstrap.md](one-click-bootstrap.md) |
|
||||||
| Find commands by task | [commands-reference.md](commands-reference.md) |
|
| Find commands by task | [commands-reference.md](commands-reference.md) |
|
||||||
| Check config defaults and keys quickly | [config-reference.md](config-reference.md) |
|
| Check config defaults and keys quickly | [config-reference.md](config-reference.md) |
|
||||||
|
| Configure custom providers/endpoints | [custom-providers.md](custom-providers.md) |
|
||||||
|
| Configure Z.AI / GLM provider | [zai-glm-setup.md](zai-glm-setup.md) |
|
||||||
|
| Use LangGraph integration patterns | [langgraph-integration.md](langgraph-integration.md) |
|
||||||
| Operate runtime (day-2 runbook) | [operations-runbook.md](operations-runbook.md) |
|
| Operate runtime (day-2 runbook) | [operations-runbook.md](operations-runbook.md) |
|
||||||
| Troubleshoot install/runtime/channel issues | [troubleshooting.md](troubleshooting.md) |
|
| Troubleshoot install/runtime/channel issues | [troubleshooting.md](troubleshooting.md) |
|
||||||
| Run Matrix encrypted-room setup and diagnostics | [matrix-e2ee-guide.md](matrix-e2ee-guide.md) |
|
| Run Matrix encrypted-room setup and diagnostics | [matrix-e2ee-guide.md](matrix-e2ee-guide.md) |
|
||||||
|
|
@ -50,6 +53,9 @@ Localized hubs: [简体中文](README.zh-CN.md) · [日本語](README.ja.md) ·
|
||||||
- [channels-reference.md](channels-reference.md) — channel capabilities and setup paths
|
- [channels-reference.md](channels-reference.md) — channel capabilities and setup paths
|
||||||
- [matrix-e2ee-guide.md](matrix-e2ee-guide.md) — Matrix encrypted-room (E2EE) setup and no-response diagnostics
|
- [matrix-e2ee-guide.md](matrix-e2ee-guide.md) — Matrix encrypted-room (E2EE) setup and no-response diagnostics
|
||||||
- [config-reference.md](config-reference.md) — high-signal config keys and secure defaults
|
- [config-reference.md](config-reference.md) — high-signal config keys and secure defaults
|
||||||
|
- [custom-providers.md](custom-providers.md) — custom provider/base URL integration templates
|
||||||
|
- [zai-glm-setup.md](zai-glm-setup.md) — Z.AI/GLM setup and endpoint matrix
|
||||||
|
- [langgraph-integration.md](langgraph-integration.md) — fallback integration for model/tool-calling edge cases
|
||||||
- [operations-runbook.md](operations-runbook.md) — day-2 runtime operations and rollback flow
|
- [operations-runbook.md](operations-runbook.md) — day-2 runtime operations and rollback flow
|
||||||
- [troubleshooting.md](troubleshooting.md) — common failure signatures and recovery steps
|
- [troubleshooting.md](troubleshooting.md) — common failure signatures and recovery steps
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,9 @@
|
||||||
| Установить одной командой | [one-click-bootstrap.md](one-click-bootstrap.md) |
|
| Установить одной командой | [one-click-bootstrap.md](one-click-bootstrap.md) |
|
||||||
| Найти команды по задаче | [commands-reference.md](commands-reference.md) |
|
| Найти команды по задаче | [commands-reference.md](commands-reference.md) |
|
||||||
| Проверить ключи конфигурации и дефолты | [config-reference.md](config-reference.md) |
|
| Проверить ключи конфигурации и дефолты | [config-reference.md](config-reference.md) |
|
||||||
|
| Подключить кастомный provider / endpoint | [custom-providers.md](custom-providers.md) |
|
||||||
|
| Настроить provider Z.AI / GLM | [zai-glm-setup.md](zai-glm-setup.md) |
|
||||||
|
| Использовать интеграцию LangGraph | [langgraph-integration.md](langgraph-integration.md) |
|
||||||
| Операционный runbook (day-2) | [operations-runbook.md](operations-runbook.md) |
|
| Операционный runbook (day-2) | [operations-runbook.md](operations-runbook.md) |
|
||||||
| Быстро устранить типовые проблемы | [troubleshooting.md](troubleshooting.md) |
|
| Быстро устранить типовые проблемы | [troubleshooting.md](troubleshooting.md) |
|
||||||
| Открыть общий TOC docs | [SUMMARY.md](SUMMARY.md) |
|
| Открыть общий TOC docs | [SUMMARY.md](SUMMARY.md) |
|
||||||
|
|
@ -48,6 +51,9 @@
|
||||||
- [providers-reference.md](providers-reference.md)
|
- [providers-reference.md](providers-reference.md)
|
||||||
- [channels-reference.md](channels-reference.md)
|
- [channels-reference.md](channels-reference.md)
|
||||||
- [config-reference.md](config-reference.md)
|
- [config-reference.md](config-reference.md)
|
||||||
|
- [custom-providers.md](custom-providers.md)
|
||||||
|
- [zai-glm-setup.md](zai-glm-setup.md)
|
||||||
|
- [langgraph-integration.md](langgraph-integration.md)
|
||||||
- [operations-runbook.md](operations-runbook.md)
|
- [operations-runbook.md](operations-runbook.md)
|
||||||
- [troubleshooting.md](troubleshooting.md)
|
- [troubleshooting.md](troubleshooting.md)
|
||||||
|
|
||||||
|
|
@ -65,6 +71,7 @@
|
||||||
|
|
||||||
- [security/README.md](security/README.md)
|
- [security/README.md](security/README.md)
|
||||||
- [agnostic-security.md](agnostic-security.md)
|
- [agnostic-security.md](agnostic-security.md)
|
||||||
|
- [frictionless-security.md](frictionless-security.md)
|
||||||
- [sandboxing.md](sandboxing.md)
|
- [sandboxing.md](sandboxing.md)
|
||||||
- [resource-limits.md](resource-limits.md)
|
- [resource-limits.md](resource-limits.md)
|
||||||
- [audit-logging.md](audit-logging.md)
|
- [audit-logging.md](audit-logging.md)
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,9 @@
|
||||||
| 一键安装与初始化 | [one-click-bootstrap.md](one-click-bootstrap.md) |
|
| 一键安装与初始化 | [one-click-bootstrap.md](one-click-bootstrap.md) |
|
||||||
| 按任务找命令 | [commands-reference.md](commands-reference.md) |
|
| 按任务找命令 | [commands-reference.md](commands-reference.md) |
|
||||||
| 快速查看配置默认值与关键项 | [config-reference.md](config-reference.md) |
|
| 快速查看配置默认值与关键项 | [config-reference.md](config-reference.md) |
|
||||||
|
| 接入自定义 Provider / endpoint | [custom-providers.md](custom-providers.md) |
|
||||||
|
| 配置 Z.AI / GLM Provider | [zai-glm-setup.md](zai-glm-setup.md) |
|
||||||
|
| 使用 LangGraph 工具调用集成 | [langgraph-integration.md](langgraph-integration.md) |
|
||||||
| 进行日常运维(runbook) | [operations-runbook.md](operations-runbook.md) |
|
| 进行日常运维(runbook) | [operations-runbook.md](operations-runbook.md) |
|
||||||
| 快速排查安装/运行问题 | [troubleshooting.md](troubleshooting.md) |
|
| 快速排查安装/运行问题 | [troubleshooting.md](troubleshooting.md) |
|
||||||
| 统一目录导航 | [SUMMARY.md](SUMMARY.md) |
|
| 统一目录导航 | [SUMMARY.md](SUMMARY.md) |
|
||||||
|
|
@ -48,6 +51,9 @@
|
||||||
- [providers-reference.md](providers-reference.md)
|
- [providers-reference.md](providers-reference.md)
|
||||||
- [channels-reference.md](channels-reference.md)
|
- [channels-reference.md](channels-reference.md)
|
||||||
- [config-reference.md](config-reference.md)
|
- [config-reference.md](config-reference.md)
|
||||||
|
- [custom-providers.md](custom-providers.md)
|
||||||
|
- [zai-glm-setup.md](zai-glm-setup.md)
|
||||||
|
- [langgraph-integration.md](langgraph-integration.md)
|
||||||
- [operations-runbook.md](operations-runbook.md)
|
- [operations-runbook.md](operations-runbook.md)
|
||||||
- [troubleshooting.md](troubleshooting.md)
|
- [troubleshooting.md](troubleshooting.md)
|
||||||
|
|
||||||
|
|
@ -65,6 +71,7 @@
|
||||||
|
|
||||||
- [security/README.md](security/README.md)
|
- [security/README.md](security/README.md)
|
||||||
- [agnostic-security.md](agnostic-security.md)
|
- [agnostic-security.md](agnostic-security.md)
|
||||||
|
- [frictionless-security.md](frictionless-security.md)
|
||||||
- [sandboxing.md](sandboxing.md)
|
- [sandboxing.md](sandboxing.md)
|
||||||
- [resource-limits.md](resource-limits.md)
|
- [resource-limits.md](resource-limits.md)
|
||||||
- [audit-logging.md](audit-logging.md)
|
- [audit-logging.md](audit-logging.md)
|
||||||
|
|
|
||||||
|
|
@ -22,13 +22,16 @@ Last refreshed: **February 18, 2026**.
|
||||||
- [getting-started/README.md](getting-started/README.md)
|
- [getting-started/README.md](getting-started/README.md)
|
||||||
- [one-click-bootstrap.md](one-click-bootstrap.md)
|
- [one-click-bootstrap.md](one-click-bootstrap.md)
|
||||||
|
|
||||||
### 2) Command/Config References
|
### 2) Command/Config References & Integrations
|
||||||
|
|
||||||
- [reference/README.md](reference/README.md)
|
- [reference/README.md](reference/README.md)
|
||||||
- [commands-reference.md](commands-reference.md)
|
- [commands-reference.md](commands-reference.md)
|
||||||
- [providers-reference.md](providers-reference.md)
|
- [providers-reference.md](providers-reference.md)
|
||||||
- [channels-reference.md](channels-reference.md)
|
- [channels-reference.md](channels-reference.md)
|
||||||
- [config-reference.md](config-reference.md)
|
- [config-reference.md](config-reference.md)
|
||||||
|
- [custom-providers.md](custom-providers.md)
|
||||||
|
- [zai-glm-setup.md](zai-glm-setup.md)
|
||||||
|
- [langgraph-integration.md](langgraph-integration.md)
|
||||||
|
|
||||||
### 3) Operations & Deployment
|
### 3) Operations & Deployment
|
||||||
|
|
||||||
|
|
@ -55,6 +58,9 @@ Last refreshed: **February 18, 2026**.
|
||||||
- [adding-boards-and-tools.md](adding-boards-and-tools.md)
|
- [adding-boards-and-tools.md](adding-boards-and-tools.md)
|
||||||
- [nucleo-setup.md](nucleo-setup.md)
|
- [nucleo-setup.md](nucleo-setup.md)
|
||||||
- [arduino-uno-q-setup.md](arduino-uno-q-setup.md)
|
- [arduino-uno-q-setup.md](arduino-uno-q-setup.md)
|
||||||
|
- [datasheets/nucleo-f401re.md](datasheets/nucleo-f401re.md)
|
||||||
|
- [datasheets/arduino-uno.md](datasheets/arduino-uno.md)
|
||||||
|
- [datasheets/esp32.md](datasheets/esp32.md)
|
||||||
|
|
||||||
### 6) Contribution & CI
|
### 6) Contribution & CI
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,9 @@ Last reviewed: **February 18, 2026**.
|
||||||
| `docs/providers-reference.md` | Current Reference | users/operators |
|
| `docs/providers-reference.md` | Current Reference | users/operators |
|
||||||
| `docs/channels-reference.md` | Current Reference | users/operators |
|
| `docs/channels-reference.md` | Current Reference | users/operators |
|
||||||
| `docs/config-reference.md` | Current Reference | operators |
|
| `docs/config-reference.md` | Current Reference | operators |
|
||||||
|
| `docs/custom-providers.md` | Current Integration Guide | integration developers |
|
||||||
|
| `docs/zai-glm-setup.md` | Current Provider Setup Guide | users/operators |
|
||||||
|
| `docs/langgraph-integration.md` | Current Integration Guide | integration developers |
|
||||||
| `docs/operations-runbook.md` | Current Guide | operators |
|
| `docs/operations-runbook.md` | Current Guide | operators |
|
||||||
| `docs/troubleshooting.md` | Current Guide | users/operators |
|
| `docs/troubleshooting.md` | Current Guide | users/operators |
|
||||||
| `docs/network-deployment.md` | Current Guide | operators |
|
| `docs/network-deployment.md` | Current Guide | operators |
|
||||||
|
|
@ -54,7 +57,9 @@ Last reviewed: **February 18, 2026**.
|
||||||
| `docs/arduino-uno-q-setup.md` | Current Guide | hardware builders |
|
| `docs/arduino-uno-q-setup.md` | Current Guide | hardware builders |
|
||||||
| `docs/nucleo-setup.md` | Current Guide | hardware builders |
|
| `docs/nucleo-setup.md` | Current Guide | hardware builders |
|
||||||
| `docs/hardware-peripherals-design.md` | Current Design Spec | hardware contributors |
|
| `docs/hardware-peripherals-design.md` | Current Design Spec | hardware contributors |
|
||||||
| `docs/langgraph-integration.md` | Current Integration Guide | integration developers |
|
| `docs/datasheets/nucleo-f401re.md` | Current Hardware Reference | hardware builders |
|
||||||
|
| `docs/datasheets/arduino-uno.md` | Current Hardware Reference | hardware builders |
|
||||||
|
| `docs/datasheets/esp32.md` | Current Hardware Reference | hardware builders |
|
||||||
|
|
||||||
## Policy / Process Docs
|
## Policy / Process Docs
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,7 @@ For board integration, firmware flow, and peripheral architecture.
|
||||||
|
|
||||||
## Datasheets
|
## Datasheets
|
||||||
|
|
||||||
- Board/chip datasheets: [../datasheets](../datasheets)
|
- Datasheet index: [../datasheets](../datasheets)
|
||||||
|
- STM32 Nucleo-F401RE: [../datasheets/nucleo-f401re.md](../datasheets/nucleo-f401re.md)
|
||||||
|
- Arduino Uno: [../datasheets/arduino-uno.md](../datasheets/arduino-uno.md)
|
||||||
|
- ESP32: [../datasheets/esp32.md](../datasheets/esp32.md)
|
||||||
|
|
|
||||||
|
|
@ -132,7 +132,7 @@ agent = create_agent(
|
||||||
|
|
||||||
```python
|
```python
|
||||||
agent = create_agent(
|
agent = create_agent(
|
||||||
model="anthropic/claude-3.5-sonnet",
|
model="anthropic/claude-sonnet-4-6",
|
||||||
api_key="your-openrouter-key",
|
api_key="your-openrouter-key",
|
||||||
base_url="https://openrouter.ai/api/v1"
|
base_url="https://openrouter.ai/api/v1"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Reference Catalogs
|
# Reference Catalogs
|
||||||
|
|
||||||
Structured reference index for commands, providers, channels, and config.
|
Structured reference index for commands, providers, channels, config, and integration guides.
|
||||||
|
|
||||||
## Core References
|
## Core References
|
||||||
|
|
||||||
|
|
@ -9,6 +9,14 @@ Structured reference index for commands, providers, channels, and config.
|
||||||
- Channel setup + allowlists: [../channels-reference.md](../channels-reference.md)
|
- Channel setup + allowlists: [../channels-reference.md](../channels-reference.md)
|
||||||
- Config defaults and keys: [../config-reference.md](../config-reference.md)
|
- Config defaults and keys: [../config-reference.md](../config-reference.md)
|
||||||
|
|
||||||
|
## Provider & Integration Extensions
|
||||||
|
|
||||||
|
- Custom provider endpoints: [../custom-providers.md](../custom-providers.md)
|
||||||
|
- Z.AI / GLM provider onboarding: [../zai-glm-setup.md](../zai-glm-setup.md)
|
||||||
|
- LangGraph-based integration patterns: [../langgraph-integration.md](../langgraph-integration.md)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Use this collection when you need precise CLI/config details rather than step-by-step tutorials.
|
Use this collection when you need precise CLI/config details or provider integration patterns rather than step-by-step tutorials.
|
||||||
|
|
||||||
|
When adding a new reference/integration doc, make sure it is linked in both [../SUMMARY.md](../SUMMARY.md) and [../docs-inventory.md](../docs-inventory.md).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue