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
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,12 @@ Study Agent 的定位很明确:**一个运行在你本地的、有长期记忆

## Demo

> 截图待补充。运行 `streamlit run app.py` 后即可看到实际界面。

| 界面 | 说明 |
| 界面 | 截图 |
|------|------|
| 主聊天 | 单人 AI 对话,支持 flash/pro 模型切换 |
| 微信群聊 | 四位角色群聊,自动生成开场/互动回复 |
| 联网搜索 | 多源新闻聚合(Google News + Bing + RSSHub)+ 正文提取 |
| 课后总结 | 学习完成后自动总结,确认后写入长期记忆 |
| 首页 — 状态看板、当前重点、版本信息 | ![home](assets/screenshots/home.png) |
| 微信群聊 — 三位角色群内讨论 | ![group-chat](assets/screenshots/group-chat.png) |
| 联网搜索 — 多源新闻聚合与来源追溯 | ![news-search](assets/screenshots/news-search.png) |
| 记忆候选 — 课后更新预览与确认写入 | ![memory-capture](assets/screenshots/memory-capture.png) |

---

Expand Down Expand Up @@ -76,6 +74,8 @@ Study Agent 的定位很明确:**一个运行在你本地的、有长期记忆

## 架构

![architecture](assets/screenshots/arch.png)

```
streamlit run app.py
Expand Down
Binary file added assets/screenshots/arch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/group-chat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/memory-capture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/news-search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading