QuantumGhost
22ae421dd6
feat(python): Integrate flake8-builtins (A) ruleset with ruff ( #66 )
...
Introduce the flake8-builtins (A) ruleset to prevent accidental shadowing
of Python's built-in functions.
Address existing issues primarily by adding `# noqa` to suppress warnings where necessary.
2025-03-24 18:58:50 +08:00
Yeuoly
5f008ffb5b
fix: memory leak due to session pool
2025-02-08 23:41:35 +08:00
Yeuoly
435c0da60e
refactor: use absolute paths
2024-12-03 15:19:19 +08:00
-LAN-
b4b0c29169
refactor: prevent raise-without-from-inside-except
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
2024-12-02 22:18:56 +08:00
-LAN-
061cf9e456
chore: prevent if-else-block-instead-of-if-exp
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
2024-12-02 22:05:48 +08:00
-LAN-
7436c3c98c
refactor: prevent multiple-with-statements
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
2024-12-02 21:56:57 +08:00
-LAN-
b3e0612e53
chore: Apply format
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
2024-12-02 21:18:36 +08:00
-LAN-
37128aeadd
chore: Apply unsafe auto-fixes and check manually
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
2024-12-02 21:17:21 +08:00
-LAN-
5858fe715e
chore: Apply formet and auto fix
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
2024-12-02 21:10:36 +08:00
Yeuoly
d6b9a6a84c
fix: increase timeout of http backwards invocations
2024-11-20 21:08:53 +08:00
Yeuoly
c49b84824c
feat: support upload files
2024-11-14 18:36:03 +08:00
Yeuoly
43a2f4261d
feat: support backwards invoke summary
2024-10-17 19:56:51 +08:00
Yeuoly
041df019b0
feat: add app_id/conversation_id/message_id/endpoint_id into sessions
2024-10-16 15:22:08 +08:00
Yeuoly
bd8300d8dd
feat: backwards invoke to workflows nodes
2024-09-24 20:16:53 +08:00
Yeuoly
c325ff7193
fix: aws runtime lifetime
2024-09-12 23:18:23 +08:00
Yeuoly
3ac5a201e1
fix: relative import
2024-09-11 15:45:53 +08:00
takatost
7ad04a8617
fix circular import
2024-09-04 20:10:48 +08:00
takatost
77c25eaaa3
refactor all
2024-09-03 23:03:15 +08:00