接入 AI 登记预览与追问

This commit is contained in:
Codex
2026-06-16 13:47:03 +08:00
parent 1a9235408c
commit 6c68eb7152
11 changed files with 723 additions and 171 deletions
+5
View File
@@ -17,8 +17,13 @@ services:
COURSE_SUMMARIES_ROOT: ${COURSE_SUMMARIES_ROOT:-/data/course_summaries}
COURSE_SUMMARY_STATE_PATH: ${COURSE_SUMMARY_STATE_PATH:-/data/course_summary_state.json}
OPERATION_LOGS_PATH: ${OPERATION_LOGS_PATH:-/data/operation_logs.jsonl}
CODEX_CONFIG_PATH: ${CODEX_CONFIG_PATH:-/run/codex/config.toml}
CODEX_AUTH_PATH: ${CODEX_AUTH_PATH:-/run/codex/auth.json}
AI_REGISTER_TIMEOUT_SECONDS: ${AI_REGISTER_TIMEOUT_SECONDS:-90}
INGEST_AUTH_TOKEN: ${INGEST_AUTH_TOKEN:-}
ports:
- "${APP_PORT:-18080}:8000"
volumes:
- ../data:/data
- /root/.codex/config.toml:/run/codex/config.toml:ro
- /root/.codex/auth.json:/run/codex/auth.json:ro