Copilot
|
42421d171e
|
feat: Add webhook push functionality for bot message events (#1768)
* Initial plan
* Backend: Add webhook persistence model, service, API endpoints and message push functionality
Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com>
* Frontend: Rename API Keys to API Integration, add webhook management UI with tabs
Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com>
* Fix frontend linting issues and formatting
Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com>
* chore: perf ui in api integration dialog
* perf: webhook data pack structure
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com>
Co-authored-by: Junyan Qin <rockchinq@gmail.com>
|
2025-11-10 22:41:25 +08:00 |
|
Copilot
|
a076ce5756
|
feat: Add API key authentication system for external service access (#1757)
* Initial plan
* feat: Add API key authentication system backend
Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com>
* feat: Add API key management UI in frontend sidebar
Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com>
* fix: Correct import paths in API controller groups
Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com>
* fix: Address code review feedback - add i18n and validation
Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com>
* refactor: Enable API key auth on existing endpoints instead of creating separate service API
- Added USER_TOKEN_OR_API_KEY auth type that accepts both authentication methods
- Removed separate /api/service/v1/models endpoints
- Updated existing endpoints (models, bots, pipelines) to accept API keys
- External services can now use API keys to access all existing LangBot APIs
- Updated documentation to reflect unified API approach
Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com>
* docs: Add OpenAPI specification for API key authenticated endpoints
Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com>
* chore: rename openapi spec
* perf: ui and i18n
* fix: ui bug
* chore: tidy docs
* chore: fix linter errors
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com>
Co-authored-by: Junyan Qin <rockchinq@gmail.com>
|
2025-11-07 14:08:11 +08:00 |
|
Junyan Qin
|
4c0917556f
|
refactor(mcp): bridge controller and db operation with service layer
|
2025-11-02 13:05:55 +08:00 |
|
Junyan Qin
|
64764c412b
|
Merge branch 'rc/new-plugin' into refactor/new-plugin-system
|
2025-08-24 21:40:02 +08:00 |
|
Junyan Qin (Chin)
|
bb672d8f46
|
Merge branch 'master' into feat/rag
|
2025-07-18 00:45:24 +08:00 |
|
Junyan Qin
|
f5b893cfe0
|
feat: kill runtime process when exit in stdio mode
|
2025-07-16 22:43:39 +08:00 |
|
Junyan Qin
|
2f2db4d445
|
feat(rag): make embedding and retrieving available
|
2025-07-16 21:17:18 +08:00 |
|
Junyan Qin
|
f731115805
|
chore: stash
|
2025-07-16 11:31:55 +08:00 |
|
Junyan Qin
|
67bc065ccd
|
chore: stash
|
2025-07-15 22:09:10 +08:00 |
|
Junyan Qin
|
75c3ddde19
|
perf: definitions
|
2025-07-10 16:45:59 +08:00 |
|
Junyan Qin
|
4d0a39eb65
|
chore: switch comments to en
|
2025-07-10 11:01:16 +08:00 |
|
WangCham
|
34fe8b324d
|
feat: add functions
|
2025-07-05 18:58:16 +08:00 |
|
WangCham
|
4bcc06c955
|
kb
|
2025-07-05 18:58:16 +08:00 |
|
devin-ai-integration[bot]
|
c81d5a1a49
|
feat: add embeddings model management (#1461)
* feat: add embeddings model management backend support
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* feat: add embeddings model management frontend support
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* chore: revert HttpClient URL to production setting
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* refactor: integrate embeddings models into models page with tabs
Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com>
* perf: move files
* perf: remove `s`
* feat: allow requester to declare supported types in manifest
* feat(embedding): delete dimension and encoding format
* feat: add extra_args for embedding moels
* perf: i18n ref
* fix: linter err
* fix: lint err
* fix: linter err
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Junyan Qin <Chin> <rockchinq@gmail.com>
|
2025-07-05 18:57:23 +08:00 |
|
Junyan Qin
|
6b782f8761
|
feat: switch Query to langbot-plugin definition
|
2025-06-30 21:47:40 +08:00 |
|
Junyan Qin
|
c5eeab2fd0
|
feat: listing plugins
|
2025-06-30 21:43:43 +08:00 |
|
Junyan Qin
|
2d06f1cadb
|
feat: connector for plugin runtime
|
2025-06-30 21:43:43 +08:00 |
|
Junyan Qin (Chin)
|
f1e9f46af1
|
feat: event log of bots (#1441)
* feat: basic arch of event log
* feat: complete event log framework
* fix: bad struct in bot log api
* feat: add event logging to all platform adapters
Co-Authored-By: wangcham233@gmail.com <651122857@qq.com>
* feat: add event logging to client classes
Co-Authored-By: wangcham233@gmail.com <651122857@qq.com>
* refactor: bot log getting api
* perf: logger for aiocqhttp and gewechat
* fix: add ignored logger in dingtalk
* fix: seq id bug in log getting
* feat: add logger in dingtalk,QQ official,Slack, wxoa
* feat: add logger for wecom
* feat: add logger for wecomcs
* perf(event logger): image processing
* 完成机器人日志的前端部分 (#1479)
* feat: webui bot log framework done
* feat: bot log complete
* perf(bot-log): style
* chore: fix incompleted i18n
* feat: support message session copy
* fix: filter and badge text
* perf: styles
* feat: add bot toggle switch in bot card
* fix: linter errors
---------
Co-authored-by: Junyan Qin <rockchinq@gmail.com>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: wangcham233@gmail.com <651122857@qq.com>
Co-authored-by: HYana <65863826+KaedeSAMA@users.noreply.github.com>
|
2025-05-27 22:36:50 +08:00 |
|
Junyan Qin
|
e5b2da225c
|
perf: no longer get host ip
|
2025-05-21 19:42:04 +08:00 |
|
Junyan Qin
|
347da6142e
|
perf: multi language
|
2025-05-15 10:40:36 +08:00 |
|
Junyan Qin
|
66050febb6
|
chore: v3 config migration script
|
2025-05-10 20:43:19 +08:00 |
|
Junyan Qin
|
055b389353
|
style: restrict line-length
|
2025-05-10 18:04:58 +08:00 |
|
Junyan Qin
|
425681ea09
|
feat: remove telemetry
|
2025-05-10 16:17:01 +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
|
23321ce8e6
|
ci: adapt for current webui
|
2025-04-28 21:59:37 +08:00 |
|
Junyan Qin (Chin)
|
4417b61fd1
|
feat: read mcp servers from config.yaml (#1320)
|
2025-04-20 15:01:54 +08:00 |
|
Junyan Qin (Chin)
|
c8f331675c
|
refactor: remove legacy config files (#1294)
|
2025-04-13 21:58:36 +08:00 |
|
Junyan Qin
|
b64e1c609f
|
refactor: remove adapter-qq-botpy.json metadata
|
2025-04-12 22:19:18 +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
|
fb18278bdc
|
refactor: move prompt mgm to pipeline
|
2025-04-03 17:06:01 +08:00 |
|
Junyan Qin
|
9f15ab5000
|
feat: preliminarily implement pipeline invoking
|
2025-03-29 17:50:45 +08:00 |
|
Junyan Qin
|
7cd03b0243
|
feat: bind pipeline with runtime manager
|
2025-03-28 15:55:03 +08:00 |
|
Junyan Qin
|
5be17c55d2
|
feat: crud of platform/bots
|
2025-03-27 01:20:00 +08:00 |
|
Junyan Qin
|
2c50ab0255
|
feat: pipeline model crud
|
2025-03-26 23:19:57 +08:00 |
|
Junyan Qin
|
c1f4de425a
|
refactor: move entities
|
2025-03-25 21:37:18 +08:00 |
|
Junyan Qin
|
5640dc332d
|
feat(mcp): available for provider reloading
|
2025-03-19 12:41:04 +08:00 |
|
wang149876
|
6c2843e7c1
|
精简为直接复制给llm_models_meta
|
2025-02-25 16:52:00 +08:00 |
|
wang149876
|
7a4905d943
|
让llm重载可以直接获取本地最新的llm_models.json里面的内容
|
2025-02-25 12:56:00 +08:00 |
|
Junyan Qin
|
d92ee23764
|
feat: discover engine & manifests for platform adapters
|
2025-02-22 14:49:05 +08:00 |
|
Junyan Qin
|
97bb24c5b9
|
feat: supports for provider reloading
|
2025-01-04 23:07:10 +08:00 |
|
Junyan Qin
|
535c4a8a11
|
fix: anthropic sdk删除proxies导致无法启动 (#962, #960)
|
2024-12-23 21:35:16 +08:00 |
|
Junyan Qin
|
83e80f324e
|
perf: webui 文件存在性检查
|
2024-11-17 20:43:40 +08:00 |
|
Junyan Qin
|
20e3edba8f
|
feat: 用户账户系统
|
2024-11-17 19:11:44 +08:00 |
|
Junyan Qin
|
ca3999d251
|
feat: 插件文件更改热重载
|
2024-11-16 16:45:13 +08:00 |
|
Junyan Qin
|
658eb278c4
|
refactor: 重构部分插件管理逻辑
|
2024-11-16 16:13:02 +08:00 |
|
Junyan Qin
|
bb219889e5
|
feat: 消息平台热重载
|
2024-11-16 12:40:57 +08:00 |
|
Junyan Qin
|
3239c9ec3f
|
feat: 彻底移除 yirimirai
|
2024-11-15 20:03:49 +08:00 |
|
Junyan Qin
|
6d2a4c038d
|
feat: 完成异步任务跟踪架构基础
|
2024-11-01 22:41:26 +08:00 |
|
Junyan Qin
|
c151665419
|
feat: 添加任务管理模块
|
2024-10-22 18:09:18 +08:00 |
|