feat: add linuxdo-reader channel#525
Open
kadaliao wants to merge 4 commits into
Open
Conversation
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
kadaliao
marked this pull request as ready for review
July 23, 2026 14:47
Contributor
Author
|
@Panniantong 大佬瞅瞅啊 |
Co-authored-by: multica-agent <github@multica.ai>
kadaliao
force-pushed
the
LIA-37-linuxdo-reader-channel
branch
from
July 25, 2026 16:58
cf8cd41 to
643d858
Compare
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
linuxdochannel with exactlinux.dohostname routing and reallinuxdo-reader -hhealth probinglinuxdo-readerv0.3.1 in an isolated Python 3.11+uv tool, then run Chromium installation through that exact tool environment's Playwright executableagent-reach install --channels=linuxdorepair commandcrawl -> digest,hydrate -> topic, cached-search, untrusted-input, and fetch-completeness contractsValidation
PYTHONPATH=. pytest tests/ -v(209 passed)ruff check agent_reach/channels/linuxdo.py tests/test_cli.py tests/test_linuxdo_channel.pyruff check agent_reach/cli.py --select E,F --ignore E501,F541,E741git diff --checkuv tool install 'git+https://github.com/kadaliao/linuxdo-reader.git@v0.3.1' --with playwright --forcelinuxdo-reader -hlinuxdo-reader crawl -hlinuxdo-reader hydrate -hThe smoke resolved v0.3.1 to commit
27c2da20b6891873535b51f598dff71d4fe64163, installedlinuxdo-reader==0.3.1, and confirmed the installed distribution contains its MITLICENSE. It did not download Chromium or access Linux.do.Risk
The previous license blocker is resolved: pinned
linuxdo-readerv0.3.1 includes a standard MITLICENSE, SPDXMITpackage metadata, and the MIT license classifier. The integration remains optional and pinned; it does not import upstream Python internals or add MCP reading tools.Real Chromium download/browser launch and real Linux.do crawling remain intentionally unverified in this PR validation to avoid a large browser download and external site access.