PixivNovelCrawler/ ├── app.py # Streamlit GUI 主入口 ├── config.yaml # 全局配置文件 ├── auth.py # Cookie 认证 + 代理 + 自适应限流 ...
midscene-python/ ├── midscene/ # Core framework │ ├── core/ # Core framework │ │ ├── agent/ # Agent system │ │ ├── insight/ # AI inference engine │ │ ├── ai_model/ # AI model integration │ │ ├── yaml ...