13 次代码提交 (ed37439ef791e68964f5eaed90d8df41934787ad)

作者 SHA1 备注 提交日期
  -LAN- ed37439ef7
refactor(api/core): Improve type hints and apply ruff formatter in agent runner and model manager. (#8166) 1年前
  Bowen Liang bbb6fcc4f0
chore: update ruff from 0.5.x to 0.6.x (#7384) 1年前
  Nam Vu dbc1ae45de
chore: update docstrings (#7343) 1年前
  非法操作 1e28a8c033
chore: add create_json_message api for tools (#5440) 1年前
  Bowen Liang f32b440c4a
chore: fix indention violations by applying E111 to E117 ruff rules (#4925) 1年前
  Bowen Liang 3542d55e67
improve: generalize tool parameter converter (#4786) 1年前
  zeroameli afed3610fc
fix organize agent's history messages without recalculating tokens (#4324) 1年前
  Yeuoly e852a21634
Feat/workflow phase2 (#4687) 1年前
  Yeuoly 3480f1c59e
refactor: tool parameter cache (#3703) 1年前
  LIU HONGWEI c227f3d985
feat: Deprecate datetime.utcnow() in favor of datetime.now(timezone.utc).replace(tzinfo=None) for better timezone handling (#3408) (#3416) 1年前
  Yeuoly cea107b165
Refactor/react agent (#3355) 1年前
  Yeuoly 14bb0b02ac
Feat/Agent-Image-Processing (#3293) 1年前
  takatost 7753ba2d37
FEAT: NEW WORKFLOW ENGINE (#3160) 1年前
  listeng d70bd4aaa4
fix tool_inputs parse error in message that in CoT(ReAct) agent mode (#2949) 1年前
  Bowen Liang 129a9850eb
fix: correct response hint for generated image to avoid illusion of regernerated image link (#2962) 1年前
  takatost f073dca22a
feat: optimize db connection when llm invoking (#2774) 1年前
  Yeuoly ce58f0607b
Feat/tool secret parameter (#2760) 1年前
  Yeuoly 3a34370422
fix: convert tool messages into user messages in react mode and fill … (#2584) 1年前
  Yeuoly ae3ad59b16
Refactor agent history organization and initialization of agent scrat… (#2495) 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年前
  takatost 9f637ead38
bump version to 0.5.3 (#2306) 1年前
  Ricky 2660fbaa20
Fix/typos (#2308) 1年前
  Yeuoly 6d5b386394
Feat/blocking function call (#2247) 1年前
  Yeuoly 7cb75cb2e7
feat: add tool labels (#2178) 1年前
  Yeuoly 86286e1ac8
Feat/assistant app (#2086) 1年前