Skip to content

Commit

Permalink
update to latest autogen and add other major llm sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
teaxio committed May 1, 2024
1 parent 049360c commit d74bab4
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 6 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ license = "MIT"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"anthropic==0.23.1",
"google-generativeai==0.5.1",
"nltk==3.8.1",
"playwright==1.41.2",
"pyautogen==0.2.15",
"pyautogen==0.2.27",
"pydantic==2.6.2",
"python-dotenv==1.0.0",
"tabulate==0.9.0"
Expand Down
99 changes: 94 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
# uv pip compile pyproject.toml -o requirements.txt
annotated-types==0.6.0
# via pydantic
anthropic==0.23.1
anyio==4.3.0
# via
# anthropic
# httpx
# openai
cachetools==5.3.3
# via google-auth
certifi==2024.2.2
# via
# httpcore
Expand All @@ -18,19 +22,62 @@ click==8.1.7
diskcache==5.6.3
# via pyautogen
distro==1.9.0
# via openai
# via
# anthropic
# openai
docker==7.0.0
# via pyautogen
filelock==3.13.3
# via huggingface-hub
flaml==2.1.1
# via pyautogen
fsspec==2024.3.1
# via huggingface-hub
google-ai-generativelanguage==0.6.2
# via google-generativeai
google-api-core==2.19.0
# via
# google-ai-generativelanguage
# google-api-python-client
# google-generativeai
google-api-python-client==2.127.0
# via google-generativeai
google-auth==2.29.0
# via
# google-ai-generativelanguage
# google-api-core
# google-api-python-client
# google-auth-httplib2
# google-generativeai
google-auth-httplib2==0.2.0
# via google-api-python-client
google-generativeai==0.5.1
googleapis-common-protos==1.63.0
# via
# google-api-core
# grpcio-status
greenlet==3.0.3
# via playwright
grpcio==1.63.0
# via
# google-api-core
# grpcio-status
grpcio-status==1.62.2
# via google-api-core
h11==0.14.0
# via httpcore
httpcore==1.0.4
# via httpx
httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
httpx==0.27.0
# via openai
# via
# anthropic
# openai
huggingface-hub==0.22.2
# via tokenizers
idna==3.6
# via
# anyio
Expand All @@ -40,33 +87,66 @@ joblib==1.3.2
# via nltk
nltk==3.8.1
numpy==1.26.4
# via flaml
# via
# flaml
# pyautogen
openai==1.13.3
# via pyautogen
packaging==23.2
# via docker
# via
# docker
# huggingface-hub
playwright==1.41.2
pyautogen==0.2.15
proto-plus==1.23.0
# via
# google-ai-generativelanguage
# google-api-core
protobuf==4.25.3
# via
# google-ai-generativelanguage
# google-api-core
# google-generativeai
# googleapis-common-protos
# grpcio-status
# proto-plus
pyasn1==0.6.0
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
# via google-auth
pyautogen==0.2.27
pydantic==2.6.2
# via
# anthropic
# google-generativeai
# openai
# pyautogen
pydantic-core==2.16.3
# via pydantic
pyee==11.0.1
# via playwright
pyparsing==3.1.2
# via httplib2
python-dotenv==1.0.0
# via pyautogen
pyyaml==6.0.1
# via huggingface-hub
regex==2023.12.25
# via
# nltk
# tiktoken
requests==2.31.0
# via
# docker
# google-api-core
# huggingface-hub
# tiktoken
rsa==4.9
# via google-auth
sniffio==1.3.1
# via
# anthropic
# anyio
# httpx
# openai
Expand All @@ -75,16 +155,25 @@ termcolor==2.4.0
# via pyautogen
tiktoken==0.6.0
# via pyautogen
tokenizers==0.15.2
# via anthropic
tqdm==4.66.2
# via
# google-generativeai
# huggingface-hub
# nltk
# openai
typing-extensions==4.10.0
# via
# anthropic
# google-generativeai
# huggingface-hub
# openai
# pydantic
# pydantic-core
# pyee
uritemplate==4.1.1
# via google-api-python-client
urllib3==2.2.1
# via
# docker
Expand Down

0 comments on commit d74bab4

Please sign in to comment.