Python Agents SDK Example (#14)

This commit is contained in:
Sumit Aryal
2025-08-06 00:11:02 +05:45
committed by GitHub
parent f615ce39b3
commit 08e50b3243
2 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[project]
name = "agents-sdk-python"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"openai-agents>=0.2.4",
]