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 (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
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
Junyan Qin
b1244a4d4e
perf: move label file to data dir
2025-01-02 10:51:09 +08:00
RockChinQ
302d86056d
refactor: 所有的 json 加载统一到启动阶段中
2024-03-16 15:41:59 +08:00
RockChinQ
ed3c0d9014
feat: qq-botpy 适配器对 member 和 group 的 openid 进行静态缓存
2024-03-14 16:00:22 +08:00
RockChinQ
c853bba4ba
refactor: 配置文件均改为json
2024-02-06 21:26:03 +08:00
RockChinQ
8d084427d2
refactor: 请求处理控制流基础架构
2024-01-26 15:51:49 +08:00