87 次代码提交 (b51c724a9409ad79fec19f318dc69040fb92c9fe)

作者 SHA1 备注 提交日期
  -LAN- 08dd3f7b50
Fix basedpyright type errors (#25435) 1 个月前
  Asuka Minato a78339a040
remove bare list, dict, Sequence, None, Any (#25058) 2 个月前
  taewoong Kim edf4a1b652
feat: add reasoning format processing to LLMNode for <think> tag handling (#23313) 2 个月前
  Joel dac72b078d
feat: support bool type variable frontend (#24437) 2 个月前
  jiangbo721 1d776c4cd0
feat: If combining text and files, place the text prompt after the fi… (#24472) 2 个月前
  -LAN- da9af7b547
[Chore/Refactor] Use centralized naive_utc_now for UTC datetime operations (#24352) 2 个月前
  Yongtao Huang 106ab7f2a8
Fix: safe defaults for BaseModel dict fields (#24098) 2 个月前
  crazywoola acba135de1
Revert "feat: support to upload files for visual model call when running LLM node for debugging in a single step" (#23922) 2 个月前
  goofy 4da6ec787e
feat: support to upload files for visual model call when running LLM node for debugging in a single step (#23521) 2 个月前
  Yongtao Huang a434f6240f
Chroe: some misc cleanup (#23203) 3 个月前
  Will 095bae01b2
fix: Invalid expected metadata value type error (#22793) 3 个月前
  -LAN- 460a825ef1
refactor: decouple Node and NodeData (#22581) 3 个月前
  Kalo Chin 7a69b57823
Fix jinja2 variable naming inconsistencies (#22578) 3 个月前
  Davide Delbianco 816210d744
Expose LLM usage in workflows (#21766) 4 个月前
  Yeuoly 0cb00d5fd2
refactor: move structured output support outside LLM Node (#21565) 4 个月前
  QuantumGhost 10b738a296
feat: Persist Variables for Enhanced Debugging Workflow (#20699) 4 个月前
  -LAN- 1e03c97663
fix(llm_node): missing parameters for structure outputs (#20915) 4 个月前
  Jyong 21a50e22d2
fix auto metadata filter (#20845) 5 个月前
  QuantumGhost c439e82038
refactor(api): Decouple `ParameterExtractorNode` from `LLMNode` (#20843) 5 个月前
  Arcaner ad2f25875e
fix(llm_node): update file variable mapping to use vision configs (#20417) 5 个月前
  -LAN- 5ccfb1f4ba
refactor: Improve model status handling and structured output (#20586) 5 个月前
  -LAN- 72fdafc180
refactor: Replaces direct DB session usage with context managers (#20569) 5 个月前
  -LAN- a6ea15e63c
Refactor/message cycle manage and knowledge retrieval (#20460) 5 个月前
  -LAN- 32e779eef3
refactor(workflow): Rename NodeRunMetadataKey to WorkflowNodeExecutionMetadataKey (#20457) 5 个月前
  -LAN- 482e50aae9
Refactor/remove db from cycle manager (#20455) 5 个月前
  Will 58d9d35515
fix: inconsistent metadata definitions (#19343) 6 个月前
  Novice 0cfc82d731
fix(structured-output): reasoning model's json format parsing (#19261) 6 个月前
  QuantumGhost 349c3cf7b8
feat(api): Add image multimodal support for LLMNode (#17372) 6 个月前
  非法操作 c1559a7c8e
fix: LLMResultChunk cause concatenate str and list exception (#18852) 6 个月前
  ZalterCitty a1158cc946
fix: Update prompt message content types to use Literal and add union type for content (#17136) 6 个月前
  Novice da9269ca97
feat: structured output (#17877) 6 个月前
  Jacky Wu ed5596a8f4
fix: avoid llm node result var not init issue while do retry. (#14286) 8 个月前
  LeanDeR 4f6a4f244c
fix(llm/nodes.py): Ensure that the output returns without any exceptions (#14880) 8 个月前
  yuhaowin 1e3197a1ea
Fixes 14217: database retrieve api and chat-messages api response doc_metadata (#14219) 8 个月前
  -LAN- 7a71498a3e
chore(quota): Update deduct quota (#14337) 8 个月前
  Yeuoly 403e2d58b9
Introduce Plugins (#13836) 8 个月前
  Vasu Negi 8a0aa91ed7
Non-Streaming Models Do Not Return Results Properly in _handle_invoke_result (#13571) 8 个月前
  -LAN- 413dfd5628
feat: add completion mode and context size options for LLM configuration (#13325) 9 个月前
  -LAN- f9515901cc
fix: Azure AI Foundry model cannot be used in the workflow (#13323) 9 个月前
  -LAN- 04d13a8116
feat(credits): Allow to configure model-credit mapping (#13274) 9 个月前
  -LAN- b47669b80b
fix: deduct LLM quota after processing invoke result (#13075) 9 个月前
  yihong 56e15d09a9
feat: mypy for all type check (#10921) 10 个月前
  JasonVV 4b1e13e982
Fix 11979 (#11984) 10 个月前
  -LAN- 996a9135f6
feat(llm_node): support order in text and files (#11837) 10 个月前
  Novice 79a710ce98
Feat: continue on error (#11458) 11 个月前
  yihong 716576043d
fix: issue 11247 that Completion mode content maybe list or str (#11504) 11 个月前
  -LAN- 464e6354c5
feat: correct the prompt grammar. (#11328) 11 个月前
  -LAN- 223a30401c
fix: LLM invoke error should not be raised (#11141) 11 个月前
  -LAN- 044e7b63c2
fix(llm_node): Ignore file if not supported. (#11114) 11 个月前
  -LAN- 5b7b328193
feat: Allow to contains files in the system prompt even model not support. (#11111) 11 个月前