Skip to content

Mtrya/paper-scout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper Scout

A living collection of paper-conditioned research reports. Paper Scout is an agent-native workflow that scouts recent papers (default source: Hugging Face), filters hard, investigates the most promising or interesting ones deeply, and delivers a fresh Feishu report for each run. The record accumulates here as runs happen.

There is no code to build and nothing to install. The repository is the instance. What it ships is prompts — instruction files and skills that are easy to read and tune.

How a Run Works

  1. scout.sh starts the reading agent from workspace/ with a date-stamped prompt.txt.
  2. The agent reads workspace/AGENTS.md (its contract) and loads skills from workspace/.agents/skills/ as needed: scout the recent pool, filter aggressively, deep-dive a small handful, compose the report, deliver a fresh Feishu doc.
  3. The analysis is saved under workspace/runs/ and the run is logged to workspace/runs/INDEX.md. The delivered report is archived to reports/.

Layout

  • prompt.txt — the run trigger
  • scout.sh — launches a run
  • workspace/AGENTS.md — the reading agent's contract (your interests, cadence, Feishu destination)
  • workspace/.agents/skills/ — the scouting, deep-dive, and Feishu-doc skills
  • workspace/runs/ — deep-dive notes and INDEX.md (the readable record)
  • reports/ — delivered reports archived as DocxXML, one per run
  • AGENTS.md — contract for coding agents maintaining this repo

workspace/papers/ is the tracked paper-text cache. workspace/runs/ holds durable research packets. workspace/{repos,drafts,assets}/ hold scratch run data and are gitignored.

Make It Your Own

Want your own tracker? Clone this, then tell your agent something like: "read this repo and configure a paper tracker for me in the same spirit, tailored to my interests." The agent edits workspace/AGENTS.md (interests, exclusions, cadence, Feishu destination) and tunes the skills as needed. No setup script required — it's all prompts.