shaohuzhang1
|
d2560c664c
|
fix: Simple application full-text search cannot retrieve data (#3606)
|
2025-07-15 16:26:53 +08:00 |
|
shaohuzhang1
|
55985a2460
|
fix: Simple application dialogue not handled as published (#3598)
|
2025-07-15 12:13:22 +08:00 |
|
wxg0103
|
bd1f75a4ae
|
refactor: streamline SQL queries in list_application.sql, list_application_user.sql, and list_application_user_ee.sql
|
2025-07-15 09:49:21 +08:00 |
|
CaptainB
|
67859e9873
|
feat: add ChatUser, UserGroup, and authorization models to initial migration
|
2025-07-14 19:54:18 +08:00 |
|
wxg0103
|
b3698b30ca
|
feat: add authentication fields to ApplicationAccessToken and update related serializers
|
2025-07-14 18:02:32 +08:00 |
|
zhangzhanwei
|
0356dfed1f
|
feat: Operation log
|
2025-07-14 17:41:18 +08:00 |
|
shaohuzhang1
|
074375478d
|
fix: The conversation user is not authorized to use (#3581)
|
2025-07-14 16:13:53 +08:00 |
|
CaptainB
|
ea56fd6212
|
feat: add db_index to various fields for improved query performance
|
2025-07-14 11:54:19 +08:00 |
|
CaptainB
|
1ac7fc4669
|
refactor: Update user foreign key constraints and add new fields across multiple models
sync2gitee / repo-sync (push) Waiting to run
|
2025-07-14 10:52:08 +08:00 |
|
shaohuzhang1
|
34842e4ae4
|
feat: application chat api (#3574)
|
2025-07-12 17:54:37 +08:00 |
|
wxg0103
|
2d734d0aaa
|
refactor: enhance chat record processing and update translations for user-related fields
|
2025-07-12 10:30:47 +08:00 |
|
wxg0103
|
1374ed4171
|
refactor: update chat record processing to include chat count updates
|
2025-07-12 09:50:57 +08:00 |
|
shaohuzhang1
|
1a2a02b808
|
fix: Importing an application that references tools from the tool store will create tools from the tool store in the new workspace (#3568)
|
2025-07-11 22:13:54 +08:00 |
|
shaohuzhang1
|
d8c35fffd7
|
fix: The limit on the number of conversations in the application is invalid (#3567)
|
2025-07-11 22:02:42 +08:00 |
|
shaohuzhang1
|
592ae54e82
|
fix: Application import (#3566)
|
2025-07-11 21:45:08 +08:00 |
|
CaptainB
|
bf1062ff04
|
fix: improve error handling in valid_reference_value function
|
2025-07-11 18:00:47 +08:00 |
|
CaptainB
|
7ec7984b9f
|
fix: handle JSON parsing for string values in reference fields
|
2025-07-11 17:44:20 +08:00 |
|
wxg0103
|
2783d7dcde
|
refactor: add 'show_exec' field to application access token response
|
2025-07-11 15:13:11 +08:00 |
|
CaptainB
|
cdd146dc58
|
feat: add negative prompt handling in image generation
--bug=1058523 --user=刘瑞斌 【应用】图片生成节点的执行详情中没有显示负向提示词 https://www.tapd.cn/62980211/s/1729010
|
2025-07-11 15:11:18 +08:00 |
|
wxg0103
|
99d94abe85
|
refactor: improve image URL handling and clean up unused code in base_image_generate_node.py and tti.py
|
2025-07-11 14:44:04 +08:00 |
|
CaptainB
|
12feaac958
|
feat: add check for inactive tool libraries
--bug=1058425 --user=刘瑞斌 【工具】应用中引用的工具被禁用后,对话时依然可以调用工具 https://www.tapd.cn/62980211/s/1728140
|
2025-07-10 17:01:17 +08:00 |
|
wxg0103
|
79537cade9
|
refactor: update user field in application and knowledge models to allow null values and set null on delete
|
2025-07-10 14:49:44 +08:00 |
|
CaptainB
|
9534247713
|
fix: extract content from image meta before uploading file
|
2025-07-10 13:57:28 +08:00 |
|
CaptainB
|
ed5cc3a0fa
|
fix: update file handling in base_document_extract_node.py to use image metadata
--bug=1058385 --user=刘瑞斌 【应用】文档内容提取节点提取文档失败 https://www.tapd.cn/62980211/s/1727581
|
2025-07-10 13:04:48 +08:00 |
|
shaohuzhang1
|
3b33078555
|
fix: Workflow knowledge base retrieval node recall error (#3539)
|
2025-07-09 21:46:44 +08:00 |
|
shaohuzhang1
|
3450ef78a4
|
fix: Application import and export (#3538)
|
2025-07-09 21:34:41 +08:00 |
|
wxg0103
|
16088975fa
|
refactor: enhance text-to-speech processing by splitting content into chunks and merging audio segments
|
2025-07-09 18:08:41 +08:00 |
|
shaohuzhang1
|
c4293c34d1
|
fix: ai chat node mcp (#3531)
|
2025-07-09 16:14:44 +08:00 |
|
shaohuzhang1
|
693ed6004a
|
fix: MCP node execution failed (#3528)
|
2025-07-09 14:59:55 +08:00 |
|
CaptainB
|
4da75ac3e0
|
refactor: replace FunctionExecutor with ToolExecutor in base_tool_lib_node and base_tool_node
|
2025-07-09 12:48:19 +08:00 |
|
shaohuzhang1
|
7ff65aef76
|
fix: Application import and export (#3525)
|
2025-07-09 12:35:49 +08:00 |
|
shaohuzhang1
|
ec2ddedf93
|
fix: The sub application cannot use the current node (#3523)
|
2025-07-09 10:46:57 +08:00 |
|
shaohuzhang1
|
cff1f6c80b
|
fix: The sub application cannot have a conversation (#3522)
|
2025-07-09 10:36:59 +08:00 |
|
shaohuzhang1
|
49d40bb480
|
fix: Application access restrictions (#3519)
|
2025-07-08 21:01:32 +08:00 |
|
shaohuzhang1
|
6866ff03b3
|
fix: Tools cannot be called in the workflow (#3516)
|
2025-07-08 20:14:33 +08:00 |
|
shaohuzhang1
|
31147c0f6e
|
fix: AI conversation file upload image cannot be loaded (#3512)
|
2025-07-08 17:30:32 +08:00 |
|
shaohuzhang1
|
fce2f50a01
|
fix: Apply MCP node acquisition tool (#3510)
|
2025-07-08 17:02:02 +08:00 |
|
shaohuzhang1
|
f8249cd601
|
fix: The number of conversations has not been updated (#3509)
|
2025-07-08 16:35:54 +08:00 |
|
wxg0103
|
5ba00faf82
|
refactor: remove unnecessary tobytes() calls when retrieving file content
--bug=1058211 --user=王孝刚 【应用】高级编排-应用对话,图片理解、语音转文本模型执行报错 https://www.tapd.cn/62980211/s/1725144
|
2025-07-08 10:47:14 +08:00 |
|
shaohuzhang1
|
7f7704042e
|
feat: PDF Preview (#3502)
sync2gitee / repo-sync (push) Waiting to run
|
2025-07-07 22:58:23 +08:00 |
|
shaohuzhang1
|
b52c972ac0
|
feat: Dialogue displays knowledge sources (#3501)
|
2025-07-07 21:42:17 +08:00 |
|
shaohuzhang1
|
6effb8f0fb
|
feat: Application chat (#3494)
|
2025-07-07 16:08:37 +08:00 |
|
shaohuzhang1
|
e7a30903ba
|
feat: application upload file (#3487)
sync2gitee / repo-sync (push) Waiting to run
|
2025-07-04 19:52:45 +08:00 |
|
wxg0103
|
ce1884ec60
|
refactor: add application_id and workspace_id fields to chat record serializer
|
2025-07-04 18:17:26 +08:00 |
|
shaohuzhang1
|
628e7cdfed
|
feat: application node (#3480)
|
2025-07-04 12:08:24 +08:00 |
|
shaohuzhang1
|
e21d53b746
|
feat: Simple application version (#3479)
|
2025-07-04 11:42:31 +08:00 |
|
wxg0103
|
ba3a2153e0
|
refactor: simplify data handling in ApplicationChatRecordAddKnowledgeSerializer
|
2025-07-04 10:13:40 +08:00 |
|
CaptainB
|
08695cea0c
|
refactor: update query parameter handling in workspace retrieval
|
2025-07-03 20:05:30 +08:00 |
|
wxg0103
|
1d35700d2a
|
refactor: enhance model retrieval logic and update optional parameters
|
2025-07-03 17:28:19 +08:00 |
|
shaohuzhang1
|
df49c5ba5c
|
fix: Automatic authorization for resource creation (#3464)
|
2025-07-03 14:46:55 +08:00 |
|
CaptainB
|
1639d4b31c
|
feat: enhance file upload with source_id and source_type metadata
|
2025-07-03 11:58:43 +08:00 |
|
CaptainB
|
aa901c7fc7
|
fix: update file URL paths to use relative references
|
2025-07-02 22:45:11 +08:00 |
|
shaohuzhang1
|
da0be4b0ce
|
fix: URL 404 (#3460)
|
2025-07-02 21:49:55 +08:00 |
|
shaohuzhang1
|
9166528504
|
feat: File URL adaptation (#3459)
|
2025-07-02 21:02:45 +08:00 |
|
zhangzhanwei
|
f01bf625ef
|
feat: System common user permission to knowledge application tool model by resource authorization
|
2025-07-02 19:07:42 +08:00 |
|
shaohuzhang1
|
ef15d819cf
|
fix: Related knowledge base (#3456)
|
2025-07-02 16:54:22 +08:00 |
|
CaptainB
|
da0d633121
|
refactor: update user option label to use nick_name and fetch member list on mount
|
2025-07-02 16:51:35 +08:00 |
|
wxg0103
|
5dc51836ef
|
refactor: chat
|
2025-07-01 11:14:28 +08:00 |
|
shaohuzhang1
|
56932b3afd
|
fix: Debugging dialogue error (#3440)
|
2025-07-01 10:15:01 +08:00 |
|
shaohuzhang1
|
05f4eb532e
|
fix: search knowledge (#3439)
|
2025-06-30 21:47:54 +08:00 |
|
shaohuzhang1
|
219ea75244
|
feat: Knowledge base search based on authorized users (#3438)
|
2025-06-30 20:58:30 +08:00 |
|
shaohuzhang1
|
d8a9c9ccdd
|
feat: Application text to speech and speech to text functions (#3433)
|
2025-06-30 18:03:11 +08:00 |
|
shaohuzhang1
|
276378a9ae
|
feat: application workflow (#3415)
|
2025-06-27 17:35:01 +08:00 |
|
wxg0103
|
8f70bacc02
|
refactor: sql
|
2025-06-27 14:40:22 +08:00 |
|
wxg0103
|
c5c06254b7
|
feat: role setting
|
2025-06-27 14:29:44 +08:00 |
|
shaohuzhang1
|
c95a49c972
|
fix: application related knowledge (#3407)
sync2gitee / repo-sync (push) Waiting to run
|
2025-06-26 22:38:32 +08:00 |
|
shaohuzhang1
|
3447da58bd
|
fix: application related knowledge (#3406)
|
2025-06-26 22:31:12 +08:00 |
|
CaptainB
|
a73e0b10f9
|
refactor: replace logging with maxkb_logger for consistent logging across modules
|
2025-06-25 17:00:18 +08:00 |
|
shaohuzhang1
|
4a90127a92
|
fix: Application workspace restrictions (#3385)
|
2025-06-25 16:56:10 +08:00 |
|
CaptainB
|
fe8f87834d
|
refactor: replace logging with maxkb_logger for consistent logging across modules
|
2025-06-25 16:46:50 +08:00 |
|
CaptainB
|
3aa0847506
|
refactor: replace print statements with logging for improved error tracking
|
2025-06-25 16:18:19 +08:00 |
|
CaptainB
|
8f62257fee
|
chore: improve URL formatting and readability in urls.py
|
2025-06-25 14:51:47 +08:00 |
|
CaptainB
|
83e9a8ce98
|
feat: add folder_id support in knowledge and tool modules
|
2025-06-25 12:17:06 +08:00 |
|
CaptainB
|
758f424000
|
fix: replace get_byte() with get_bytes() for consistency in file handling
|
2025-06-25 10:54:36 +08:00 |
|
shaohuzhang1
|
fc6b087d75
|
fix: User delete resource delete policy (#3376)
|
2025-06-24 18:46:20 +08:00 |
|
shaohuzhang1
|
31c92fb492
|
fix: Application user delete policy (#3375)
|
2025-06-24 17:56:20 +08:00 |
|
shaohuzhang1
|
e98ecf4c2f
|
fix: application knowledge list (#3368)
|
2025-06-24 15:11:08 +08:00 |
|
shaohuzhang1
|
6dfcc5e54d
|
fix: application knowledge list (#3367)
|
2025-06-24 15:01:43 +08:00 |
|
shaohuzhang1
|
af6f88a616
|
fix: application knowledge list (#3365)
|
2025-06-24 13:45:36 +08:00 |
|
shaohuzhang1
|
869812d87b
|
fix: application list (#3359)
sync2gitee / repo-sync (push) Waiting to run
|
2025-06-24 10:29:37 +08:00 |
|
shaohuzhang1
|
dca48d1388
|
feat: Chat vote (#3355)
|
2025-06-23 20:19:32 +08:00 |
|
shaohuzhang1
|
b971a2c15f
|
fix: knowledge list (#3348)
|
2025-06-23 16:54:48 +08:00 |
|
shaohuzhang1
|
a00860528a
|
fix: application query (#3344)
|
2025-06-23 12:09:44 +08:00 |
|
CaptainB
|
3e9c3c0602
|
feat: update UUID generation to use uuid7 for improved uniqueness across models
|
2025-06-23 11:19:20 +08:00 |
|
shaohuzhang1
|
06e910b630
|
feat: application publish (#3342)
|
2025-06-23 10:35:21 +08:00 |
|
CaptainB
|
b496a2b2c5
|
feat: update migration files and add new models for application settings and chat functionality
|
2025-06-23 10:25:45 +08:00 |
|
CaptainB
|
c598a1586e
|
fix: specify application.id in permission query
|
2025-06-21 12:48:30 +08:00 |
|
shaohuzhang1
|
145e96594f
|
fix: Complete application permissions (#3338)
|
2025-06-20 22:31:41 +08:00 |
|
shaohuzhang1
|
e02d417af9
|
feat: application assess (#3312)
|
2025-06-19 17:25:46 +08:00 |
|
shaohuzhang1
|
598b72fd12
|
fix: chat bugs (#3308)
|
2025-06-19 14:53:24 +08:00 |
|
CaptainB
|
b9304f0fda
|
refactor: improve SQL queries to include user nicknames and enhance readability
|
2025-06-18 18:15:16 +08:00 |
|
zhangzhanwei
|
4eb594598c
|
feat: Permission update
|
2025-06-18 15:10:01 +08:00 |
|
CaptainB
|
3c39c508cf
|
fix: set paragraph positions based on maximum existing position
|
2025-06-17 14:21:11 +08:00 |
|
wxg0103
|
f773792424
|
refactor: log add workspace_id
|
2025-06-16 16:31:28 +08:00 |
|
CaptainB
|
cbcad3cc83
|
fix: update default folder reference from 'root' to 'default' in multiple models
sync2gitee / repo-sync (push) Waiting to run
|
2025-06-16 11:42:28 +08:00 |
|
shaohuzhang1
|
9558e4053d
|
feat chat ui (#3253)
|
2025-06-13 16:17:02 +08:00 |
|
shaohuzhang1
|
466175fb19
|
perf: workflow chat (#3247)
|
2025-06-13 12:01:08 +08:00 |
|
shaohuzhang1
|
bf630b9d07
|
feat: workflow application debug chat (#3245)
|
2025-06-12 21:10:10 +08:00 |
|
shaohuzhang1
|
c7e30bb098
|
feat: simple application debug chat (#3244)
|
2025-06-12 20:07:31 +08:00 |
|
CaptainB
|
a3e2e8b548
|
fix: change workspace_id field type from UUIDField to CharField in serializers
|
2025-06-12 17:47:41 +08:00 |
|
shaohuzhang1
|
e5e993986c
|
feat: application chat debug (#3241)
|
2025-06-12 15:21:59 +08:00 |
|
CaptainB
|
31838f8099
|
fix: update embedding_mode_id to embedding_model_id across multiple files
|
2025-06-12 15:12:26 +08:00 |
|
CaptainB
|
64d5217dc9
|
fix: update folder_id retrieval to use workspace_id from localStorage
|
2025-06-12 14:29:00 +08:00 |
|
shaohuzhang1
|
59d78679b0
|
feat: application add workspace manage role (#3235)
sync2gitee / repo-sync (push) Waiting to run
|
2025-06-11 15:21:01 +08:00 |
|
CaptainB
|
c758059fe4
|
feat: add migration to insert default data for ToolFolder and KnowledgeFolder
|
2025-06-11 15:07:38 +08:00 |
|
shaohuzhang1
|
f5baae4117
|
fix: application page (#3233)
|
2025-06-11 12:21:13 +08:00 |
|
shaohuzhang1
|
e0bfe0cd73
|
fix: Modify openAPI description (#3231)
sync2gitee / repo-sync (push) Waiting to run
|
2025-06-10 21:03:50 +08:00 |
|
shaohuzhang1
|
87ab2178bf
|
feat: application chat log (#3230)
|
2025-06-10 20:35:20 +08:00 |
|
wxg0103
|
e6e3acdfea
|
refactor: log add workspace_id
sync2gitee / repo-sync (push) Waiting to run
|
2025-06-10 14:50:25 +08:00 |
|
shaohuzhang1
|
6a0a57e785
|
feat: application stats (#3225)
|
2025-06-09 21:08:04 +08:00 |
|
shaohuzhang1
|
e8886d5c65
|
feat: application api key (#3224)
|
2025-06-09 20:25:58 +08:00 |
|
shaohuzhang1
|
5da47a140d
|
feat: Access restrictions (#3222)
|
2025-06-09 18:40:56 +08:00 |
|
shaohuzhang1
|
3807cf1960
|
feat: application chat (#3213)
|
2025-06-09 16:18:43 +08:00 |
|
shaohuzhang1
|
7d898d870c
|
feat: add application migrations (#3208)
sync2gitee / repo-sync (push) Waiting to run
|
2025-06-06 22:59:00 +08:00 |
|
shaohuzhang1
|
165de1ad73
|
feat: chat authentication (#3206)
|
2025-06-06 22:28:21 +08:00 |
|
wxg0103
|
c3c6a551ae
|
refactor: application add chat_background
|
2025-06-06 18:26:51 +08:00 |
|
wxg0103
|
66d4b6c81a
|
refactor: application add show_exec
|
2025-06-06 17:17:52 +08:00 |
|
wxg0103
|
8ab4456ec3
|
refactor: permission
|
2025-06-06 17:05:25 +08:00 |
|
wxg0103
|
93833849c1
|
refactor: file to oss
sync2gitee / repo-sync (push) Waiting to run
|
2025-06-06 11:42:31 +08:00 |
|
zhangzhanwei
|
e63572b89b
|
feat: System operate log
|
2025-06-05 14:12:14 +08:00 |
|
shaohuzhang1
|
1641039fd2
|
feat: application version (#3194)
|
2025-06-04 20:14:52 +08:00 |
|
shaohuzhang1
|
bc03deabfc
|
feat: Resources authorization (#3183)
|
2025-06-04 13:05:39 +08:00 |
|
shaohuzhang1
|
43654bddaf
|
feat: application operate api (#3176)
sync2gitee / repo-sync (push) Has been cancelled
|
2025-05-30 20:02:39 +08:00 |
|
shaohuzhang1
|
345e588ef6
|
feat: application list (#3160)
|
2025-05-28 18:57:09 +08:00 |
|
shaohuzhang1
|
896fb5fa52
|
feat: application flow (#3152)
|
2025-05-27 18:24:28 +08:00 |
|
wxg0103
|
30a60c9ab8
|
refactor: sql
|
2025-05-27 14:44:57 +08:00 |
|
shaohuzhang1
|
080a6031bd
|
feat: application save (#3150)
sync2gitee / repo-sync (push) Waiting to run
|
2025-05-27 11:08:55 +08:00 |
|
shaohuzhang1
|
60ff19be17
|
feat: Application Apikey (#3149)
Co-authored-by: zhangzhanwei <zhanwei.zhang@fit2cloud.com>
|
2025-05-27 10:41:05 +08:00 |
|
shaohuzhang1
|
41dd3c4f3d
|
feat: application view init (#3147)
|
2025-05-26 18:39:53 +08:00 |
|
shaohuzhang1
|
9e7279e336
|
feat: application model (#3146)
|
2025-05-26 16:37:35 +08:00 |
|
CaptainB
|
25da46d13f
|
fix: make desc field optional in KnowledgeFolder and ToolFolder models
|
2025-05-14 11:31:54 +08:00 |
|
shaohuzhang1
|
5ebfe9b5dd
|
feat: workflow init (#3072)
sync2gitee / repo-sync (push) Has been cancelled
|
2025-05-09 18:55:53 +08:00 |
|
CaptainB
|
c78a6babb6
|
ci: v2
|
2025-04-11 15:47:59 +08:00 |
|
shaohuzhang1
|
1a704f1c25
|
fix: Workflow debugging for authorized applications will result in an error message indicating unauthorized access to the model (#2819)
|
2025-04-08 10:51:35 +08:00 |
|
wxg0103
|
7ca0a7bd02
|
fix: Missing fields in exported logs
--bug=1054500 --user=王孝刚 【应用】对话日志导出,没有携带用户信息 https://www.tapd.cn/57709429/s/1681984
|
2025-04-08 10:12:20 +08:00 |
|
shaohuzhang1
|
76d050bea4
|
feat: New condition for determining whether the discriminator is true or not (#2809)
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-04-07 14:07:30 +08:00 |
|
shaohuzhang1
|
1eccb54199
|
fix: Knowledge base retrieval segmentation sorted by relevance (#2791)
|
2025-04-03 10:57:12 +08:00 |
|
shaohuzhang1
|
add1cba8cb
|
feat: Swagger document response for adding OpenAI interface (#2786)
|
2025-04-02 19:59:57 +08:00 |
|
shaohuzhang1
|
27d4603b02
|
fix: Embedding dialogue asker parameter does not take effect (#2773)
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-04-02 14:00:28 +08:00 |
|
shaohuzhang1
|
1566ae7fbe
|
fix: Application deleted, workflow page error reported (#2743)
|
2025-03-31 14:31:53 +08:00 |
|
shaohuzhang1
|
b3feb243d3
|
fix: After setting the function library to private, the workflow used should report an error stating that the current function is not authorized to be used (#2742)
|
2025-03-31 13:58:38 +08:00 |
|
wxg0103
|
4ffec85e9b
|
refactor: Optimization of operation menu
--bug=1054069 --user=王孝刚 【操作日志】-操作菜单优化建议 https://www.tapd.cn/57709429/s/1677900
|
2025-03-28 11:45:51 +08:00 |
|
CaptainB
|
97fb4a5cea
|
fix: format MCP tool messages with detailed JSON representation
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-03-27 16:51:56 +08:00 |
|
wxg0103
|
c66f79ad5a
|
refactor: log menu
|
2025-03-27 16:14:24 +08:00 |
|
CaptainB
|
0e29ce28cf
|
chore: remove unused MCP response function from base_chat_node.py
|
2025-03-27 10:05:37 +08:00 |
|
CaptainB
|
601b03d84e
|
fix: ensure tool parameters are properly handled by reloading JSON
--bug=1053980 --user=刘瑞斌 【应用】MCP节点的工具参数引用参数时,对话过程中参数值发生变化,MCP节点没有获取最新的参数值 https://www.tapd.cn/57709429/s/1676830
|
2025-03-26 19:15:30 +08:00 |
|
CaptainB
|
436e43dd04
|
feat: enhance form handling with dynamic input fields and reference content retrieval
|
2025-03-26 12:43:51 +08:00 |
|
shaohuzhang1
|
f9d536f5a2
|
feat: Audit log add operation object (#2681)
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-03-25 19:07:02 +08:00 |
|
CaptainB
|
563516f835
|
feat: AI chat node mcp server config
|
2025-03-24 18:38:54 +08:00 |
|
CaptainB
|
2d6ac806ff
|
feat: add MCP server tools integration and UI components
|
2025-03-24 18:38:54 +08:00 |
|
wxg0103
|
e22fc95ee9
|
refactor: Optimization of Q&A page
--story=1018176 --user=王孝刚 【问答页面】优化对话页面显示 https://www.tapd.cn/57709429/s/1674146
|
2025-03-21 10:07:07 +08:00 |
|
shaohuzhang1
|
f19ad24907
|
fix: Application import deserialization vulnerability #2604 (#2633)
|
2025-03-20 12:10:06 +08:00 |
|
shaohuzhang1
|
4a681297e0
|
fix: Simple application user did not successfully set up (#2625)
|
2025-03-19 18:23:05 +08:00 |
|
shaohuzhang1
|
470105f895
|
feat: Support application、setting、user log recorder (#2617)
|
2025-03-19 15:45:10 +08:00 |
|
shaohuzhang1
|
8b52927b4f
|
fix: The float values collected by the form will be treated as ints when the decimal part is 0, resulting in a type error (#2601)
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-03-18 16:40:15 +08:00 |
|
shaohuzhang1
|
1a7f484a62
|
feat: User information in the application conversation log. (#2599)
|
2025-03-18 15:50:30 +08:00 |
|
CaptainB
|
aab6a2cdf3
|
refactor: Improve parameter handling in function execution
|
2025-03-18 14:03:48 +08:00 |
|
shaohuzhang1
|
be31989ab9
|
fix: Log annotation acquisition details file type data cannot be serialized (#2579)
|
2025-03-17 16:45:06 +08:00 |
|
shaohuzhang1
|
d7ef3ba67b
|
feat: Audit Log
|
2025-03-17 15:34:41 +08:00 |
|
CaptainB
|
510fae6bf1
|
feat: Support internal functionlib
--story=1017939 --user=刘瑞斌 【函数库】- 支持 系统内置函数 https://www.tapd.cn/57709429/s/1665943
|
2025-03-17 10:30:25 +08:00 |
|
shaohuzhang1
|
e11c550fc2
|
fix: Simple application model dialogue model error not returned (#2514)
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-03-07 14:15:26 +08:00 |
|
shaohuzhang1
|
82b566d580
|
fix: Having the same suffix for function node names can result in incorrect value retrieval (#2513)
|
2025-03-07 13:48:52 +08:00 |
|
shaohuzhang1
|
b10147ea36
|
fix: Workflow embedding sub application thinking process switch cannot control thinking process output (#2502)
|
2025-03-05 15:18:41 +08:00 |
|
shaohuzhang1
|
e420a01e0d
|
fix: Enterprise WeChat docking sub application cannot output thinking process (#2489)
|
2025-03-04 19:31:49 +08:00 |
|
shaohuzhang1
|
2157f84c4f
|
fix: Reference segmentation limit (#2487)
|
2025-03-04 18:39:49 +08:00 |
|
shaohuzhang1
|
a75eb9fc86
|
fix: The newly created simple application dialogue process label is not effective (#2485)
|
2025-03-04 17:39:31 +08:00 |
|
shaohuzhang1
|
9d5f9fde62
|
fix: Retrieve the dialogue record list document and confirm the parameters (#2479)
|
2025-03-04 14:13:36 +08:00 |
|
wxg0103
|
4fc429a8d1
|
fix: record log content error
--bug=1052670 --user=王孝刚 应用-企业微信对接应用后,在企业微信中与应用对话,对话日志中<think></think>思考过程输出了两次 https://www.tapd.cn/57709429/s/1661186
|
2025-03-03 16:12:43 +08:00 |
|
shaohuzhang1
|
dc79a22ba3
|
feat: Non streaming response answers_list (#2461)
|
2025-03-03 14:54:45 +08:00 |
|
CaptainB
|
dd84da4add
|
fix: swagger show more args
|
2025-02-28 15:07:51 +08:00 |
|
shaohuzhang1
|
72db45bcc0
|
fix: Changing the answer does not take effect (#2437)
|
2025-02-28 11:51:55 +08:00 |
|
shaohuzhang1
|
7d47f97354
|
fix: Sending error when extracting multiple forms and documents in the workflow (#2434)
|
2025-02-27 19:34:36 +08:00 |
|
shaohuzhang1
|
afaf3d6e26
|
fix: The workflow cannot function properly after the conversation flow is disconnected (#2428)
|
2025-02-27 14:21:47 +08:00 |
|
CaptainB
|
c433c03fc0
|
fix: Fix variable assign num not working
--bug=1052497 --user=刘瑞斌 【变量赋值】-将全局变量赋值为num类型,输出时报错 https://www.tapd.cn/57709429/s/1659733
|
2025-02-27 12:08:24 +08:00 |
|
CaptainB
|
c92ad06092
|
refactor: Support the generated images horizontal tiling display
--story=1017907 --user=刘瑞斌 【越秀农牧】图片生成节点,生成的图片,希望可以支持横向平铺展示 https://www.tapd.cn/57709429/s/1659636
|
2025-02-27 10:58:54 +08:00 |
|
shaohuzhang1
|
218a247684
|
fix: Dialogue log export, question time does not match on the page (#2396)
|
2025-02-25 16:17:41 +08:00 |
|
CaptainB
|
dfcb724502
|
refactor: Support string,json,num types
|
2025-02-25 14:05:58 +08:00 |
|
shaohuzhang1
|
3aa5dd3694
|
feat: The demonstration page supports modifying dialogue summaries (#2348)
|
2025-02-24 18:53:21 +08:00 |
|
shaohuzhang1
|
2d4deda6b4
|
docs: Create an application and add workflow parameters (#2374)
|
2025-02-24 16:33:35 +08:00 |
|
shaohuzhang1
|
fa1886a17e
|
fix: Workflow execution decimal cannot be serialized (#2372)
|
2025-02-24 16:29:59 +08:00 |
|
刘瑞斌
|
df940686e9
|
Variable assign (#2346)
* feat: Support variable assign
* feat: Workfloat support variable assign(#2114)
* feat: Support variable assign save input output value
* feat: Execution detail support variable assign(#2114)
* feat: Support variable assign dict array value config
* chore: rename package
---------
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
|
2025-02-21 11:00:56 +08:00 |
|
shaohuzhang1
|
bb557fd187
|
fix: Child application node, input parameters too long, error reported during Q&A (#2347)
|
2025-02-21 10:28:02 +08:00 |
|
Harry
|
f5155e7f7e
|
fix: bad code copy (#2341)
Co-authored-by: 杨树海 <yangshuhai@pdnews.cn>
|
2025-02-21 10:12:41 +08:00 |
|
shaohuzhang1
|
168f822416
|
refactor: Multi channel recall, adding display of knowledge base titles and other information
|
2025-02-18 16:56:44 +08:00 |
|
shaohuzhang1
|
7f6c528291
|
feat: The discriminator supports variables (#2311)
|
2025-02-18 14:45:11 +08:00 |
|
wxg0103
|
f00c9ca611
|
fix: Complete document parameters
--bug=1052250 --user=王孝刚 【API】在swagger上调用对话API ,希望把参数给补充完整。(比如,上传文档的一些参数) https://www.tapd.cn/57709429/s/1655242
|
2025-02-18 11:19:59 +08:00 |
|
wxg0103
|
7f597b6409
|
feat: support ollama rerank
--story=1017862 --user=王孝刚 希望支持在 Ollama 中添加 rerank 模型 issue#2243 https://www.tapd.cn/57709429/s/1655139
|
2025-02-17 18:38:49 +08:00 |
|
CaptainB
|
9249c1756f
|
refactor: Support image_list, document_list while using swagger api
--story=1017867 --user=刘瑞斌 对话API支持上传文件、语音、图像和视频,用于实现maxkb的文件解析及多模态对话#2228 https://www.tapd.cn/57709429/s/1654842
|
2025-02-17 16:21:28 +08:00 |
|
wxg0103
|
a8d79c5e60
|
fix: Defect of embedding application parameters as empty and reporting errors
--bug=1052184 --user=王孝刚 【github#2273】【应用】-有非必填接口传参的编排应用,作为节点加入新的编排应用后,接口传参为空时对话报错 https://www.tapd.cn/57709429/s/1654259
|
2025-02-14 10:39:28 +08:00 |
|
wxg0103
|
20260df9a1
|
fix: application set language error
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
|
2025-02-13 11:45:25 +08:00 |
|
shaohuzhang1
|
4874c0e4b0
|
fix: AI dialogue context removes form data (#2257)
|
2025-02-12 16:07:44 +08:00 |
|
shaohuzhang1
|
6a5ec866c0
|
fix: Lost content during the answering process (#2256)
|
2025-02-12 15:33:24 +08:00 |
|
shaohuzhang1
|
0e68f4a852
|
fix: Set application default language (#2206)
|
2025-02-10 16:16:56 +08:00 |
|
shaohuzhang1
|
3e90a9f102
|
fix: User default language based on browser language (#2201)
|
2025-02-10 14:16:34 +08:00 |
|
shaohuzhang1
|
be27e15885
|
fix: After the workflow form collection node is recalled, the subsequent nodes will not execute (#2195)
|
2025-02-10 11:36:49 +08:00 |
|
shaohuzhang1
|
041cf09011
|
fix: The Chinese characters in the form data have been transcoded (#2192)
|
2025-02-10 11:08:36 +08:00 |
|
shaohuzhang1
|
cdb804bb88
|
fix: Workflow non streaming dialogue cannot respond (#2188)
|
2025-02-10 10:58:41 +08:00 |
|
shaohuzhang1
|
ce79e3947d
|
fix: Simple application dialogue, non streaming, unable to respond to data (#2184)
|
2025-02-09 22:32:07 +08:00 |
|
shaohuzhang1
|
80a700b890
|
fix: Excerpt from the thinking process (#2181)
|
2025-02-09 19:51:50 +08:00 |
|
shaohuzhang1
|
e1f65022a4
|
fix: When the thinking process label is empty, do not process the thinking process (#2179)
|
2025-02-09 17:35:31 +08:00 |
|