76 次代码提交 (62b29b3d769eeffaae90074472e49115ee3ce370)

作者 SHA1 备注 提交日期
  yihong d2933c2bfe
fix: drop dead code phase2 unused class (#22042) 3 个月前
  NeatGuyCoding ebc4fdc4b2
moving the `MessageStatus` class from the `models.model` module to `models.enums` module (#21867) 4 个月前
  jiangbo721 e17b33e004
chore: add message status enum (#21825) 4 个月前
  jiangbo721 71d6cf1b1d
fix: Make the latency and logs of web applications consistent. (#21578) 4 个月前
  Takuya Ono af83120832
🐛 Fix(Gemini LLM): Support Gemini 0.2.x plugin on agent app (#20794) 4 个月前
  -LAN- a6ea15e63c
Refactor/message cycle manage and knowledge retrieval (#20460) 5 个月前
  -LAN- eaaf551497
fix: Instance <Account> is not bound to a Session (#20347) 5 个月前
  -LAN- f23cf98317
refactor: Remove RepositoryFactory (#19176) 6 个月前
  QuantumGhost 349c3cf7b8
feat(api): Add image multimodal support for LLMNode (#17372) 6 个月前
  Kevin9703 94cc0b7a12
fix(workflow_cycle_manage): failed nodes were not updated in workflow_node_executions (#18994) 6 个月前
  -LAN- d9aa2b155a
refactor: Refactors repository imports structure (#18901) 6 个月前
  -LAN- c104febf63
refactor: Apply DI to WorkflowNodeExecutionRepository. (#18794) 6 个月前
  just2gooo 5e2b3b34e5
issue: #17056 : Add a reason field to the message_replace event (#17195) 6 个月前
  -LAN- 6d9dd3109e
feat: add a abstract layer for WorkflowNodeExcetion (#18026) 6 个月前
  非法操作 44f911a0a8
chore: docstring not match the function parameter (#17162) 7 个月前
  jiangbo721 a1aa325ce3
Chore/code format and Repair commit_id 3254018d more deleted codes and Fix naming error ambiguity between workflow_run_id and workflow_id (#17075) 7 个月前
  Novice 778861f461
fix: agent node can't use in parallel (#15047) 8 个月前
  Wood 2c17bb2c36
Feature/newnew workflow loop node (#14863) 8 个月前
  Yeuoly 403e2d58b9
Introduce Plugins (#13836) 8 个月前
  Novice f96b4f287a
fix: iteration node log time error (#13511) 8 个月前
  Bowen Liang 166221d784
chore(lint): fix quotes for f-string formatting by bumping ruff to 0.9.x (#12702) 9 个月前
  -LAN- 7ed6485f86
refactor: streamline initialization of application_generate_entity and task_state in task pipeline classes (#12326) 10 个月前
  -LAN- 62f792ea14
fix: ensure workflow_run_id is always set and improve handling in Wor… (#12264) 10 个月前
  -LAN- d4b848272e
fix: apply gevent threading patch early and ensure unique workflow node execution IDs (#12196) 10 个月前
  -LAN- 822af70dce
fix(workflow_service): assign UUID to workflow_node_execution id and update optional fields in WorkflowRun and WorkflowNodeExecution models (#12096) 10 个月前
  -LAN- 83ea931e3c
refactor: optimize database usage (#12071) 10 个月前
  yihong 56e15d09a9
feat: mypy for all type check (#10921) 10 个月前
  -LAN- 82134a1d50
fix: Replace generic exceptions with specific error classes in task p… (#12036) 10 个月前
  Novice 453f324f54
fix: retry node in iteration logs wrong (#11995) 10 个月前
  Novice c1aa55f3ea
fix: remove the unused retry index field (#11903) 10 个月前
  -LAN- dd0e81d094
fix: enhance type hints and improve audio message handling in TTS pub… (#11947) 10 个月前
  Kalo Chin 786cb6859b
fix: ensure WorkflowRun attributes are refreshed in WorkflowCycleMana… (#11913) 10 个月前
  Novice 7abc7fa573
Feat: Retry on node execution errors (#11871) 10 个月前
  -LAN- 92a840f1b2
feat(tool_node): Suppress exceptions thrown by the Tool (#11724) 10 个月前
  Novice 79a710ce98
Feat: continue on error (#11458) 10 个月前
  -LAN- 3c8efe7c0a
fix(workflow_cycle_manage): Handle special values in the process_data. (#11253) 11 个月前
  -LAN- 98d85e6b74
fix: WorkflowNodeExecution.created_at may be earlier than WorkflowRun.created_at (#11070) 11 个月前
  Bowen Liang 6c8e208ef3
chore: bump minimum supported Python version to 3.11 (#10386) 11 个月前
  -LAN- c5f7d650b5
feat: Allow using file variables directly in the LLM node and support more file types. (#10679) 11 个月前
  yihong 0067b16d1e
fix: refactor all 'or []' and 'or {}' logic to make code more clear (#10883) 11 个月前
  Bowen Liang 51db59622c
chore(lint): cleanup repeated cause exception in logging.exception replaced by helpful message (#10425) 11 个月前
  Novice f414d241c1
Feat/iteration single run time (#10512) 11 个月前
  Novice d1505b15c4
feat: Iteration node support parallel mode (#9493) 1年前
  -LAN- 36f66d40e5
refactor(api): simplify limit retrieval and return types (#9641) 1年前
  -LAN- c063617553
fix(workflow): improve database session handling and variable management (#9581) 1年前
  -LAN- e61752bd3a
feat/enhance the multi-modal support (#8818) 1年前
  takatost 23ce1fb1ba
chore: optimize the trace ops slow queries on node executions. (#9282) 1年前
  takatost 29188e0562
chore: use cache instead of re-querying node record during workflow execution (#9280) 1年前
  crazywoola 93af87a9e0
fix: move exception to debug mode (#9258) 1年前
  Joe e947103b6d
Feat/add workflow sys params (#9108) 1年前