copilot-swe-agent[bot]
cab573f3e2
Add package structure and resource path utilities
...
- Created langbot/ package with __init__.py and __main__.py entry point
- Added paths utility to find frontend and resource files from package installation
- Updated config loading to use resource paths
- Updated frontend serving to use resource paths
- Added MANIFEST.in for package data inclusion
- Updated pyproject.toml with build system and entry points
Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com >
2025-11-07 13:58:18 +00:00
Junyan Qin
12de0343b4
chore: remove legacy plugin files
2025-11-07 18:21:09 +08:00
Junyan Qin
6a7e88ffd6
perf: minor fixes
2025-09-13 17:59:10 +08:00
Junyan Qin
4d0a39eb65
chore: switch comments to en
2025-07-10 11:01:16 +08:00
Junyan Qin
a9f4dc517a
perf: remove -q params in plugin deps precheking
2025-05-15 10:24:53 +08:00
Junyan Qin
055b389353
style: restrict line-length
2025-05-10 18:04:58 +08:00
Junyan Qin
b30016ed08
fix: args bugs of chatcmpl
2025-05-10 18:02:05 +08:00
Junyan Qin
247b41bdb2
Merge branch 'master' into version/4.0
2025-05-10 17:47:14 +08:00
Junyan Qin (Chin)
209f16af76
style: introduce ruff as linter and formatter ( #1356 )
...
* style: remove necessary imports
* style: fix F841
* style: fix F401
* style: fix F811
* style: fix E402
* style: fix E721
* style: fix E722
* style: fix E722
* style: fix F541
* style: ruff format
* style: all passed
* style: add ruff in deps
* style: more ignores in ruff.toml
* style: add pre-commit
2025-04-29 17:24:07 +08:00
BaiCai
5672bdb406
fix: bugs in bootstrap
...
* 修复bug:UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 1487: illegal multibyte sequence
方法:指定编码。pipeline_config = json.load(open('templates/default-pipeline-config.json', encoding='utf-8'))
* Create 1
* Delete plugins /1
* 修复:FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'plugins'
* 优化插件依赖检查逻辑,移除创建plugins目录的代码
2025-04-28 13:55:09 +08:00
Junyan Qin
8caa6e86a1
feat: default pipeline
2025-04-16 13:40:59 +08:00
Junyan Qin
2fdb53efc9
fix: /user/check-token api not work
2025-04-14 13:52:47 +08:00
Junyan Qin
9e9825a125
perf: print on startup
2025-04-13 22:52:34 +08:00
Junyan Qin
d012c1e33d
perf: ensure plugin deps on startup ( #858 )
2025-04-13 22:51:21 +08:00
Junyan Qin (Chin)
c8f331675c
refactor: remove legacy config files ( #1294 )
2025-04-13 21:58:36 +08:00
Junyan Qin
e5bcb1d179
chore: delete legacy plugin settings file
2025-04-12 21:20:43 +08:00
Junyan Qin
5347094466
chore: remove llm-models and prompt related files
2025-04-03 18:20:00 +08:00
Guanchao Wang
0e00da6617
Merge pull request #1270 from RockChinQ/fix/telegram-markdown
...
fix: markdown and image problems in tg
2025-04-02 12:33:15 +08:00
Junyan Qin
2c50ab0255
feat: pipeline model crud
2025-03-26 23:19:57 +08:00
Junyan Qin
a89a20a374
feat: update persistence models
2025-03-25 21:37:19 +08:00
Junyan Qin
40275c3ef1
feat: add supports for loading mcp server as LLM tools provider
2025-03-19 12:08:47 +08:00
Junyan Qin
572182180c
deps: add certifi
2025-03-17 23:53:29 +08:00
Junyan Qin
b2d1c82196
stash
2025-02-14 00:10:21 +08:00
Junyan Qin (Chin)
300dbd076f
Merge branch 'master' into feat/dingtalk
2025-02-14 00:01:03 +08:00
Junyan Qin
ddf52524a8
chore: migrations
2025-02-13 20:03:06 +08:00
Civic_Crab
9e718a2e8a
新增dashscope依赖
2025-02-09 06:39:39 +08:00
Junyan Qin (Chin)
19c6b2fc32
Merge branch 'master' into bugfix-branch
2025-02-04 20:39:52 +08:00
Junyan Qin
852254eaef
feat: add gewechat adapter
2025-02-04 19:37:40 +08:00
wangcham
43ea64befa
fix: add support for webhook qq official
2025-02-04 06:35:51 -05:00
Junyan Qin
21f16ecd68
feat: discord adapter
2025-02-02 12:18:18 +08:00
Junyan Qin
ea254d57d2
feat: lark adapter
2025-01-29 23:31:40 +08:00
Junyan Qin
74a8f9c9e2
fix: deps Crypto not checked
2025-01-27 21:33:10 +08:00
Junyan Qin
b1244a4d4e
perf: move label file to data dir
2025-01-02 10:51:09 +08:00
Junyan Qin
753066ccb9
fix: webui 访问提示在Windows上的编码问题
2024-11-19 19:33:58 +08:00
Junyan Qin
20e3edba8f
feat: 用户账户系统
2024-11-17 19:11:44 +08:00
Junyan Qin
bb219889e5
feat: 消息平台热重载
2024-11-16 12:40:57 +08:00
Junyan Qin
0fe161cd7f
pref: 优化日志显示
2024-11-10 11:04:29 +08:00
Junyan Qin
709b86b724
refactor: 使插件更新过程全异步
2024-11-03 22:27:31 +08:00
Junyan Qin
c151665419
feat: 添加任务管理模块
2024-10-22 18:09:18 +08:00
Junyan Qin
d52f9b9543
feat(settings): json 编辑器
2024-10-15 14:23:56 +08:00
Junyan Qin
1fbc92bc6d
perf: 首页展示版本信息
2024-10-14 21:18:36 +08:00
RockChinQ
7c3557e943
feat: 持久化和 web 接口基础架构
2024-10-11 22:27:53 +08:00
RockChinQ
3469515e04
feat: 删除代码中对 mirai 的引用
2024-09-26 13:01:45 +08:00
RockChinQ
dc625647eb
fix: ollama 依赖检查
2024-07-28 22:47:19 +08:00
RockChinQ
f81808d239
perf: 添加JSON配置文件语法检查 ( #796 )
2024-05-29 21:11:21 +08:00
RockChinQ
91e23b8c11
perf: 为图片base64函数添加lru
2024-05-16 20:52:17 +08:00
RockChinQ
37ef1c9fab
feat: 删除oss相关代码
2024-05-16 20:32:30 +08:00
RockChinQ
d5b5d667a5
feat: 模型视觉多模态支持
2024-05-15 21:40:18 +08:00
RockChinQ
fc9a9d2386
fix: 缺失的 psutil 依赖
2024-04-02 22:33:06 +08:00
RockChinQ
52a7c25540
feat: 异步风格插件方法注册器
2024-03-20 15:09:47 +08:00