Skip to content
Merged
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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Study Agent

<p>
<a href="https://github.com/2002yy/-study-agent/actions/workflows/ci.yml"><img src="https://github.com/2002yy/-study-agent/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
<img src="https://img.shields.io/badge/python-3.12-blue" alt="Python 3.12">
</p>

AI 学习搭子系统 —— 联网搜索 + 角色群聊 + 课后总结。

## 功能
Expand Down Expand Up @@ -190,6 +195,7 @@ streamlit run app.py
- **v0.7.2** — 代码质量全面收口:修复 4 个 Bug、性能优化(缓存/YAML/diff)、架构改善(常量去重/模块拆分)、Streamlit fragment 反模式修复、关键路径错误处理增强。
- **v0.7.3** — 服务层拆分与工程化收口:Wechat news round 下沉到 `src/wechat_service.py`、session flush 批量提交、GitHub Actions CI、架构级测试、LLM client 参数扩展、YAML runtime state 真源化。详见 `changelog/README_v0_7_3.md`。
- **v0.7.4** — 工程体验收口:自动化版本 bump 工具、LLM 配置文档化(`.env.example` 5 个 provider)、NewsRoundResult 结果对象化(覆盖率/警告/耗时)、UI 来源可信度展示。详见 `changelog/README_v0_7_4.md`。
- **v0.7.5** — 文档同步收口 + 代码清理:版本信息同步 10 个文件、死代码清理(chat_stream / 重复函数)、YAML 同步 mtime canary 优化、重复逻辑合并。详见 `changelog/README_v0_7_5.md`。
- **v0.7.6** — 规划中。

完整 Release 及下载见 [Releases](https://github.com/2002yy/-study-agent/releases)。
Expand Down
Loading