feat: add FastAPI manager API compatibility baseline

This commit is contained in:
Tyke Chen
2026-07-20 17:00:13 +08:00
parent 7c58fa37b2
commit 804ddb51f2
140 changed files with 47169 additions and 1 deletions
+20 -1
View File
@@ -4,4 +4,23 @@ __pycache__
.env
Dockerfile
tmp/
data/
data/
# Repository-local runtimes and test/build products are several gigabytes and
# are never inputs to either manager-api-fastapi image.
.runtime/
.venv-*/
**/.venv/
**/.test-runtime/
**/.pytest_cache/
**/.mypy_cache/
**/.ruff_cache/
**/node_modules/
**/dist/
**/target/
**/uploadfile/
# Runtime state and local model assets must not enter the Docker build context.
main/xiaozhi-server/mysql/
main/xiaozhi-server/models/
main/xiaozhi-server/data/