46 コミット (13fcd7a901b78219fb7ecae5aea250ca70ec6ddc)

作成者 SHA1 メッセージ 日付
  Bowen Liang c923684edd
chore: extract retrival method literal values into enum (#5060) 1年前
  -LAN- 5a99aeb864
fix(core): Reorder `field_validator` and `classmethod` to fit Pydantic V2. (#5257) 1年前
  -LAN- ed53ef29f4
fix(core/tools): Fix the issue with iterating over None in `_transform_tool_parameters_type`. (#5190) 1年前
  takatost 5ec7d85629
fix: issues by pydantic2 upgrade (#5171) 1年前
  Bowen Liang f976740b57
improve: mordernizing validation by migrating pydantic from 1.x to 2.x (#4592) 1年前
  Bowen Liang f32b440c4a
chore: fix indention violations by applying E111 to E117 ruff rules (#4925) 1年前
  Yeuoly 52ec152dd3
fix: incorrect parameters transforming while validating (#4928) 1年前
  Jyong b6631cd878
modify rerank and splitter code directory (#4924) 1年前
  Bowen Liang 3542d55e67
improve: generalize tool parameter converter (#4786) 1年前
  Yeuoly 85698ca4f7
chore: cleanup tools, remove useless code (#4833) 1年前
  Yeuoly e198bc9b9a
fix: workflow as tool garbled (#4707) 1年前
  Yeuoly e852a21634
Feat/workflow phase2 (#4687) 1年前
  Jyong 233c4150d1
support images and tables extract from docx (#4619) 1年前
  Bowen Liang 04ad46dd31
chore: skip unnecessary key checks prior to accessing a dictionary (#4497) 1年前
  Yeuoly 182dadd433
chore: remove model as tool (#4409) 1年前
  Yeuoly b5f101bdac
fix: transform None into correct dest type (#4077) 1年前
  LeePui 38ca3b29b5
add support for swagger object type (#3426) 1年前
  Yeuoly ae1f3780f8
Feat/api tool custom timeout (#3420) 1年前
  Jyong 0737e930cb
chore: remove Langchain tools import (#3407) 1年前
  Yeuoly 64e395d6cf
Fix/workflow tool incorrect parameter configurations (#3402) 1年前
  Yeuoly 44448ba68d
fix: remove - in dataset retriever tool name (#3381) 1年前
  takatost 7753ba2d37
FEAT: NEW WORKFLOW ENGINE (#3160) 1年前
  Yulong Wang 8e05261588
Fix handling of missing required parameters in ApiTool (#2965) 1年前
  Bowen Liang 129a9850eb
fix: correct response hint for generated image to avoid illusion of regernerated image link (#2962) 1年前
  Lance Mao 53d428907b
fix incorrect exception raised by api tool which leads to incorrect L… (#2886) 1年前
  Yeuoly ce58f0607b
Feat/tool secret parameter (#2760) 1年前
  Yeuoly b6b58da2d2
enhance: custom tool timeout (#2754) 1年前
  Yeuoly 40c646cf7a
Feat/model as tool (#2744) 1年前
  Yeuoly 38e5952417
Fix/agent react output parser (#2689) 1年前
  Yeuoly 36686d7425
fix: test custom tool already exists without decrypting credentials (#2668) 1年前
  Yeuoly a769edbc89
Fix/custom tool any of (#2625) 1年前
  takatost dd961985f0
refactor: remove unused codes, move core/agent module into dataset retrieval feature (#2614) 1年前
  Yeuoly d44b05a9e5
feat: support auth type like basic bearer and custom (#2613) 1年前
  Yeuoly ac96d192a6
fix: parameter type handling in API tool and parser (#2574) 1年前
  Jyong 4be3087642
Fix/new RAG bugs (#2547) 1年前
  Jyong 6c4e6bf1d6
Feat/dify rag (#2528) 1年前
  Yeuoly 25957d917a
Add default values for optional parameters in API tool and parser (#2491) 1年前
  Bowen Liang 063191889d
chore: apply ruff's pyupgrade linter rules to modernize Python code with targeted version (#2419) 1年前
  Bowen Liang 14a19a3da9
chore: apply ruff's pyflakes linter rules (#2420) 1年前
  Bowen Liang 843280f82b
enhancement: introduce Ruff for Python linter for reordering and removing unused imports with automated pre-commit and sytle check (#2366) 1年前
  Yeuoly bf736bc55d
Feat/show detailed custom api response when testing (#2400) 1年前
  takatost 9f637ead38
bump version to 0.5.3 (#2306) 1年前
  Ricky 2660fbaa20
Fix/typos (#2308) 1年前
  Yeuoly 6d24a2cb87
fix: api tool encoding (#2296) 1年前
  Yeuoly 57024614bd
fix: Fix typo in credentials field name (#2155) 1年前
  Yeuoly 86286e1ac8
Feat/assistant app (#2086) 1年前