Skip to content

Commit 3231bb0

Browse files
committed
feat: add openai-agents dependency
Add openai-agents>=0.1.0 to project dependencies to enable integration with OpenAI Agents SDK
1 parent 8b6de99 commit 3231bb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies = [
1919
"pydantic>=2.10.6",
2020
"requests>=2.32.3",
2121
"langchain-core>=0.1.0",
22+
"openai-agents>=0.1.0",
2223
"mcp[cli]>=1.3.0",
2324
"bm25s>=0.2.2",
2425
"numpy>=1.24.0",

0 commit comments

Comments
 (0)