feat: refactor sgclaw around zeroclaw compat runtime

This commit is contained in:
zyl
2026-03-26 16:23:31 +08:00
parent bca5b75801
commit ff0771a83f
1059 changed files with 409460 additions and 23 deletions

View File

@@ -0,0 +1,23 @@
# Reference Catalogs
Structured reference index for commands, providers, channels, config, and integration guides.
## Core References
- Commands by workflow: [cli/commands-reference.md](cli/commands-reference.md)
- Provider IDs / aliases / env vars: [api/providers-reference.md](api/providers-reference.md)
- Channel setup + allowlists: [api/channels-reference.md](api/channels-reference.md)
- Config defaults and keys: [api/config-reference.md](api/config-reference.md)
## Provider & Integration Extensions
- Custom provider endpoints: [../contributing/custom-providers.md](../contributing/custom-providers.md)
- Z.AI / GLM provider onboarding: [../setup-guides/zai-glm-setup.md](../setup-guides/zai-glm-setup.md)
- Nextcloud Talk bot integration: [../setup-guides/nextcloud-talk-setup.md](../setup-guides/nextcloud-talk-setup.md)
- LangGraph-based integration patterns: [../contributing/langgraph-integration.md](../contributing/langgraph-integration.md)
## Usage
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 [../maintainers/docs-inventory.md](../maintainers/docs-inventory.md).