feat: added example api call document; added a mockup server.

This commit is contained in:
Xiaohan-Tian
2026-04-14 22:28:32 -07:00
parent 349ad168d4
commit 58aa23fdaf
6 changed files with 1514 additions and 5 deletions
+13
View File
@@ -0,0 +1,13 @@
[project]
name = "kgone-mock-server"
version = "0.1.0"
description = "Mock server for KGOne Gateway — same API surface, no ML models"
requires-python = ">=3.10"
dependencies = [
"fastapi>=0.110.0",
"uvicorn[standard]>=0.27.0",
"python-multipart>=0.0.9",
]
[tool.uv]
package = false