Releases: RipeMangoBox/BITE
Release list
BITE v0.6
BITE v0.6
BITE v0.6 将项目从可复用的 evidence vault 进一步推进为更紧凑、可审计的论文分析与研究决策工作流。
核心更新
- 正式分析链升级:整合 MinerU 解析/复用、chunk 级证据锚点抽取、主分析 JSON、四段式结构化写作、核心图表筛选、vault 导出与确定性校验。
- 笔记结构收敛:默认正文调整为
概要、核心方法与创新机理、实验与关键发现、定位与知识库关联,减少重复内容和非核心图表。 - 质量状态细化:主流程更新为
Wait → Downloaded → analysised → checked。analysised表示结构与导出校验通过,checked表示后续内容质量复核通过。 - 批量工作流增强:批量 runner、结果合并、异常恢复、索引和检索入口统一适配新的质量状态与恢复语义。
- 公开边界整理:工具链、skills 和公开文档与本地 vault 数据分离,公开仓不包含个人研究数据和私有运行产物。
PaperBite 公开资产
PaperBite-Assets 已从原先以 ICLR 2026 为主的近 1,000 篇,扩展至 2024–2026 年的 CVPR、ICCV、ECCV、ICLR、NeurIPS、SIGGRAPH 等顶会:
- 2,821 篇经过复核的结构化论文笔记
- 16,594 个对应图表资产
- 筛选版
paper_list.csv - Markdown 与 assets 独立
tar.zst压缩包及完整校验报告
资产地址:PaperBite-Assets
快速开始
git clone https://github.com/RipeMangoBox/BITE.git
cd BITE
conda env create -f environment/environment.yml
conda activate biteResearchFlow.V0.1.1
ResearchFlow V0.1.1 is the first archived open-source release of the project.
ResearchFlow is a local research knowledge base plus AI research assistant. It is designed to turn papers, analysis notes, and ideas into reusable research memory shared by Claude Code, Codex CLI, and other AI agents.
This release serves as the V0.1.1 archive baseline before the next-stage evolution of ResearchFlow toward a stronger evidence layer for automated research and a future ResearchWiki workflow.
What is included
- local research knowledge base structure centered on
paperAnalysis/,paperPDFs/,paperCollection/, andpaperIDEAs/ - shared skill library under
.claude/skills - bilingual documentation (
README.mdandREADME_CN.md) - helper scripts for collection, download, analysis, maintenance, and Codex compatibility setup
- example knowledge base content for a motion-generation research direction
V0.1.1 changes
- added
paperIDEAs/README.mdto document the downstream output layer - unified Chinese documentation naming from
*_ZNto*_CN - removed
.codex/from tracked repository state and kept it as local generated compatibility state - cleaned up repository docs to better match the current ResearchFlow structure
- refreshed
scripts/README.mdto remove legacyResearchWYwording - fix: added missing
STATE_CONVENTION.mdwith complete state definitions (analysis_mismatch,too_large) - fix: updated README.md and README_CN.md to reference full state flow and
STATE_CONVENTION.md
Notes
.claude/skillsis the single maintained source of truth.codex/should be generated locally withpython3 scripts/setup_shared_skills.py- Obsidian is optional and not required for the core workflow
- this release is intended as an archive version rather than a polished final product
Attached archive
ResearchFlow.V0.1.1.zipResearchFlow.V0.1.1.zip.sha256
SHA256:
3f4039be606df987eebea1369873312cb553ba30d98fc7793f9939bbf93e8081
Release commit:
69d3130— fix: complete STATE_CONVENTION.md with analysis_mismatch and too_large states