Padmanav commited on
Commit
12ccf71
·
1 Parent(s): e72c0f5

chore: initialize project folder structure

Browse files
.github/workflows/.gitkeep ADDED
File without changes
app/agents/.gitkeep ADDED
File without changes
app/api/.gitkeep ADDED
File without changes
app/core/.gitkeep ADDED
File without changes
app/models/.gitkeep ADDED
File without changes
app/services/.gitkeep ADDED
File without changes
app/tools/.gitkeep ADDED
File without changes
docs/.gitkeep ADDED
File without changes
gradio_app/.gitkeep ADDED
File without changes
kubernetes/.gitkeep ADDED
File without changes
pyproject.toml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ langchain
2
+ langchain-openai
3
+ fastapi
4
+ uvicorn
5
+ gradio
6
+ gitpython
7
+ pydantic
8
+ pylint
9
+ ruff
10
+ bandit
11
+ pytest
12
+ coverage
13
+ python-dotenv
tests/.gitkeep ADDED
File without changes