From a5971e4dcf7f7e6e17fb9fa06372347dbeef7e8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E6=9D=B0?= Date: Thu, 5 Mar 2026 21:35:38 +0800 Subject: [PATCH 1/4] docs: update README with macOS python3 tips --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2d7fe089..12006f26 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ PaperBot is an end-to-end research assistant that automates the paper discovery ### Install ```bash +# Use python3 for macOS/Linux python -m venv .venv && source .venv/bin/activate pip install -e . ``` @@ -136,6 +137,7 @@ PAPERBOT_NOTIFY_EMAIL_TO=recipient@example.com alembic upgrade head # API server +# Use python3 for macOS/Linux python -m uvicorn src.paperbot.api.main:app --reload --port 8000 # Web dashboard (separate terminal) From 93eeb061d6ad36568c121d3a219c0fca09522ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E6=9D=B0?= Date: Thu, 5 Mar 2026 21:59:47 +0800 Subject: [PATCH 2/4] docs: update README with more badges --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12006f26..97f2efcb 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,24 @@ AI-powered research workflow: paper discovery → LLM analysis → scholar track

- CI - Roadmap - License: MIT + + CI + + + Roadmap + + + License: MIT + + Downloads +

+ +

+ Version 0.1.0 Python 3.10+ Next.js 16 + Tauri 2 + Platform Support

From 28452dcb724c9f157c42fdadd8b7aba154e12cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E6=9D=B0?= Date: Thu, 5 Mar 2026 22:04:49 +0800 Subject: [PATCH 3/4] docs: update README with deleting extra badges --- README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 97f2efcb..7f3778f0 100644 --- a/README.md +++ b/README.md @@ -8,23 +8,20 @@ AI-powered research workflow: paper discovery → LLM analysis → scholar track

- CI + CI - Roadmap + Roadmap - - License: MIT - - Downloads + Version 0.1.0 + License

- Version 0.1.0 - Python 3.10+ - Next.js 16 - Tauri 2 - Platform Support + Python + Next.js + Platform + Downloads

From fddf2c27b5b91b119ef835c2fbb38472250ee55f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E6=9D=B0?= Date: Sat, 7 Mar 2026 12:56:22 +0800 Subject: [PATCH 4/4] docs: update README with new god name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f3778f0..b6db247c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -

PaperBot

+

Oh, God! My idea comes true.

AI-powered research workflow: paper discovery → LLM analysis → scholar tracking → Paper2Code → multi-agent studio @@ -36,7 +36,7 @@ AI-powered research workflow: paper discovery → LLM analysis → scholar track ## About -PaperBot is an end-to-end research assistant that automates the paper discovery → analysis → reproduction pipeline. It combines multi-source search, LLM-powered evaluation, scholar tracking, and code generation into a unified workflow with Web, CLI, and API interfaces. +"Oh, God! My idea comes true." is an end-to-end research assistant that automates the paper discovery → analysis → reproduction pipeline. It combines multi-source search, LLM-powered evaluation, scholar tracking, and code generation into a unified workflow with Web, CLI, and API interfaces. **Backend** Python + FastAPI (SSE streaming) · **Frontend** Next.js + Ink CLI · **Sources** arXiv / Semantic Scholar / OpenAlex / HuggingFace Daily Papers / papers.cool