QuantClaw
a C++ implementation of OpenClaw, designed for extremely performance and memory efficiency. site: https://quantclaw.github.io
File Explorer
Download Latest Version (.zip)- 0_bug_report.yml
- 1_feature_request.yml
- 2_question.yml
- 3_proposal.yml
- 4_discussion.yml
- ci-hardening.yml
- clean-cache.yml
- codeql-analysis.yml
- deploy-website.yml
- docker-publish.yml
- github-actions.yml
- nightly-hardening.yml
- release-drafter.yml
- release-hardening.yml
- release.yml
- copilot-instructions.md
- dependabot.yml
- pull_request_template.md
- release-drafter.yml
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- quantclaw-logo-black-0307.png
- quantclaw-logo-transparent-0307.png
- quantclaw-logo-transparent.png
- quantclaw-logo-universe-0307.png
- quantclaw-logo-white-0307.png
- quantclaw-logo.png
- github_copilot_auth.hpp
- openai_codex_auth.hpp
- provider_auth.hpp
- adapter_manager.hpp
- channel_base.hpp
- channel_policy.hpp
- agent_commands.hpp
- cli_manager.hpp
- commands.hpp
- gateway_commands.hpp
- mcp_commands.hpp
- model_auth_commands.hpp
- onboard_commands.hpp
- session_commands.hpp
- defer.hpp
- noncopyable.hpp
- parse_util.hpp
- string_util.hpp
- try.hpp
- agent_loop.hpp
- content_block.hpp
- context_engine.hpp
- context_pruner.hpp
- cron_scheduler.hpp
- default_context_engine.hpp
- memory_manager.hpp
- memory_search.hpp
- message_commands.hpp
- mmr_reranker.hpp
- multi_stage_compaction.hpp
- prompt_builder.hpp
- session_compaction.hpp
- signal_handler.hpp
- skill_loader.hpp
- subagent.hpp
- temporal_decay.hpp
- usage_accumulator.hpp
- vector_index.hpp
- command_queue.hpp
- daemon_manager.hpp
- gateway_client.hpp
- gateway_server.hpp
- protocol.hpp
- mcp_client.hpp
- mcp_server.hpp
- mcp_tool_manager.hpp
- quantclaw_mcp_tools.hpp
- ipc.hpp
- process.hpp
- service.hpp
- hook_manager.hpp
- plugin_manifest.hpp
- plugin_registry.hpp
- plugin_system.hpp
- sidecar_manager.hpp
- anthropic_provider.hpp
- cooldown_tracker.hpp
- curl_raii.hpp
- embedding_provider.hpp
- failover_resolver.hpp
- github_copilot_provider.hpp
- llm_provider.hpp
- openai_codex_provider.hpp
- openai_provider.hpp
- provider_error.hpp
- provider_registry.hpp
- stream_normalization.hpp
- exec_approval.hpp
- rate_limiter.hpp
- rbac.hpp
- sandbox.hpp
- tool_permissions.hpp
- session_maintenance.hpp
- session_manager.hpp
- browser_tool.hpp
- tool_chain.hpp
- tool_registry.hpp
- api_routes.hpp
- web_server.hpp
- builtin_skills.hpp
- config.hpp
- constants.hpp
- package-lock.json
- package.json
- ws-concurrent.js
- ws-rpc.js
- .dockerignore
- build.sh
- build_ui.sh
- docker-compose.yml
- DOCKER_VERSION
- Dockerfile
- Dockerfile.dev
- Dockerfile.test
- env.example.txt
- format-code-docker.sh
- format-code.sh
- gateway-manual.bat
- gateway-setup-windows.ps1
- install.sh
- README-WINDOWS-GATEWAY.md
- README.md
- release.sh
- hook-dispatcher.ts
- index.ts
- plugin-api-shim.ts
- plugin-loader.ts
- plugin-runtime-shim.ts
- plugin-sdk-shim.ts
- rpc-server.ts
- tool-executor.ts
- types.ts
- hook-dispatcher.test.ts
- plugin-loader.test.ts
- rpc-methods.test.ts
- rpc-server.test.ts
- package-lock.json
- package.json
- tsconfig.json
- base.test.ts
- base.ts
- discord.ts
- feishu.ts
- package-lock.json
- package.json
- qq.ts
- telegram.ts
- tsconfig.json
- github_copilot_auth.cpp
- openai_codex_auth.cpp
- provider_auth.cpp
- adapter_manager.cpp
- channel_policy.cpp
- agent_commands.cpp
- cli_manager.cpp
- commands.cpp
- gateway_commands.cpp
- model_auth_commands.cpp
- onboard_commands.cpp
- session_commands.cpp
- agent_loop.cpp
- config.cpp
- context_pruner.cpp
- cron_scheduler.cpp
- default_context_engine.cpp
- memory_manager.cpp
- memory_search.cpp
- message_commands.cpp
- mmr_reranker.cpp
- multi_stage_compaction.cpp
- prompt_builder.cpp
- session_compaction.cpp
- signal_handler.cpp
- skill_loader.cpp
- subagent.cpp
- temporal_decay.cpp
- usage_accumulator.cpp
- vector_index.cpp
- command_queue.cpp
- daemon_manager.cpp
- gateway_client.cpp
- gateway_server.cpp
- rpc_handlers.cpp
- mcp_client.cpp
- mcp_server.cpp
- mcp_tool_manager.cpp
- ipc_tcp.cpp
- process_unix.cpp
- process_win32.cpp
- service_unix.cpp
- service_win32.cpp
- hook_manager.cpp
- plugin_manifest.cpp
- plugin_registry.cpp
- plugin_system.cpp
- sidecar_manager.cpp
- anthropic_provider.cpp
- cooldown_tracker.cpp
- curl_raii.cpp
- failover_resolver.cpp
- github_copilot_provider.cpp
- openai_codex_provider.cpp
- openai_provider.cpp
- provider_error.cpp
- provider_registry.cpp
- stream_normalization.cpp
- exec_approval.cpp
- rate_limiter.cpp
- rbac.cpp
- sandbox.cpp
- tool_permissions.cpp
- session_maintenance.cpp
- session_manager.cpp
- browser_tool.cpp
- tool_chain.cpp
- tool_registry.cpp
- api_routes.cpp
- web_server.cpp
- main.cpp
- SOUL.md
- e2e_test.sh
- smoke_test.sh
- test-cli.sh
- test-install-script.sh
- test-onboard.sh
- test_advanced_features.cpp
- test_agent_commands.cpp
- test_agent_loop.cpp
- test_anthropic_provider.cpp
- test_api_routes.cpp
- test_browser_tool.cpp
- test_builtin_skills.cpp
- test_channel_policy.cpp
- test_cli_commands.cpp
- test_command_queue.cpp
- test_common_utils.cpp
- test_config.cpp
- test_context_engine.cpp
- test_context_management.cpp
- test_daemon_manager.cpp
- test_e2e.cpp
- test_exec_approval.cpp
- test_failover.cpp
- test_gateway.cpp
- test_github_copilot_auth.cpp
- test_github_copilot_provider.cpp
- test_helpers.hpp
- test_hybrid_memory_search.cpp
- test_mcp_client.cpp
- test_mcp_integration.cpp
- test_mcp_server.cpp
- test_mcp_tool_manager.cpp
- test_memory_manager.cpp
- test_message_commands.cpp
- test_model_auth_commands.cpp
- test_multi_stage_compaction.cpp
- test_openai_codex_auth.cpp
- test_openai_codex_provider.cpp
- test_openai_provider.cpp
- test_p1_features.cpp
- test_parse_util.cpp
- test_platform.cpp
- test_plugin_system.cpp
- test_prompt_builder.cpp
- test_protocol.cpp
- test_provider_registry.cpp
- test_rate_limiter.cpp
- test_rbac.cpp
- test_rpc_handlers.cpp
- test_security_sandbox.cpp
- test_session_compaction.cpp
- test_session_maintenance.cpp
- test_session_manager.cpp
- test_skill_loader.cpp
- test_string_util.cpp
- test_subagent.cpp
- test_tool_chain.cpp
- test_tool_permissions.cpp
- test_tool_registry.cpp
- test_web_server.cpp
- apple-touch-icon.png
- favicon-32.png
- favicon.ico
- favicon.svg
- quantclaw-logo.png
- tool-catalog.node.test.ts
- tool-catalog.ts
- tool-display-common.node.test.ts
- tool-display-common.ts
- tool-policy-shared.ts
- strip-inbound-meta.node.test.ts
- strip-inbound-meta.ts
- client-info.ts
- connect-error-details.node.test.ts
- connect-error-details.ts
- control-ui-contract.ts
- device-auth.node.test.ts
- device-auth.ts
- events.node.test.ts
- events.ts
- lit-controller.ts
- translate.ts
- types.ts
- en.ts
- pt-BR.ts
- zh-CN.ts
- zh-TW.ts
- translate.test.ts
- index.ts
- format-duration.node.test.ts
- format-duration.ts
- format-relative.ts
- update-startup.ts
- session-key-utils.test.ts
- session-key-utils.ts
- code-regions.ts
- reasoning-tags.ts
- chat-envelope.ts
- device-auth.node.test.ts
- device-auth.ts
- usage-aggregates.ts
- grouped.css
- layout.css
- sidebar.css
- text.css
- tool-cards.css
- base.css
- chat.css
- components.css
- config.css
- layout.css
- layout.mobile.css
- config-form-renderer-flags-unsupported-unions-1.png
- config-form-renderer-renders-inputs-and-patches-values-1.png
- config-form-renderer-renders-union-literals-as-select-options-1.png
- control-UI-routing-auto-scrolls-chat-history-to-the-latest-message-1.png
- constants.ts
- copy-as-markdown.ts
- grouped-render.ts
- message-extract.test.ts
- message-extract.ts
- message-normalizer.test.ts
- message-normalizer.ts
- tool-cards.ts
- tool-helpers.test.ts
- tool-helpers.ts
- resizable-divider.ts
- form-coerce.ts
- form-utils.node.test.ts
- form-utils.ts
- agent-files.ts
- agent-identity.ts
- agent-skills.ts
- agents.test.ts
- agents.ts
- assistant-identity.ts
- channels.ts
- channels.types.ts
- chat.test.ts
- chat.ts
- config.test.ts
- config.ts
- control-ui-bootstrap.test.ts
- control-ui-bootstrap.ts
- cron.test.ts
- cron.ts
- debug.ts
- devices.ts
- exec-approval.ts
- exec-approvals.ts
- logs.ts
- nodes.ts
- presence.ts
- sessions.test.ts
- sessions.ts
- skills.ts
- usage.node.test.ts
- usage.ts
- moonshot-kimi-k2.ts
- app-mount.ts
- chat-types.ts
- usageStyles-part1.ts
- usageStyles-part2.ts
- usageStyles-part3.ts
- agents-panels-status-files.ts
- agents-panels-tools-skills.browser.test.ts
- agents-panels-tools-skills.ts
- agents-utils.ts
- agents.ts
- channels.config.ts
- channels.discord.ts
- channels.googlechat.ts
- channels.imessage.ts
- channels.nostr-profile-form.ts
- channels.nostr.ts
- channels.shared.ts
- channels.signal.ts
- channels.slack.ts
- channels.telegram.ts
- channels.ts
- channels.types.ts
- channels.whatsapp.ts
- chat.test.ts
- chat.ts
- config-form.analyze.ts
- config-form.node.ts
- config-form.render.ts
- config-form.search.node.test.ts
- config-form.shared.ts
- config-form.ts
- config-search.node.test.ts
- config-search.ts
- config.browser.test.ts
- config.ts
- cron.test.ts
- cron.ts
- debug.ts
- exec-approval.ts
- gateway-url-confirmation.ts
- instances.ts
- logs.ts
- markdown-sidebar.ts
- nodes-exec-approvals.ts
- nodes.ts
- overview-hints.ts
- overview.node.test.ts
- overview.ts
- sessions.test.ts
- sessions.ts
- skills-grouping.ts
- skills-shared.ts
- skills.ts
- usage-metrics.ts
- usage-query.ts
- usage-render-details.test.ts
- usage-render-details.ts
- usage-render-overview.ts
- usage.ts
- usageStyles.ts
- usageTypes.ts
- app-channels.ts
- app-chat.ts
- app-defaults.ts
- app-events.ts
- app-gateway.node.test.ts
- app-gateway.ts
- app-lifecycle.node.test.ts
- app-lifecycle.ts
- app-polling.ts
- app-render-usage-tab.ts
- app-render.helpers.node.test.ts
- app-render.helpers.ts
- app-render.ts
- app-scroll.test.ts
- app-scroll.ts
- app-settings.test.ts
- app-settings.ts
- app-tool-stream.node.test.ts
- app-tool-stream.ts
- app-view-state.ts
- app.ts
- assistant-identity.ts
- chat-event-reload.test.ts
- chat-event-reload.ts
- chat-markdown.browser.test.ts
- config-form.browser.test.ts
- device-auth.ts
- device-identity.ts
- focus-mode.browser.test.ts
- format.node.test.ts
- format.test.ts
- format.ts
- gateway-events.ts
- gateway.ts
- icons.ts
- markdown.test.ts
- markdown.ts
- navigation.browser.test.ts
- navigation.test.ts
- navigation.ts
- presenter.ts
- storage.ts
- text-direction.test.ts
- text-direction.ts
- theme-transition.ts
- theme.ts
- tool-display.json
- tool-display.ts
- types.ts
- ui-types.ts
- usage-helpers.node.test.ts
- usage-helpers.ts
- usage-types.ts
- uuid.test.ts
- uuid.ts
- css.d.ts
- main.ts
- styles.css
- index.html
- package-lock.json
- package.json
- tsconfig.json
- vite.config.ts
- vitest.config.ts
- vitest.node.config.ts
- custom.css
- index.ts
- config.ts
- architecture.md
- building.md
- cli-reference.md
- configuration.md
- contributing.md
- documentation.md
- features.md
- getting-started.md
- installation.md
- plugins.md
- favicon.ico
- FAVICON_INSTRUCTIONS.md
- logo-dark.png
- logo-light.png
- logo.png
- logo.svg
- architecture.md
- building.md
- cli-reference.md
- configuration.md
- contributing.md
- documentation.md
- features.md
- getting-started.md
- installation.md
- plugins.md
- index.md
- .gitignore
- .nojekyll
- index.md
- package-lock.json
- package.json
- README.md
- .clang-format
- .clang-tidy
- .coderabbit.yaml
- .dockerignore
- .gitattributes
- .gitignore
- CMakeLists.txt
- CMakePresets.json
- config.example.json
- LICENSE
- README.md
- README_CN.md
- vcpkg.json
// repository documentation
Was this content helpful?
(0 ratings)
