mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 00:36:55 +02:00
feat: merge geekan:main
This commit is contained in:
commit
76a0271701
407 changed files with 20085 additions and 1172 deletions
|
|
@ -12,12 +12,12 @@ typer==0.9.0
|
|||
lancedb==0.4.0
|
||||
loguru==0.6.0
|
||||
meilisearch==0.21.0
|
||||
numpy==1.24.3
|
||||
openai==1.6.1
|
||||
numpy>=1.24.3
|
||||
openai>=1.6.1
|
||||
openpyxl
|
||||
beautifulsoup4==4.12.3
|
||||
pandas==2.1.1
|
||||
pydantic==2.6.4
|
||||
pydantic>=2.5.3
|
||||
#pygame==2.1.3
|
||||
#pymilvus==2.2.8
|
||||
# pytest==7.2.2 # test extras require
|
||||
|
|
@ -26,7 +26,7 @@ PyYAML==6.0.1
|
|||
# sentence_transformers==2.2.2
|
||||
setuptools==65.6.3
|
||||
tenacity==8.2.3
|
||||
tiktoken==0.6.0
|
||||
tiktoken==0.7.0
|
||||
tqdm==4.66.2
|
||||
#unstructured[local-inference]
|
||||
# selenium>4
|
||||
|
|
@ -42,9 +42,11 @@ semantic-kernel==0.4.3.dev0
|
|||
wrapt==1.15.0
|
||||
#aiohttp_jinja2
|
||||
# azure-cognitiveservices-speech~=1.31.0 # Used by metagpt/tools/azure_tts.py
|
||||
#aioboto3~=11.3.0 # Used by metagpt/utils/s3.py
|
||||
aioredis~=2.0.1 # Used by metagpt/utils/redis.py
|
||||
websocket-client==1.6.2
|
||||
#aioboto3~=12.4.0 # Used by metagpt/utils/s3.py
|
||||
redis~=5.0.0 # Used by metagpt/utils/redis.py
|
||||
curl-cffi~=0.7.0
|
||||
httplib2~=0.22.0
|
||||
websocket-client~=1.8.0
|
||||
aiofiles==23.2.1
|
||||
gitpython==3.1.40
|
||||
zhipuai==2.0.1
|
||||
|
|
@ -58,7 +60,7 @@ typing-extensions==4.9.0
|
|||
socksio~=1.0.0
|
||||
gitignore-parser==0.1.9
|
||||
# connexion[uvicorn]~=3.0.5 # Used by metagpt/tools/openapi_v3_hello.py
|
||||
websockets~=11.0
|
||||
websockets>=10.0,<12.0
|
||||
networkx~=3.2.1
|
||||
google-generativeai==0.4.1
|
||||
playwright>=1.26 # used at metagpt/tools/libs/web_scraping.py
|
||||
|
|
@ -67,6 +69,10 @@ ipywidgets==8.1.1
|
|||
Pillow
|
||||
imap_tools==1.5.0 # Used by metagpt/tools/libs/email_login.py
|
||||
qianfan~=0.4.4
|
||||
dashscope==1.14.1
|
||||
dashscope~=1.19.3
|
||||
rank-bm25==0.2.2 # for tool recommendation
|
||||
jieba==0.42.1 # for tool recommendation
|
||||
jieba==0.42.1 # for tool recommendation
|
||||
gymnasium==0.29.1
|
||||
boto3~=1.34.69
|
||||
spark_ai_python~=0.3.30
|
||||
agentops
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue