docs(gateway): split configuration-reference by extracting agent-defaults cluster into config-agents

This commit is contained in:
Vincent Koc
2026-04-23 20:10:52 -07:00
parent 72a8e4e5db
commit 07cee914aa
23 changed files with 1367 additions and 1337 deletions

View File

@@ -37,7 +37,7 @@ Use routing bindings to pin inbound channel traffic to a specific agent.
If you also want different visible skills per agent, configure
`agents.defaults.skills` and `agents.list[].skills` in `openclaw.json`. See
[Skills config](/tools/skills-config) and
[Configuration Reference](/gateway/configuration-reference#agents-defaults-skills).
[Configuration Reference](/gateway/config-agents#agents-defaults-skills).
List bindings:

View File

@@ -110,7 +110,7 @@ openclaw sessions cleanup --json
Related:
- Session config: [Configuration reference](/gateway/configuration-reference#session)
- Session config: [Configuration reference](/gateway/config-agents#session)
## Related