Skip to content

Commit 9315e86

Browse files
committed
docs: Add OpenAI Agents SDK to downstream projects
1 parent f3fdf35 commit 9315e86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/downstream-projects.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Griffe is used by various projects in the Python ecosystem.
1414

1515
Of course, Griffe is what powers [the Python handler of mkdocstrings](https://mkdocstrings.github.io/python/). mkdocstrings is a plugin for [MkDocs](https://www.mkdocs.org/) that allows rendering API docs easily.
1616

17+
## OpenAI Agents SDK
18+
19+
The [OpenAI Agents SDK](https://github.com/openai/openai-agents-python) is a lightweight yet powerful framework for building multi-agent workflows. It was inspired by Pydantic AI and uses Griffe the same way, to parse docstrings in order to generate function schemas.
20+
1721
## pydanclick
1822

1923
[Pydanclick](https://pypi.org/project/pydanclick/) allows to use [Pydantic](https://docs.pydantic.dev/latest/) models as [Click](https://click.palletsprojects.com/en/8.1.x/) options. It uses Griffe to parse docstrings and find Attributes sections, to help itself build Click options.

0 commit comments

Comments
 (0)