feat: added example api call document; added a mockup server.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user