Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 3 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,51 +169,10 @@ python main.py review --title "..." --abstract "..."

## Architecture

```
┌─────────────────────────────────────────────────────────────────┐
│ Clients: Web (Next.js) · CLI (Ink) · ARQ Cron · Push │
└────────────────────────────┬────────────────────────────────────┘
┌─────────────────── FastAPI Gateway (SSE) ───────────────────────┐
│ /search /daily /analyze /track /review /gen-code /chat │
└────────────────────────────┬────────────────────────────────────┘
┌─ Application ────────────────────────────────────────────────────┐
│ Workflows: TopicSearch · DailyPaper · ScholarPipeline · P2C │
│ Services: LLMService · PaperSearch · EnrichmentPipeline │
│ Analysis: Judge · TrendAnalyzer · Summarizer · Reviewer │
└────────────────────────────┬─────────────────────────────────────┘
┌─ Domain ─────────────────────────────────────────────────────────┐
│ Paper · Scholar · Track · Feedback · Enrichment · Identity │
└────────────────────────────┬─────────────────────────────────────┘
┌─ Infrastructure ─────────────────────────────────────────────────┐
│ Adapters: arXiv / S2 / OpenAlex / papers.cool / HF Daily │
│ Stores: SQLAlchemy (38 tables) · Alembic · ARQ (Redis) │
│ LLM: ModelRouter (OpenAI / Anthropic / OpenRouter / Ollama)│
│ Sandbox: Docker / E2B │
└──────────────────────────────────────────────────────────────────┘
```

> Full editable diagrams: [Excalidraw](asset/architecture.excalidraw) · [draw.io](asset/architecture.drawio)

<details>
<summary>Data pipeline</summary>
<!-- TODO: 待重绘高清架构图 -->
![Architecture](asset/arc.png)

Copilot AI Mar 4, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README references asset/arc.png as the architecture image (![Architecture](asset/arc.png)), but this file does not appear in the diff — there is no arc.png added to the asset/ directory. The PR description explicitly states "Verify arc.png architecture image displays" as a checklist item, suggesting this file should have been committed. If arc.png is missing from the repository, the architecture section in the README will show a broken image on GitHub.

Copilot uses AI. Check for mistakes.

```
┌── papers.cool
├── arXiv API
Input Queries ──→ ├── HF Daily Papers → Normalize → Dedup → Score
├── OpenAlex / S2 │
└── (PaperSearchPort) ┌── DailyPaper Report
├── LLM Enrichment
──→ ├── LLM-as-Judge (SSE)
├── Push (Email/Slack/...)
└── Web UI
```

</details>
> Editable source: [Excalidraw](asset/architecture.excalidraw) · [draw.io](asset/architecture.drawio)

## Module Status

Expand Down
Binary file added asset/arc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading