Spaces:
Running
Running
chore: initialize project folder structure
Browse files- .github/workflows/.gitkeep +0 -0
- app/agents/.gitkeep +0 -0
- app/api/.gitkeep +0 -0
- app/core/.gitkeep +0 -0
- app/models/.gitkeep +0 -0
- app/services/.gitkeep +0 -0
- app/tools/.gitkeep +0 -0
- docs/.gitkeep +0 -0
- gradio_app/.gitkeep +0 -0
- kubernetes/.gitkeep +0 -0
- pyproject.toml +13 -0
- tests/.gitkeep +0 -0
.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
|