Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GoClaw Documentation

> User-friendly docs for [GoClaw](https://goclaw.sh) — Enterprise AI Agent Platform.
> Trilingual: English + Vietnamese (Tiếng Việt) + Chinese (中文)
> Trilingual: English + Vietnamese (Tiếng Việt) + Chinese (中文) + Russian (Русский)

## Getting Started

Expand Down
144 changes: 144 additions & 0 deletions all_files.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
./404.html
./CLAUDE.md
./CONTRIBUTING.md
./README.md
./_redirects
./advanced/agent-evolution.md
./advanced/api-keys-rbac.md
./advanced/authentication.md
./advanced/browser-automation.md
./advanced/caching.md
./advanced/channel-instances.md
./advanced/cli-credentials.md
./advanced/context-pruning.md
./advanced/cost-tracking.md
./advanced/custom-tools.md
./advanced/exec-approval.md
./advanced/extended-thinking.md
./advanced/heartbeat.md
./advanced/hooks-quality-gates.md
./advanced/knowledge-graph.md
./advanced/knowledge-vault.md
./advanced/mcp-integration.md
./advanced/media-generation.md
./advanced/model-steering.md
./advanced/sandbox.md
./advanced/scheduling-cron.md
./advanced/skills.md
./advanced/tts-voice.md
./advanced/usage-quota.md
./agent-teams/README.md
./agent-teams/creating-managing-teams.md
./agent-teams/delegation-and-handoff.md
./agent-teams/task-board.md
./agent-teams/team-messaging.md
./agent-teams/what-are-teams.md
./agents/context-files.md
./agents/creating-agents.md
./agents/editing-personality.md
./agents/open-vs-predefined.md
./agents/sharing-and-access.md
./agents/summoning-bootstrap.md
./agents/system-prompt-anatomy.md
./agents/user-overrides.md
./archive/00-architecture-overview.md
./archive/01-agent-loop.md
./archive/02-providers.md
./archive/03-tools-system.md
./archive/04-gateway-protocol.md
./archive/05-channels-messaging.md
./archive/06-store-data-model.md
./archive/07-bootstrap-skills-memory.md
./archive/08-scheduling-cron-heartbeat.md
./archive/09-security.md
./archive/10-tracing-observability.md
./archive/11-web-dashboard.md
./archive/api-reference.md
./archive/getting-started.md
./archive/websocket-protocol.md
./channels/INDEX.md
./channels/browser-pairing.md
./channels/discord.md
./channels/facebook.md
./channels/feishu.md
./channels/larksuite.md
./channels/overview.md
./channels/pancake.md
./channels/slack.md
./channels/telegram.md
./channels/websocket.md
./channels/whatsapp.md
./channels/zalo-oa.md
./channels/zalo-personal.md
./core-concepts/agents-explained.md
./core-concepts/how-goclaw-works.md
./core-concepts/memory-system.md
./core-concepts/multi-tenancy.md
./core-concepts/sessions-and-history.md
./core-concepts/tools-overview.md
./css/styles.css
./deployment/database-setup.md
./deployment/docker-compose.md
./deployment/observability.md
./deployment/production-checklist.md
./deployment/security-hardening.md
./deployment/tailscale.md
./deployment/upgrading.md
./getting-started/configuration.md
./getting-started/installation.md
./getting-started/migrating-from-openclaw.md
./getting-started/quick-start.md
./getting-started/web-dashboard-tour.md
./getting-started/what-is-goclaw.md
./index.html
./js/docs-app.js
./package.json
./providers/acp.md
./providers/anthropic.md
./providers/bailian.md
./providers/claude-cli.md
./providers/codex-chatgpt.md
./providers/cohere.md
./providers/custom-provider.md
./providers/dashscope.md
./providers/deepseek.md
./providers/gemini.md
./providers/groq.md
./providers/minimax.md
./providers/mistral.md
./providers/novita.md
./providers/ollama-cloud.md
./providers/ollama.md
./providers/openai.md
./providers/openrouter.md
./providers/overview.md
./providers/perplexity.md
./providers/suno.md
./providers/xai.md
./providers/yescale.md
./providers/zai.md
./recipes/code-review-agent.md
./recipes/customer-support.md
./recipes/multi-channel-setup.md
./recipes/personal-assistant.md
./recipes/team-chatbot.md
./reference/api-endpoints-catalog.md
./reference/cli-commands.md
./reference/config-reference.md
./reference/database-schema.md
./reference/environment-variables.md
./reference/glossary.md
./reference/rest-api.md
./reference/websocket-protocol.md
./robots.txt
./scripts/audit-docs.sh
./scripts/build-api-catalog.js
./showcases/gallery.md
./troubleshooting/agent-teams.md
./troubleshooting/channels.md
./troubleshooting/common-issues.md
./troubleshooting/database.md
./troubleshooting/mcp.md
./troubleshooting/providers.md
./troubleshooting/websocket.md
./wrangler.toml
1 change: 1 addition & 0 deletions build-llms.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const LANGUAGES = [
{ base: ROOT, out: path.join(ROOT, 'llms-full.txt'), header: '# GoClaw — Complete Documentation', tagline: '> GoClaw is a multi-agent AI gateway written in Go. It connects LLMs to tools, channels, and data via WebSocket RPC and OpenAI-compatible HTTP API.' },
{ base: path.join(ROOT, 'vi'), out: path.join(ROOT, 'vi', 'llms-full.txt'), header: '# GoClaw — Tài liệu đầy đủ (Tiếng Việt)', tagline: '> GoClaw là AI agent gateway đa tenant viết bằng Go. Kết nối LLM với tool, kênh, và dữ liệu qua WebSocket RPC và HTTP API tương thích OpenAI.' },
{ base: path.join(ROOT, 'zh'), out: path.join(ROOT, 'zh', 'llms-full.txt'), header: '# GoClaw — 完整文档(简体中文)', tagline: '> GoClaw 是用 Go 编写的多 agent AI gateway。通过 WebSocket RPC 和 OpenAI 兼容 HTTP API,将 LLM 连接到工具、渠道和数据。' },
{ base: path.join(ROOT, 'ru'), out: path.join(ROOT, 'ru', 'llms-full.txt'), header: '# GoClaw — Полная документация (Русский)', tagline: '> GoClaw — это многоагентный AI-шлюз на языке Go. Он объединяет LLM с инструментами, каналами и данными через WebSocket RPC и OpenAI-совместимый HTTP API.' },
];

for (const lang of LANGUAGES) {
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<button class="lang-btn active" data-lang-btn="en" aria-pressed="true">EN</button>
<button class="lang-btn" data-lang-btn="vi" aria-pressed="false">VI</button>
<button class="lang-btn" data-lang-btn="zh" aria-pressed="false">ZH</button>
<button class="lang-btn" data-lang-btn="ru" aria-pressed="false">RU</button>
</div>
<a href="https://goclaw.sh" class="nav-link" target="_blank" rel="noopener">Home</a>
<div class="copy-ai-dropdown">
Expand Down
Loading