Refine knowledge brain workflow

Align the brain prompts, graph view, and startup defaults with the
latest phase 1 flow so local runs and navigation stay consistent.
This commit is contained in:
2026-03-22 22:42:47 +08:00
parent 67ea3d2682
commit 6f594631e9
23 changed files with 1508 additions and 526 deletions

View File

@@ -8,7 +8,7 @@ services:
container_name: jarvis-backend
restart: unless-stopped
ports:
- "8000:8000"
- "9527:9527"
volumes:
- ./data:/data/jarvis
env_file:
@@ -19,7 +19,7 @@ services:
- UPLOAD_DIR=/data/jarvis/uploads
- NAS_DATA_ROOT=/data/jarvis
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/api/health"]
test: ["CMD", "curl", "-f", "http://localhost:9527/api/health"]
interval: 30s
timeout: 10s
retries: 3