Skip to content

docs: rewrite README for manus-gui (bilingual)#6

Merged
ckenkuo merged 1 commit into
feature/rag-experiencefrom
docs/readme-manus-gui
Jun 30, 2026
Merged

docs: rewrite README for manus-gui (bilingual)#6
ckenkuo merged 1 commit into
feature/rag-experiencefrom
docs/readme-manus-gui

Conversation

@ckenkuo

@ckenkuo ckenkuo commented Jun 30, 2026

Copy link
Copy Markdown
Owner

Summary

Replaces the inherited OpenManus README with a manus-gui-specific one. Documents the two derivative features and removes upstream marketing content (demo video, star history, sponsors, community group).

Changes

  • Single bilingual file — Chinese first, then English; project logo removed
  • Vision-grounded gui_action + anti-scraping takeover — pixel-coordinate fallback when DOM-index fails (dpr scaling, remove-highlights-before-screenshot, deadlock guards, select_date), and CDP takeover of a real logged-in Chrome ([browser].cdp_url) to bypass login walls / bot detection; max_steps 20→40 + --max-steps
  • RAG experience library — distill successful runs → hybrid retrieval (Faiss IndexFlatIP + BM25/jieba, RRF fusion, min_score gate) → few-shot injection in Manus.run(); interactive [y/N] save in main.py; human-readable experience/recipes.jsonl; cleanly optional via [experience].enabled
  • Config examples aligned with config/config.example.toml; faiss-cpu/rank-bm25/jieba deps noted
  • "Where the changes live" file map + link to docs/rag-experience-verification.md
  • MIT attribution and upstream OpenManus citation kept
  • Removed upstream language READMEs (README_zh/ja/ko.md)

Test plan

  • Docs-only change; no code touched
  • Verify rendered Markdown anchors (中文 | English) and relative file links resolve on GitHub

Replace the inherited OpenManus README with a manus-gui-specific one that documents the two derivative features and removes upstream marketing content.

- Single bilingual file (Chinese first, then English); remove project logo
- Document vision-grounded gui_action + CDP browser takeover for anti-scraping
- Document RAG experience library (distill -> Faiss + BM25/jieba -> RRF -> min_score gate -> few-shot injection; interactive save; cleanly optional)
- Align config examples with config/config.example.toml ([llm.gui], [browser].cdp_url, [experience]) and note faiss-cpu/rank-bm25/jieba deps
- Add 'where the changes live' file map and verification-guide link
- Keep MIT attribution and upstream OpenManus citation
- Remove upstream language READMEs (README_zh/ja/ko.md)
@ckenkuo
ckenkuo merged commit 5735522 into feature/rag-experience Jun 30, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant