Soulter
|
7740e1e131
|
ci: add ci stage of code format checking (#2750)
* style: ruff format
* ci(dashboard-ci): ensure GitHub Release action only runs on push events
* ci(code-format): ruff format and ruff check
|
2025-09-14 18:05:58 +08:00 |
|
Soulter
|
64bcbc9fc0
|
refactor: 重构 SharedPreference 类并采用数据库存储替换 json 存储 (#2482)
|
2025-08-18 19:12:26 +08:00 |
|
Soulter
|
b2e39b9701
|
fix: 修复迁移对话时的一些问题
|
2025-08-17 23:44:08 +08:00 |
|
Soulter
|
e95ad4049b
|
feat: 添加 WebUI 迁移助手以及相关迁移方法 (#2477)
|
2025-08-17 23:24:30 +08:00 |
|
Soulter
|
b1e3018b6b
|
Improve: 引入全新的人格管理模式以及重构函数工具管理器 (#2305)
* feat: add persona management
* refactor: 重构函数工具管理器,引入 ToolSet,并让 Persona 支持绑定 Tools
* feat: 更新 Persona 工具选择逻辑,支持全选和指定工具的切换
* feat: 更新 BaseDatabase 中的 persona 方法返回类型,支持返回 None
|
2025-08-04 00:56:26 +08:00 |
|
Soulter
|
842c3c8ea9
|
Refactor: using sqlmodel(sqlchemy+pydantic) as ORM framework and switch to async-based sqlite operation (#2294)
* stage
* stage
* refactor: using sqlchemy as ORM framework, switch to async-based sqlite operation
- using sqlmodel as ORM(based on sqlchemy and pydantic)
- add Persona, Preference, PlatformMessageHistory table
* fix: conversation
* fix: remove redundant explicit session.commit, and fix some type error
* fix: conversation context issue
* chore: remove comments
* chore: remove exclude_content param
|
2025-08-02 15:44:00 +08:00 |
|