sarmaddev commited on
Commit
be5f4d9
·
1 Parent(s): 3369a79

added toml file

Browse files
Files changed (1) hide show
  1. pyproject.toml +10 -0
pyproject.toml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "Teaching_agent"
3
+ version = "0.1.0"
4
+ description = "Teaching agent using OpenAI Agent SDK"
5
+ readme = "README.md"
6
+ requires-python = ">=3.12"
7
+ dependencies = [
8
+ "chainlit>=2.4.400",
9
+ "openai-agents>=0.0.9",
10
+ ]