Add qq-ai-bot compose example#137
Open
happysnaker wants to merge 1 commit into
Open
Conversation
Author
|
Small maintainer note: I proposed this example because it gives self-hosters a runnable messaging-native AI stack instead of only another browser chat UI. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a
qq-ai-botDocker Compose example under Large Language Models & AI.This example packages a runnable NapCat + qq-ai-bot stack so self-hosters can validate a full QQ -> OneBot 11 -> ACP agent flow on one machine, instead of only deploying another browser chat UI.
Included files:
examples/qq-ai-bot/docker-compose.ymlexamples/qq-ai-bot/.envexamples/qq-ai-bot/napcat.onebot11.reverse-ws.jsonexamples/qq-ai-bot/README.mdThe example uses the public
ghcr.io/happysnaker/qq-ai-bot:latestimage and keeps the built-in mock ACP agent enabled by default, so users can verify reverse WebSocket wiring, persistent sessions, progress streaming, and basic bot commands before swapping in a real ACP-compatible local agent.Notes
${DOCKER_VOLUME_STORAGE}bind mounts6099andqq-ai-bothealth/status endpoints on18080docker compose configpasses for this exampleDisclosure: I am the author of
qq-ai-bot.