This commit is contained in:
CakeCN
2024-12-03 16:21:19 +08:00
commit 4198ca63b1
975 changed files with 333413 additions and 0 deletions

12
AlgoriAgent/.flake8 Normal file
View File

@@ -0,0 +1,12 @@
[flake8]
exclude =
scripts/*
src/agentscope/rpc/*
max-line-length = 79
inline-quotes = "
avoid-escape = no
ignore =
F401
F403
W503
E731