@@ -70,10 +70,22 @@ Explore the [examples](https://github.com/openai/openai-agents-python/tree/main/
7070
7171We'd like to acknowledge the excellent work of the open-source community, especially:
7272
73- - [ Pydantic] ( https://docs.pydantic.dev/latest/ ) (data validation) and [ PydanticAI] ( https://ai.pydantic.dev/ ) (advanced agent framework)
74- - [ LiteLLM] ( https://github.com/BerriAI/litellm ) (unified interface for 100+ LLMs)
75- - [ MkDocs] ( https://github.com/squidfunk/mkdocs-material )
76- - [ Griffe] ( https://github.com/mkdocstrings/griffe )
77- - [ uv] ( https://github.com/astral-sh/uv ) and [ ruff] ( https://github.com/astral-sh/ruff )
73+ - [ Pydantic] ( https://docs.pydantic.dev/latest/ )
74+ - [ Requests] ( https://github.com/psf/requests )
75+ - [ MCP Python SDK] ( https://github.com/modelcontextprotocol/python-sdk )
76+ - [ Griffe] ( https://github.com/mkdocstrings/griffe )
7877
79- We're committed to continuing to build the Agents SDK as an open source framework so others in the community can expand on our approach.
78+ This library has these optional dependencies:
79+
80+ - [ websockets] ( https://github.com/python-websockets/websockets )
81+ - [ SQLAlchemy] ( https://github.com/sqlalchemy/sqlalchemy )
82+ - [ any-llm] ( https://github.com/mozilla-ai/any-llm ) and [ LiteLLM] ( https://github.com/BerriAI/litellm )
83+
84+ We also rely on the following tools to manage the project:
85+
86+ - [ uv] ( https://github.com/astral-sh/uv ) and [ ruff] ( https://github.com/astral-sh/ruff )
87+ - [ mypy] ( https://github.com/python/mypy ) and [ Pyright] ( https://github.com/microsoft/pyright )
88+ - [ pytest] ( https://github.com/pytest-dev/pytest ) and [ Coverage.py] ( https://github.com/coveragepy/coveragepy )
89+ - [ MkDocs] ( https://github.com/squidfunk/mkdocs-material )
90+
91+ We're committed to continuing to build the Agents SDK as an open source framework so others in the community can expand on our approach.
0 commit comments