feat(nanobot): add README and docker-compose configuration for multi-channel AI assistant

feat(openclaw): introduce OpenClaw personal AI assistant with multi-channel support and CLI

fix(mineru): update MinerU version to 2.7.6 in Dockerfile and documentation
This commit is contained in:
Sun-ZhenXing
2026-02-07 13:34:36 +08:00
parent 28ed2462af
commit d53dffca83
14 changed files with 874 additions and 110 deletions

View File

@@ -19,7 +19,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
# Install mineru latest
RUN python3 -m pip install -U 'mineru[core]>=2.7.3' --break-system-packages && \
RUN python3 -m pip install -U 'mineru[core]>=2.7.6' --break-system-packages && \
python3 -m pip cache purge
# Download models and update the configuration file